-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
90 lines (90 loc) · 3.34 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
{
"name": "datizhuanqian",
"version": "0.0.1",
"private": true,
"scripts": {
"restart": "yarn clear:babel-cache && yarn start --reset-cache",
"start": "react-native start",
"test": "jest",
"clear:babel-cache": "rm -rf ./node_modules/.cache/babel-loader/*",
"lint": "tslint --project tsconfig.json"
},
"dependencies": {
"@apollo/react-hooks": "^3.0.1",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@react-native-community/async-storage": "^1.6.1",
"@react-native-community/cameraroll": "^1.2.1",
"@react-native-community/netinfo": "^4.1.4",
"@react-native-community/slider": "^2.0.0",
"@types/lodash": "^4.14.137",
"@types/react-navigation": "^3.0.8",
"apollo-boost": "^0.4.3",
"apollo-cache-inmemory": "^1.6.0",
"appcenter": "2.2.0",
"appcenter-analytics": "2.2.0",
"appcenter-crashes": "2.2.0",
"global": "^4.4.0",
"jcore-react-native": "1.3.2",
"jpush-react-native": "2.5.3",
"laravel-echo": "^1.5.4",
"lodash": "^4.17.15",
"mobx": "^5.13.0",
"mobx-react": "^6.1.1",
"react": "16.8.6",
"react-apollo": "^2.5.8",
"react-native": "0.60.4",
"react-native-code-push": "^5.6.1",
"react-native-config": "^0.11.7",
"react-native-device-info": "^2.3.2",
"react-native-gesture-handler": "^1.3.0",
"react-native-image-crop-picker": "^0.25.0",
"react-native-image-zoom-viewer": "^2.2.26",
"react-native-marquee-ab": "^1.2.6",
"react-native-modal": "^11.3.1",
"react-native-orientation": "^3.1.3",
"react-native-picker": "^4.3.7",
"react-native-progress": "^3.6.0",
"react-native-qrcode-svg": "^5.1.2",
"react-native-scrollable-tab-view": "^0.10.0",
"react-native-shadow": "^1.2.2",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "9.6.2",
"react-native-vector-icons": "^6.6.0",
"react-native-video": "^5.0.0",
"react-native-view-shot": "^3.0.2",
"react-native-webview": "^6.9.0",
"react-navigation": "^3.11.1",
"react-navigation-hooks": "^1.0.3",
"socket.io-client": "^2.2.0",
"teaset": "^0.6.3"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@react-native-community/eslint-config": "^0.0.5",
"@types/jest": "^24.0.17",
"@types/react": "^16.9.2",
"@types/react-native": "^0.60.6",
"@types/react-test-renderer": "^16.9.0",
"babel-jest": "^24.8.0",
"babel-plugin-import-graphql": "^2.6.2",
"babel-plugin-root-import": "^6.4.1",
"cos-nodejs-sdk-v5": "^2.5.7",
"eslint": "^6.2.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": "^24.8.0",
"metro-react-native-babel-preset": "^0.55.0",
"react-native-typescript-transformer": "^1.2.13",
"react-test-renderer": "16.8.6",
"typescript": "^3.5.3"
},
"jest": {
"preset": "react-native"
}
}