-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 2.21 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
{
"name": "ledao",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@ant-design/icons-react-native": "1.0.2",
"@ant-design/react-native": "3.2.2",
"@react-native-community/async-storage": "^1.7.1",
"@react-native-community/viewpager": "^3.3.0",
"@types/react": "^16.9.17",
"@types/react-native": "^0.60.27",
"prop-types": "15.6.2",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-amap-geolocation": "^1.0.4",
"react-native-check-box": "2.1.6",
"react-native-device-info": "^5.5.3",
"react-native-event-bus": "^1.0.0",
"react-native-fs": "^2.14.1",
"react-native-gesture-handler": "1.5.3",
"react-native-htmlview": "latest",
"react-native-image-zoom-viewer": "^2.2.26",
"react-native-photo-view-ex": "^1.1.0",
"react-native-reanimated": "1.0.0-alpha.12",
"react-native-render-html": "^4.1.2",
"react-native-shadow-cards": "^1.0.2",
"react-native-share": "^1.2.1",
"react-native-splash-screen": "^3.2.0",
"react-native-swiper": "1.6.0-rc.3",
"react-native-syan-image-picker": "0.3.8",
"react-native-tab-view": "2.8.0",
"react-native-vector-icons": "^6.6.0",
"react-native-video": "^5.0.2",
"react-native-webview": "3.2.1",
"react-native-wechat": "^1.9.12",
"react-navigation": "4.0.10",
"react-navigation-stack": "^1.10.2",
"react-navigation-tabs": "^2.5.6",
"react-redux": "5.1.0",
"recyclerlistview": "^2.0.12",
"redux": "4.0.1",
"redux-thunk": "2.3.0",
"rn-bugly": "0.3.0",
"rn-global-modal": "^1.0.3",
"tslib": "^1.10.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"babel-plugin-root-import": "^6.4.1",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-native-typescript-transformer": "^1.2.13",
"react-test-renderer": "16.9.0",
"typescript": "^3.7.4"
},
"jest": {
"preset": "react-native"
}
}