-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.4 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
{
"name": "WebStormProject",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"antd-mobile": "^2.2.3",
"axios": "^0.18.0",
"bootstrap": "^4.1.1",
"dva-core": "^1.4.0",
"native-base": "^2.8.0",
"prop-types": "^15.6.1",
"qs": "^6.5.2",
"react": "^16.4.1",
"react-native": "^0.55.4",
"react-native-charts-wrapper": "^0.4.4",
"react-native-code-push": "^5.4.2",
"react-native-deprecated-custom-components": "^0.1.2",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-sentry": "^0.39.0",
"react-native-simple-store": "^1.3.0",
"react-native-splash-screen": "^3.1.1",
"react-native-swiper": "^1.5.3",
"react-native-tab-navigator": "^0.3.3",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.12.1",
"react-navigation-redux-helpers": "^2.0.5",
"react-navigation-tabs": "^0.6.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"teaset": "^0.5.9"
},
"devDependencies": {
"babel-jest": "22.2.2",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-react-native": "4.0.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"jest": "22.3.0",
"react-test-renderer": "^16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}