-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
61 lines (61 loc) · 1.86 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
{
"name": "murray",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "react-native run-android",
"ios": "react-native run-ios --simulator 'iPhone X'",
"test": "jest",
"mock": "node ./__mock__/index.js"
},
"dependencies": {
"@ant-design/react-native": "^3.1.3",
"@react-native-community/async-storage": "^1.2.1",
"dva-core": "^1.4.0",
"dva-loading": "^2.0.6",
"immutable": "^4.0.0-rc.12",
"js-base64": "^2.5.1",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"qs": "^6.6.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-native": "^0.59.1",
"react-native-canvas": "^0.1.30",
"react-native-fs": "^2.13.3",
"react-native-gesture-handler": "^1.1.0",
"react-native-image-header-scroll-view": "^0.10.1",
"react-native-scrollable-tab-view": "^0.10.0",
"react-native-snap-carousel": "^3.7.5",
"react-native-sound": "^0.10.12",
"react-native-vector-icons": "^6.4.1",
"react-navigation": "^3.3.2",
"react-navigation-redux-helpers": "^3.0.0",
"react-navigation-stack": "^1.1.0",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"socket.io-client": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/runtime": "^7.3.4",
"babel-jest": "^24.5.0",
"babel-plugin-import": "^1.11.0",
"babel-plugin-module-resolver": "^3.2.0",
"body-parser": "^1.18.3",
"eslint-plugin-react": "^7.12.4",
"express": "^4.16.4",
"jest": "^24.5.0",
"metro-react-native-babel-preset": "^0.53.0",
"mockjs": "^1.0.1-beta3",
"path-to-regexp": "^3.0.0",
"react-test-renderer": "^16.8.4"
},
"jest": {
"preset": "react-native"
}
}