-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.4 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.4 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
{
"name": "Weixin",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.8.3",
"@react-native-community/async-storage": "^1.7.1",
"aurora-imui-react-native": "^0.14.0",
"axios": "^0.19.2",
"crypto-js": "3.3.0",
"immutable": "^4.0.0-rc.12",
"react": "16.6.1",
"react-native": "0.57.7",
"react-native-actionsheet": "^2.4.2",
"react-native-elements": "^1.2.7",
"react-native-fs": "^2.16.4",
"react-native-gesture-handler": "1.0.16",
"react-native-image-crop-picker": "0.24.0",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-root-toast": "^3.2.0",
"react-native-storage": "^1.0.1",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "3.1.1",
"react-redux": "5.0.6",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-persist-transform-immutable": "^5.0.0",
"redux-thunk": "^2.3.0",
"socket.io-client": "^2.3.0"
},
"devDependencies": {
"babel-jest": "25.1.0",
"jest": "25.1.0",
"metro-react-native-babel-preset": "0.58.0",
"react-test-renderer": "16.6.1",
"reactotron-react-native": "^4.0.3",
"reactotron-redux": "^3.1.2"
},
"jest": {
"preset": "react-native"
}
}