forked from flexn-io/renative
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
157 lines (157 loc) · 5.24 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
{
"name": "react-native-vanilla",
"version": "0.8.3",
"codename": "Valhalla",
"keywords": [
"react",
"react-native",
"template",
"starter",
"boilerplate",
"kit",
"native",
"swift",
"cocoapods",
"kotlin",
"apple tv",
"tvos",
"android tv",
"web",
"multiplatform",
"cross-platform",
"tizen",
"macos",
"osx",
"electron",
"smart tv",
"lg",
"webos",
"windows",
"desktop"
],
"license": "MIT",
"private": false,
"description": "Most fundamental setup of multiplatform react native project with latest Swift and Kotlin support. Includes latest `iOS`, `tvOS`, `Android`, `AndroidTV`, `Web`, `Tizen`, `LG webOS`, `macOS/OSX` and `Windows` platforms",
"author": {
"name": "Pavel Jacko",
"email": "[email protected]",
"url": "https://github.com/pavjacko"
},
"bugs": {
"url": "https://github.com/pavjacko/react-native-vanilla/issues"
},
"contributors": [
"Sander Looijenga <https://github.com/sanderlooijenga>",
"Daniel Marino Ruiz <https://github.com/CHaNGeTe>",
"David Rielo <https://github.com/davidrielo>"
],
"main": "./node_modules/react-native-scripts/build/bin/crna-entry-web.js",
"scripts": {
"setup": "node ./utils/setup.js",
"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",
"ios": "node ./utils/setup.js run_ios",
"tvos": "node ./utils/setup.js run_tvos",
"tizen": "node ./utils/setup.js run_tizen",
"android": "cd platforms/android && ./gradlew appStart",
"androidwear": "cd platforms/androidwear && ./gradlew appStart",
"androidtv": "cd platforms/androidtv && ./gradlew appStart",
"webos": "node ./utils/setup.js run_webos",
"web": "webpack-dev-server -d --config ./platforms/web/webpack.config.js --inline --hot --colors --content-base platforms/web/public/ --history-api-fallback",
"web:build": "NODE_ENV=production webpack -p --config ./platforms/web/webpack.config.js",
"tizen:build": "NODE_ENV=production webpack -p --config ./platforms/tizen/webpack.config.js",
"webos:build": "NODE_ENV=production webpack -p --config ./platforms/webos/webpack.config.js",
"macos:build": "NODE_ENV=production webpack -p --config ./platforms/macos/webpack.config.js",
"macos": "npm run macos:build && electron ./platforms/macos/",
"macos:dist": "node ./utils/builder.js dist_windows && electron-builder",
"windows:build": "webpack -p --config ./platforms/windows/webpack.config.js",
"windows": "npm run windows:build && electron ./platforms/windows/",
"windows:dist": "node ./utils/builder.js dist_windows && electron-builder",
"test": "jest",
"preversion": "npm run test",
"version": "./utils/update-versions.sh",
"doc": "doctoc ."
},
"build": {
"appId": "pavjacko.reactnativevanilla",
"directories": {
"app": "platforms/electron",
"buildResources": "platforms/electron/resources",
"output": "platforms/electron/build/release"
},
"mac": {
"category": "your.app.category.type"
}
},
"dependencies": {
"jsc-android": "224109.1.0",
"react": "16.7.0-alpha.2",
"react-dom": "16.7.0-alpha.2",
"react-native": "0.57.7",
"react-native-web": "0.9.1"
},
"devDependencies": {
"@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/runtime": "7.1.2",
"babel-core": "6.26.3",
"babel-eslint": "8.2.6",
"babel-jest": "23.4.0",
"babel-loader": "7.1.5",
"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-runtime": "6.23.0",
"babel-preset-env": "1.7.0",
"babel-preset-react-native-stage-0": "1.0.1",
"css-loader": "0.28.7",
"doctoc": "1.3.1",
"electron": "2.0.0",
"electron-builder": "20.28.2",
"eslint": "4.19.1",
"eslint-config-airbnb": "17.0.0",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-jest": "21.18.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-react": "7.10.0",
"file-loader": "1.1.11",
"html-webpack-plugin": "3.2.0",
"html-webpack-harddisk-plugin": "0.2.0",
"extract-text-webpack-plugin": "3.0.2",
"icon-toolkit": "0.0.9",
"jest": "23.4.1",
"metro-react-native-babel-preset": "0.47.0",
"ncp": "2.0.0",
"react-art": "16.5.1",
"react-native-web-image-loader": "0.0.5",
"react-test-renderer": "16.5.1",
"rimraf": "2.6.2",
"schedule": "0.4.0",
"semver": "5.5.0",
"shelljs": "0.8.2",
"style-loader": "0.19.0",
"url-loader": "1.1.1",
"webpack": "4.20.2",
"webpack-cli": "3.1.2",
"webpack-dev-server": "3.1.9"
},
"jest": {
"preset": "react-native",
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
}
},
"engines": {
"node": ">=6.0.0",
"npm": ">=4.0.0",
"xcode": ">=8.0.0",
"cocoapods": ">=1.5.3"
},
"repository": {
"type": "git",
"url": "git://github.com/pavjacko/react-native-vanilla.git"
},
"homepage": "https://github.com/pavjacko/react-native-vanilla#readme"
}