forked from 24i/renative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·153 lines (153 loc) · 5.92 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "renative-wrapper-app",
"version": "0.30.2",
"description": "🚀🚀🚀 Build universal cross-platform apps with React Native. Includes latest `iOS`, `tvOS`, `Android`, `Android TV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `Tizen Mobile`, `LG webOS`, `macOS/OSX`, `Windows`, `KaiOS`, `FirefoxOS`, `Firefox TV` and `Chromecast` platforms",
"keywords": [
"android tv",
"android wear",
"apple tv",
"boilerplate",
"cocoapods",
"cross-platform",
"desktop",
"electron",
"firefox tv",
"firefoxox",
"kaios",
"kit",
"kotlin",
"lg",
"macos",
"multiplatform",
"native",
"osx",
"react",
"react-native",
"smart tv",
"starter",
"swift",
"template",
"tizen",
"tizen mobile",
"tizen watch",
"tvos",
"watch",
"web",
"webos",
"windows"
],
"homepage": "https://github.com/pavjacko/renative#readme",
"bugs": {
"url": "https://github.com/pavjacko/renative/issues"
},
"license": "MIT",
"author": {
"email": "[email protected]",
"name": "Pavel Jacko",
"url": "https://github.com/pavjacko"
},
"contributors": [
"Aurimas Mickys <https://github.com/aurimas535>",
"Daniel Marino Ruiz <https://github.com/CHaNGeTe>",
"David Rielo <https://github.com/davidrielo>",
"Mihai Blaga <https://github.com/mihaiblaga89>",
"Sander Looijenga <https://github.com/sanderlooijenga>"
],
"repository": {
"type": "git",
"url": "git://github.com/pavjacko/renative.git"
},
"scripts": {
"bootstrap": "yarn run link && npx lerna bootstrap && yarn build",
"bootstrap-clean": "rm -rf ./node_modules; npx lerna clean --yes && yarn bootstrap",
"build": "lerna run --parallel --concurrency 1 build",
"build:clean": "lerna run --parallel --concurrency 1 build:clean",
"link": "cd packages/rnv && (yarn unlink || true) && yarn link",
"postinstall": "lerna link --force-local && npx jetify",
"lint": "npx eslint ./packages/rnv",
"publish": "npm run pre-publish && npm run publish:rnv && npm run publish:renative && npm run publish:hello && npm run publish:blank && npm run publish:sink",
"pre-publish": "cd packages/app && yarn pre-publish",
"publish:alpha": "npm run pre-publish && npm run publish:rnv:alpha && npm run publish:renative:alpha && npm run publish:hello:alpha && npm run publish:blank:alpha && npm run publish:sink:alpha",
"publish:blank": "cd packages/renative-template-blank && npm publish",
"publish:blank:alpha": "cd packages/renative-template-blank && npm publish --tag alpha",
"publish:hello": "cd packages/renative-template-hello-world && npm publish",
"publish:hello:alpha": "cd packages/renative-template-hello-world && npm publish --tag alpha",
"publish:renative": "cd packages/renative && npm publish",
"publish:renative:alpha": "cd packages/renative && npm publish --tag alpha",
"publish:rnv": "cd packages/rnv && npm publish",
"publish:rnv:alpha": "cd packages/rnv && npm publish --tag alpha",
"publish:sink": "cd packages/renative-template-kitchen-sink && npm publish",
"publish:sink:alpha": "cd packages/renative-template-kitchen-sink && npm publish --tag alpha",
"publish:website": "cd website && GIT_USER=pavjacko CURRENT_BRANCH=master USE_SSH=true yarn publish-gh-pages",
"start": "yarn build && lerna run start --stream --scope app",
"test:rnv": "lerna run test:local --stream --scope rnv",
"test:rnv:unit": "lerna run test --stream --scope rnv",
"ut": "lerna run test --stream --scope rnv",
"watch": "lerna run --parallel --concurrency 1 watch",
"version": "cd website && yarn run version",
"website": "cd website && yarn start"
},
"devDependencies": {
"@babel/cli": "7.8.3",
"@babel/core": "7.8.3",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
"@babel/plugin-proposal-optional-chaining": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.7",
"@babel/runtime": "7.8.3",
"babel-eslint": "8.2.6",
"babel-jest": "24.9.0",
"babel-loader": "8.0.5",
"babel-plugin-module-resolver": "3.2.0",
"babel-plugin-react-native-web": "0.8.9",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-imports": "1.4.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.26.0",
"concurrently": "4.1.1",
"electron": "7.0.0",
"electron-builder": "21.1.1",
"lerna": "3.16.4",
"eslint": "6.2.2",
"eslint-plugin-detox": "1.0.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jest": "23.8.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-mocha": "6.3.0",
"eslint-plugin-react": "7.10.0",
"eslint-plugin-react-hooks": "2.5.0",
"husky": "4.2.5"
},
"engines": {
"cocoapods": ">=1.5.3",
"node": ">=6.0.0",
"npm": ">=4.0.0",
"xcode": ">=8.0.0"
},
"private": true,
"title": "ReNative",
"codename": "Mandalorian",
"husky": {
"hooks": {
"pre-commit": "yarn lint && yarn test:rnv:unit"
}
},
"lint-staged": {
"*.js": [
"eslint"
]
},
"resolutions": {
"@react-navigation/native": "5.0.9"
},
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": []
},
"dependencies": {}
}