forked from 54sword/xiaoduyuReactNative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.4 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
{
"name": "xiaoduyuReactNative",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"ios": "react-native run-ios",
"android": "cd android && ./gradlew clean && cd .. && react-native run-android",
"bundle-ios": "react-native bundle --entry-file index.js --platform ios --dev false --bundle-output release_ios/main.jsbundle --assets-dest release_ios/",
"bundle-android": "cd android && ./gradlew assembleRelease && cd .."
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.3.0",
"@react-native-community/async-storage": "^1.2.1",
"@react-native-community/netinfo": "^2.0.4",
"apollo-cache-inmemory": "^1.4.3",
"apollo-client": "^2.4.13",
"apollo-link-http": "^1.5.11",
"axios": "^0.18.0",
"cross-fetch": "^3.0.1",
"graphql": "^14.1.1",
"graphql-tag": "^2.10.1",
"lodash": "^4.17.11",
"react": "16.8.3",
"react-apollo": "^2.4.1",
"react-native": "0.59.0",
"react-native-actionsheet": "^2.4.2",
"react-native-aliyun-push": "^1.0.17",
"react-native-collapsible-header": "0.0.14",
"react-native-cookies": "^3.3.0",
"react-native-flexi-radio-button": "^0.2.2",
"react-native-gesture-handler": "^1.1.0",
"react-native-htmlview": "^0.13.0",
"react-native-image-crop-picker": "^0.23.0",
"react-native-image-zoom-viewer": "^2.2.25",
"react-native-iphone-x-helper": "^1.2.0",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-modal": "^9.0.0",
"react-native-qiniu": "^0.3.0",
"react-native-qq": "^2.0.5",
"react-native-scrollable-tab-view": "^0.10.0",
"react-native-splash-screen": "^3.2.0",
"react-native-storage": "^1.0.1",
"react-native-swipeout": "^2.3.6",
"react-native-toasty": "0.0.4",
"react-native-webview": "^5.6.2",
"react-native-webview-bridge-updated": "^1.1.1",
"react-native-wechat": "^1.9.10",
"react-navigation": "^3.5.1",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"socket.io-client": "^2.2.0",
"teaset": "^0.6.3"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/runtime": "^7.3.4",
"babel-jest": "^24.5.0",
"jest": "^24.5.0",
"metro-react-native-babel-preset": "^0.53.0",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
}
}