|
1 | 1 | { |
2 | | - "name": "noder", |
3 | | - "version": "1.0.5", |
4 | | - "scripts": { |
5 | | - "start": "node node_modules/react-native/local-cli/cli.js start", |
6 | | - "test": "jest", |
7 | | - "android": "node node_modules/react-native/local-cli/cli.js run-android", |
8 | | - "ios": "node node_modules/react-native/local-cli/cli.js run-ios", |
9 | | - "web": "node node_modules/react-web/local-cli/cli.js start web/webpack.config.js", |
10 | | - "log": "adb logcat *:S ReactNative:V ReactNativeJS:V", |
11 | | - "build-web": "node node_modules/react-web/local-cli/cli.js bundle web/webpack.config.js", |
12 | | - "build-ios": "react-native unbundle --entry-file index.ios.js --platform ios --dev false", |
13 | | - "build-android": "cd android && ./gradlew assembleRelease && open app/build/outputs/apk && cd ..", |
14 | | - "checkversion": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json", |
15 | | - "postinstall": "npm run checkversion", |
16 | | - "push-android": "code-push release-react Noder android --deploymentName Staging", |
17 | | - "push-ios": "code-push release-react Noder ios --deploymentName Staging", |
18 | | - "push-android-prod": "code-push release-react Noder android --deploymentName Production", |
19 | | - "push-ios-prod": "code-push release-react Noder ios --deploymentName Production", |
20 | | - "push-key": "code-push deployment ls Noder -k" |
21 | | - }, |
22 | | - "dependencies": { |
23 | | - "fetch-detector": "^1.0.0", |
24 | | - "fetch-ie8": "^1.4.3", |
25 | | - "flux-standard-action": "^0.6.1", |
26 | | - "lodash": "^4.13.1", |
27 | | - "markdown": "0.5.0", |
28 | | - "moment": "^2.13.0", |
29 | | - "query-string": "^4.2.2", |
30 | | - "react": "16.0.0-alpha.6", |
31 | | - "react-addons-pure-render-mixin": "15.6.2", |
32 | | - "react-dom": "16.0.0-alpha.2", |
33 | | - "react-native": "0.43.4", |
34 | | - "react-native-barcodescanner": "^3.0.0", |
35 | | - "react-native-blur": "^1.0.0", |
36 | | - "react-native-button": "^1.6.0", |
37 | | - "react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git", |
38 | | - "react-native-cli": "^1.0.0", |
39 | | - "react-native-code-push": "^1.12.2-beta", |
40 | | - "react-native-html-render": "^1.0.5", |
41 | | - "react-native-scrollable-tab-view": "^0.5.1", |
42 | | - "react-native-vector-icons": "^2.0.3", |
43 | | - "react-redux": "^4.4.5", |
44 | | - "react-web": "git+https://github.com/flyskywhy/react-web.git", |
45 | | - "redux": "^3.5.2", |
46 | | - "redux-actions": "^0.10.0", |
47 | | - "redux-logger": "^2.6.1", |
48 | | - "redux-promise": "^0.5.3", |
49 | | - "redux-thunk": "^2.1.0" |
50 | | - }, |
51 | | - "devDependencies": { |
52 | | - "babel-eslint": "^6.1.0", |
53 | | - "babel-jest": "21.2.0", |
54 | | - "babel-loader": "^6.2.4", |
55 | | - "babel-polyfill": "^6.13.0", |
56 | | - "babel-preset-es2015": "^6.6.0", |
57 | | - "babel-preset-react": "^6.5.0", |
58 | | - "babel-preset-react-native": "4.0.0", |
59 | | - "babel-preset-stage-1": "^6.5.0", |
60 | | - "coffee-script": "^1.9.2", |
61 | | - "dev-ip": "^1.0.1", |
62 | | - "eslint": "^2.13.1", |
63 | | - "eslint-plugin-react": "^6.2.0", |
64 | | - "file-loader": "^0.9.0", |
65 | | - "gulp": "^3.9.1", |
66 | | - "gulp-replace": "^0.5.4", |
67 | | - "gulp-util": "^3.0.4", |
68 | | - "haste-resolver-webpack-plugin": "^0.2.1", |
69 | | - "jest": "21.2.1", |
70 | | - "json-loader": "^0.5.4", |
71 | | - "react-hot-loader": "^1.3.0", |
72 | | - "react-native-cli": "^0.2.0", |
73 | | - "react-test-renderer": "16.0.0-alpha.6", |
74 | | - "redux-devtools": "^3.3.1", |
75 | | - "run-sequence": "^1.2.1", |
76 | | - "url-loader": "^0.5.7", |
77 | | - "webpack": "^1.13.1", |
78 | | - "webpack-dev-server": "^1.14.1", |
79 | | - "webpack-html-plugin": "^0.1.1" |
80 | | - }, |
81 | | - "jest": { |
82 | | - "preset": "react-native" |
83 | | - }, |
84 | | - "devEngines": { |
85 | | - "node": ">= 4.x", |
86 | | - "npm": ">= 3.x" |
87 | | - }, |
88 | | - "bundleId": "org.reactjs.native.example.noder" |
| 2 | + "name": "noder", |
| 3 | + "version": "1.0.5", |
| 4 | + "scripts": { |
| 5 | + "start": "node node_modules/react-native/local-cli/cli.js start", |
| 6 | + "test": "jest", |
| 7 | + "android": "node node_modules/react-native/local-cli/cli.js run-android", |
| 8 | + "ios": "node node_modules/react-native/local-cli/cli.js run-ios", |
| 9 | + "web": "node node_modules/react-web/local-cli/cli.js start web/webpack.config.js", |
| 10 | + "log": "adb logcat *:S ReactNative:V ReactNativeJS:V", |
| 11 | + "build-web": "node node_modules/react-web/local-cli/cli.js bundle web/webpack.config.js", |
| 12 | + "build-ios": "react-native unbundle --entry-file index.ios.js --platform ios --dev false", |
| 13 | + "build-android": "cd android && ./gradlew assembleRelease && open app/build/outputs/apk && cd ..", |
| 14 | + "checkversion": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json", |
| 15 | + "postinstall": "npm run checkversion", |
| 16 | + "push-android": "code-push release-react Noder android --deploymentName Staging", |
| 17 | + "push-ios": "code-push release-react Noder ios --deploymentName Staging", |
| 18 | + "push-android-prod": "code-push release-react Noder android --deploymentName Production", |
| 19 | + "push-ios-prod": "code-push release-react Noder ios --deploymentName Production", |
| 20 | + "push-key": "code-push deployment ls Noder -k" |
| 21 | + }, |
| 22 | + "dependencies": { |
| 23 | + "fetch-detector": "^1.0.0", |
| 24 | + "fetch-ie8": "^1.4.3", |
| 25 | + "flux-standard-action": "^0.6.1", |
| 26 | + "lodash": "^4.13.1", |
| 27 | + "markdown": "0.5.0", |
| 28 | + "moment": "^2.13.0", |
| 29 | + "query-string": "^4.2.2", |
| 30 | + "react": "16.0.0-alpha.6", |
| 31 | + "react-addons-pure-render-mixin": "15.6.2", |
| 32 | + "react-dom": "16.0.0-alpha.2", |
| 33 | + "react-native": "0.43.4", |
| 34 | + "react-native-barcodescanner": "^3.0.0", |
| 35 | + "react-native-blur": "^1.0.0", |
| 36 | + "react-native-button": "^1.6.0", |
| 37 | + "react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git", |
| 38 | + "react-native-cli": "^1.0.0", |
| 39 | + "react-native-code-push": "^1.12.2-beta", |
| 40 | + "react-native-html-render": "^1.0.5", |
| 41 | + "react-native-scrollable-tab-view": "^0.5.1", |
| 42 | + "react-native-vector-icons": "^2.0.3", |
| 43 | + "react-redux": "^4.4.5", |
| 44 | + "react-web": "git+https://github.com/flyskywhy/react-web.git", |
| 45 | + "redux": "^3.5.2", |
| 46 | + "redux-actions": "^0.10.0", |
| 47 | + "redux-logger": "^2.6.1", |
| 48 | + "redux-promise": "^0.5.3", |
| 49 | + "redux-thunk": "^2.1.0" |
| 50 | + }, |
| 51 | + "devDependencies": { |
| 52 | + "babel-eslint": "^6.1.0", |
| 53 | + "babel-jest": "21.2.0", |
| 54 | + "babel-loader": "^6.2.4", |
| 55 | + "babel-polyfill": "^6.13.0", |
| 56 | + "babel-preset-es2015": "^6.6.0", |
| 57 | + "babel-preset-react": "^6.5.0", |
| 58 | + "babel-preset-react-native": "4.0.0", |
| 59 | + "babel-preset-stage-1": "^6.5.0", |
| 60 | + "coffee-script": "^1.9.2", |
| 61 | + "dev-ip": "^1.0.1", |
| 62 | + "eslint": "^2.13.1", |
| 63 | + "eslint-plugin-react": "^6.2.0", |
| 64 | + "file-loader": "^0.9.0", |
| 65 | + "gulp": "^3.9.1", |
| 66 | + "gulp-replace": "^0.5.4", |
| 67 | + "gulp-util": "^3.0.4", |
| 68 | + "haste-resolver-webpack-plugin": "^0.2.1", |
| 69 | + "jest": "21.2.1", |
| 70 | + "json-loader": "^0.5.4", |
| 71 | + "react-hot-loader": "^1.3.0", |
| 72 | + "react-native-cli": "^0.2.0", |
| 73 | + "react-test-renderer": "16.0.0-alpha.6", |
| 74 | + "redux-devtools": "^3.3.1", |
| 75 | + "run-sequence": "^1.2.1", |
| 76 | + "url-loader": "^0.5.7", |
| 77 | + "webpack": "^1.13.1", |
| 78 | + "webpack-dev-server": "^1.14.1", |
| 79 | + "webpack-html-plugin": "^0.1.1" |
| 80 | + }, |
| 81 | + "jest": { |
| 82 | + "preset": "react-native" |
| 83 | + }, |
| 84 | + "devEngines": { |
| 85 | + "node": ">= 4.x", |
| 86 | + "npm": ">= 3.x" |
| 87 | + }, |
| 88 | + "bundleId": "org.reactjs.native.example.noder" |
89 | 89 | } |
0 commit comments