-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 2.25 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 2.25 KB
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
{
"name": "RNApp",
"version": "0.0.1",
"private": true,
"scripts": {
"GetuiConfigure": "node node_modules/react-native-getui/GetuiConfiguration.js",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"bundle-ios": "node node_modules/react-native/local-cli/cli.js bundle --entry-file index.js --platform ios --dev false --bundle-output ./ios/bundle/main.jsbundle --assets-dest ./ios/bundle",
"release-react": "code-push release-react RNApp ios",
"code-push-staging": "code-push release RNApp ./ios/bundle/ 1.0.0 --deploymentName Staging --description '\n1.近期更新频繁,请谅解\n2.程序优化了' --mandatory true",
"code-push-production": "code-push release RNApp ./ios/bundle/ 1.0.0 --deploymentName Production --description '\n1.近期更新频繁,请谅解\n2.程序优化了' --mandatory true",
"dev": "node_modules/react-native/scripts/launchPackager.command;",
"build": "npm run bundle-ios && npm run code-push-production"
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"crypto-js": "^3.1.9-1",
"react": "16.5.0",
"react-native": "^0.60.3",
"react-native-background-fetch": "^2.6.1",
"react-native-camera": "^1.8.0",
"react-native-code-push": "^5.4.2",
"react-native-dropdownalert": "^3.7.0",
"react-native-elements": "^0.19.1",
"react-native-getui": "^1.1.25",
"react-native-keyboard-manager": "^4.0.13-10",
"react-native-orientation": "^3.1.3",
"react-native-scrollable-tab-view": "^0.10.0",
"react-native-secharts": "^1.5.1",
"react-native-shake-event": "^4.0.1",
"react-native-splash-screen": "^3.1.1",
"react-native-storage": "^0.2.3",
"react-native-swipe-list-view": "^1.3.1",
"react-native-swiper": "^1.5.13",
"react-native-syan-image-picker": "git+https://github.com/vchenpeng/react-native-syan-image-picker.git",
"react-native-torch": "^1.1.5",
"react-native-touch-id": "^4.1.0",
"react-native-vector-icons": "^6.0.2",
"react-native-webview": "^3.1.2",
"react-navigation": "^2.18.0"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.48.1",
"react-test-renderer": "16.5.0"
},
"jest": {
"preset": "react-native"
}
}