-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
116 lines (116 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
{
"name": "damei",
"version": "0.0.1",
"private": true,
"scripts": {
"restart": "yarn clear:babel-cache && yarn start --reset-cache",
"start": "react-native start",
"clear:babel-cache": "rm -rf ./node_modules/.cache/babel-loader/*",
"a": "react-native run-android",
"i": "react-native run-ios"
},
"dependencies": {
"@apollo/react-components": "^3.1.3",
"@apollo/react-hoc": "^3.1.3",
"@apollo/react-hooks": "^3.0.1",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@hxf/toolkits_npm": "git+http://code.haxibiao.cn/android/toolkits_npm.git",
"@react-native-community/art": "^1.2.0",
"@react-native-community/async-storage": "^1.8.1",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/cameraroll": "^1.4.1",
"@react-native-community/datetimepicker": "^2.2.3",
"@react-native-community/masked-view": "^0.1.8",
"@react-native-community/netinfo": "^5.6.2",
"@react-native-community/slider": "^2.0.8",
"@react-native-community/viewpager": "^3.3.0",
"@react-navigation/bottom-tabs": "^5.2.6",
"@react-navigation/native": "^5.1.5",
"@react-navigation/stack": "^5.2.10",
"@types/lodash": "^4.14.137",
"@types/react-navigation": "^3.0.8",
"apollo-boost": "^0.4.7",
"appcenter": "2.2.0",
"appcenter-analytics": "2.2.0",
"appcenter-crashes": "2.2.0",
"global": "^4.4.0",
"graphql-tag": "^2.10.3",
"hxf-react-native-uilib": "git+http://auto:[email protected]/native/hxf-react-native-uilib.git",
"hxf-tencent-live": "git+http://auto:[email protected]/native/tencentlive.git",
"jcore-react-native": "1.3.2",
"jpush-react-native": "2.5.3",
"laravel-echo": "^1.6.1",
"lodash": "^4.17.15",
"lottie-ios": "3.1.3",
"lottie-react-native": "^3.3.2",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"react": "^16.13.0",
"react-apollo": "^2.5.8",
"react-native": "^0.61.5",
"react-native-appearance": "^0.3.3",
"react-native-code-push": "^5.6.1",
"react-native-config": "luggit/react-native-config",
"react-native-device-info": "^5.5.3",
"react-native-gesture-handler": "^1.6.1",
"react-native-gifted-chat": "^0.13.0",
"react-native-image-crop-picker": "^0.28.0",
"react-native-image-zoom-viewer": "^2.2.27",
"react-native-linear-gradient": "^2.5.6",
"react-native-marquee-ab": "^1.2.6",
"react-native-modal": "^11.3.1",
"react-native-orientation": "^3.1.3",
"react-native-permissions": "^2.1.3",
"react-native-picker": "^4.3.7",
"react-native-progress": "^4.0.3",
"react-native-qrcode-svg": "^6.0.3",
"react-native-reanimated": "^1.8.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.4.0",
"react-native-scrollable-tab-view": "^1.0.0",
"react-native-shadow": "^1.2.2",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "9.6.2",
"react-native-ui-lib": "^5.4.2",
"react-native-vector-icons": "^6.6.0",
"react-native-video": "^4.4.5",
"react-native-view-shot": "^3.1.2",
"react-native-webview": "^8.2.0",
"react-native-wechat": "^1.9.12",
"react-navigation": "^3.11.1",
"react-navigation-hooks": "^1.0.3",
"recompose": "^0.30.0",
"rn-fetch-blob": "^0.12.0",
"socket.io-client": "^2.3.0",
"teaset": "0.7.1"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/runtime": "^7.8.7",
"@react-native-community/eslint-config": "^0.0.7",
"@types/jest": "^25.1.4",
"@types/react": "^16.9.23",
"@types/react-native": "^0.61.22",
"@types/react-test-renderer": "^16.9.2",
"babel-jest": "^25.1.0",
"babel-plugin-import-graphql": "^2.7.0",
"babel-plugin-root-import": "^6.4.1",
"cos-nodejs-sdk-v5": "^2.5.7",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-jest": "^22.13.6",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-native": "^3.7.0",
"graphql": "^14.4.2",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.58.0",
"react-native-typescript-transformer": "^1.2.13",
"react-test-renderer": "^16.13.0",
"typescript": "^3.8.3"
},
"jest": {
"preset": "react-native"
}
}