forked from osdio/noder-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 3.13 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
{
"name": "noder",
"version": "1.0.5",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "node node_modules/react-native/local-cli/cli.js run-android",
"ios": "node node_modules/react-native/local-cli/cli.js run-ios",
"web": "node node_modules/react-web/local-cli/cli.js start web/webpack.config.js",
"log": "adb logcat *:S ReactNative:V ReactNativeJS:V",
"build-web": "node node_modules/react-web/local-cli/cli.js bundle web/webpack.config.js",
"build-ios": "react-native unbundle --entry-file index.ios.js --platform ios --dev false",
"build-android": "cd android && ./gradlew assembleRelease && open app/build/outputs/apk && cd ..",
"checkversion": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
"postinstall": "npm run checkversion",
"push-android": "code-push release-react Noder android --deploymentName Staging",
"push-ios": "code-push release-react Noder ios --deploymentName Staging",
"push-android-prod": "code-push release-react Noder android --deploymentName Production",
"push-ios-prod": "code-push release-react Noder ios --deploymentName Production",
"push-key": "code-push deployment ls Noder -k",
"i-taobao": "npm i --registry=https://registry.npm.taobao.org"
},
"dependencies": {
"flux-standard-action": "^0.6.1",
"lodash": "^4.15.0",
"markdown": "0.5.0",
"moment": "^2.14.1",
"query-string": "^4.2.3",
"react": "15.2.1",
"react-addons-pure-render-mixin": "15.2.1",
"react-dom": "15.2.1",
"react-native": "0.31.0",
"react-native-barcodescanner": "^3.1.1",
"react-native-blur": "^1.0.1",
"react-native-button": "^1.6.0",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
"react-native-cli": "^1.0.0",
"react-native-code-push": "^1.14.5-beta",
"react-native-html-render": "^1.0.4",
"react-native-scrollable-tab-view": "^0.5.3",
"react-native-vector-icons": "^2.0.3",
"react-redux": "^4.4.5",
"react-web": "git+https://github.com/flyskywhy/react-web.git",
"redux": "^3.5.2",
"redux-actions": "^0.11.0",
"redux-logger": "^2.6.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0",
"webpack": "^1.13.1"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"coffee-script": "^1.9.2",
"dev-ip": "^1.0.1",
"eslint": "^3.3.1",
"eslint-plugin-react": "^6.1.2",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-replace": "^0.5.4",
"gulp-util": "^3.0.4",
"haste-resolver-webpack-plugin": "^0.2.1",
"json-loader": "^0.5.4",
"react-hot-loader": "^1.3.0",
"react-native-cli": "^0.2.0",
"redux-devtools": "^3.3.1",
"run-sequence": "^1.2.2",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.14.1",
"webpack-html-plugin": "^0.1.1"
},
"devEngines": {
"node": ">= 4.x",
"npm": ">= 3.x"
},
"bundleId": "org.reactjs.native.example.noder"
}