forked from flexn-io/renative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·191 lines (191 loc) · 6.39 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
{
"name": "renative",
"title": "ReNative",
"version": "0.22.0",
"codename": "Hairy Goblin",
"keywords": [
"react",
"react-native",
"template",
"starter",
"boilerplate",
"kit",
"native",
"swift",
"cocoapods",
"kotlin",
"apple tv",
"tvos",
"android tv",
"android wear",
"web",
"multiplatform",
"cross-platform",
"tizen",
"macos",
"osx",
"electron",
"smart tv",
"lg",
"watch",
"webos",
"windows",
"desktop",
"tizen watch",
"kaios",
"firefoxox",
"firefox tv"
],
"license": "MIT",
"private": false,
"description": "🚀🚀🚀 Build universal cross-platform apps with React Native. Includes latest `iOS`, `tvOS`, `Android`, `Android TV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `LG webOS`, `macOS/OSX`, `Windows`, `KaiOS`, `FirefoxOS` and `Firefox TV` platforms",
"author": {
"name": "Pavel Jacko",
"email": "[email protected]",
"url": "https://github.com/pavjacko"
},
"homepage": "https://github.com/pavjacko/renative#readme",
"bugs": {
"url": "https://github.com/pavjacko/renative/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/pavjacko/renative.git"
},
"contributors": [
"Sander Looijenga <https://github.com/sanderlooijenga>",
"Daniel Marino Ruiz <https://github.com/CHaNGeTe>",
"David Rielo <https://github.com/davidrielo>",
"Aurimas Mickys <https://github.com/aurimas535>"
],
"bin": {
"rnv": "./rnv-cli/bin/index.js"
},
"scripts": {
"prepublishOnly": "npm run build",
"clean": "git clean -dfx && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/react-* && rm -rf $TMPDIR/haste-*",
"init": "npm run build && rnv init",
"watch": "nodemon --watch rnv-cli/src --exec npm run build",
"build": "babel rnv-cli/src -d rnv-cli/dist",
"start": "node node_modules/react-native/local-cli/cli.js start",
"start:reset": "node node_modules/react-native/local-cli/cli.js start --reset-cache",
"test": "jest",
"preversion": "npm run test",
"version": "./rnv/utils/update-versions.sh",
"doc": "doctoc . --maxlevel 1",
"prepare": "npm run build"
},
"dependencies": {
"@babel/cli": "7.0.0",
"@babel/core": "7.1.2",
"@babel/plugin-proposal-decorators": "7.1.2",
"@babel/plugin-transform-runtime": "7.1.0",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/preset-env": "7.3.4",
"@babel/runtime": "7.1.2",
"@react-navigation/core": "3.1.1",
"@react-navigation/native": "3.1.5",
"@react-navigation/web": "1.0.0-alpha.7",
"babel-eslint": "8.2.6",
"babel-jest": "23.4.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",
"copy-webpack-plugin": "4.6.0",
"cross-env": "5.2.0",
"css-hot-loader": "1.4.2",
"css-loader": "0.28.7",
"deepmerge": "3.2.0",
"detect-port": "1.3.0",
"doctoc": "1.3.1",
"electron": "5.0.0",
"electron-builder": "20.38.5",
"eslint": "4.19.1",
"eslint-config-airbnb": "17.0.0",
"eslint-import-resolver-webpack": "0.10.1",
"eslint-plugin-detox": "1.0.0",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-jest": "21.18.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-mocha": "5.2.0",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-react": "7.10.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.11",
"ftp-deploy": "2.3.3",
"html-webpack-harddisk-plugin": "0.2.0",
"html-webpack-plugin": "3.2.0",
"husky": "1.2.0",
"jest": "23.4.1",
"lint-staged": "8.1.0",
"metro-react-native-babel-preset": "0.51.1",
"metro-resolver": "0.48.3",
"minimist": "1.2.0",
"natives": "1.1.6",
"ncp": "2.0.0",
"nodemon": "1.18.10",
"now": "15.3.0",
"open": "6.2.0",
"prettier": "^1.17.1",
"pretty-quick": "1.11.0",
"prompt-confirm": "2.0.4",
"react": "16.8.6",
"react-art": "16.7.0-alpha.2",
"react-dom": "16.8.6",
"react-hot-loader": "4.3.12",
"react-native": "0.59.5",
"react-native-gesture-handler": "github:kmagiera/react-native-gesture-handler",
"react-native-orientation-locker": "1.1.5",
"react-native-screens": "1.0.0-alpha.22",
"react-native-web": "0.9.9",
"react-native-web-image-loader": "0.0.5",
"react-native-vector-icons": "6.4.2",
"react-web-vector-icons": "1.0.2",
"react-navigation": "3.5.1",
"react-navigation-tabs": "2.0.0-alpha.0",
"react-native-reanimated": "1.0.0-alpha.12",
"react-navigation-side-menu": "github:pavjacko/react-navigation-side-menu",
"react-test-renderer": "16.7.0-alpha.2",
"rimraf": "2.6.2",
"schedule": "0.4.0",
"semver": "5.5.0",
"shelljs": "0.8.2",
"source-map-loader": "0.2.4",
"style-loader": "0.19.0",
"svg2js": "0.0.4-alpha1",
"url-loader": "1.1.1",
"webpack": "4.20.2",
"webpack-cli": "3.1.2",
"webpack-dev-server": "3.2.1",
"webpack-merge": "4.1.4",
"write-json-webpack-plugin": "1.1.0",
"xcode": "2.0.0",
"modclean": "3.0.0-beta.1"
},
"optionalDependencies": {
"ios-deploy": "1.9.4"
},
"devDependencies": {},
"jest": {
"preset": "react-native",
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
}
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"engines": {
"node": ">=6.0.0",
"npm": ">=4.0.0",
"xcode": ">=8.0.0",
"cocoapods": ">=1.5.3"
}
}