-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "CloudDeskApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"native-echarts": "^0.3.0",
"react": "~15.4.1",
"react-native": "0.42.0",
"react-native-action-button": "^2.6.2",
"react-native-app-intro": "^1.1.5",
"react-native-cached-image": "^1.2.5",
"react-native-elements": "^0.9.7",
"react-native-grid-view": "^0.4.1",
"react-native-router-flux": "^3.38.0",
"react-native-scrolltotop": "0.0.6",
"react-native-simple-store": "^1.1.0",
"react-native-splash-screen": "^2.0.0",
"react-native-swiper": "^1.5.4",
"react-native-vector-icons": "^4.0.0",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-logger": "^2.7.0",
"redux-persist": "^3.5.0",
"redux-thunk": "^2.1.0",
"tcomb-form-native": "^0.6.7"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "~15.4.1"
},
"jest": {
"preset": "react-native"
}
}