This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 389
/
package.json
119 lines (119 loc) · 4.67 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
{
"name": "noder",
"version": "1.0.5",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"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 ..",
"e2e-update-server-web": "webdriver-manager update --versions.standalone=3.7.1 --versions.gecko=v0.18.0 --versions.chrome=2.32",
"e2e-server-web": "touch node_modules/webdriver-manager/selenium/standalone-response.xml; touch node_modules/webdriver-manager/selenium/chrome-response.xml; webdriver-manager start --versions.standalone=3.7.1 --versions.gecko=v0.18.0 --versions.chrome=2.32",
"e2e-web": "codeceptjs run",
"e2e-server-native": "appium",
"e2e-android": "codeceptjs run --profile=android",
"e2e-ios": "codeceptjs run --profile=ios",
"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",
"standard": "eslint --fix '**/*.js'"
},
"dependencies": {
"fetch-detector": "^1.0.0",
"fetch-ie8": "^1.4.3",
"flux-standard-action": "^1.2.0",
"lodash": "^4.15.0",
"markdown": "0.5.0",
"moment": "^2.14.1",
"query-string": "^4.2.3",
"react": "16.0.0",
"react-addons-pure-render-mixin": "15.6.2",
"react-dom": "16.0.0",
"react-native": "0.51.0",
"react-native-barcodescanner": "git+https://github.com/const-z/react-native-barcodescanner",
"react-native-blur": "3.2.2",
"react-native-button": "2.1.0",
"react-native-camera": "0.12.0",
"react-native-code-push": "^5.2.0-beta",
"react-native-deprecated-custom-components": "git+https://github.com/facebookarchive/react-native-custom-components",
"react-native-html-render": "git+https://github.com/soliury/react-native-html-render",
"react-native-scrollable-tab-view": "git+https://github.com/flyskywhy/react-native-scrollable-tab-view#0.6.6",
"react-native-vector-icons": "^4.0.1",
"react-redux": "4.4.8",
"react-web": "https://github.com/flyskywhy/react-web.git#99adb56",
"redux": "^3.5.2",
"redux-actions": "^2.0.1",
"redux-logger": "^3.0.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"babel-jest": "22.0.4",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-native": "4.0.0",
"babel-preset-stage-1": "^6.5.0",
"codeceptjs": "1.1.0",
"coffee-script": "^1.9.2",
"dev-ip": "^1.0.1",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.0",
"eslint-config-standard-react": "^4.3.0",
"eslint-plugin-flowtype": "^2.30.4",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-standard": "^3.0.1",
"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",
"jest": "22.0.4",
"json-loader": "^0.5.4",
"mocha": "^4.0.1",
"react-hot-loader": "^3.1.3",
"react-native-cli": "^2.0.1",
"react-test-renderer": "16.0.0",
"redux-devtools": "^3.3.1",
"run-sequence": "^1.2.2",
"snazzy": "^7.0.0",
"standard": "^10.0.1",
"url-loader": "^0.5.7",
"webdriver-manager": "^12.0.6",
"webdriverio": "4.9.11",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.14.1",
"webpack-html-plugin": "^0.1.1"
},
"jest": {
"preset": "react-native"
},
"devEngines": {
"node": ">= 8.9.1",
"npm": ">= 5.x"
},
"bundleId": "org.reactjs.native.example.noder",
"standard": {
"ignore": [],
"globals": [
"__DEV__"
],
"parser": "babel-eslint",
"plugins": [
"flowtype",
"react"
]
}
}