-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.31 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
{
"name": "flagchat_app",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"lodash": "^4.17.4",
"mockjs": "^1.0.1-beta3",
"query-string": "^4.3.4",
"react": "15.4.2",
"react-addons-update": "^15.5.2",
"react-native": "0.40.0",
"react-native-elements": "^0.11.1",
"react-native-image-crop-picker": "^0.13.0",
"react-native-material-ui": "^1.8.0",
"react-native-progress": "^3.2.1",
"react-native-sk-countdown": "^1.0.1",
"react-native-smart-amap": "^1.0.4",
"react-native-smart-amap-location": "^1.1.3",
"react-native-smart-app-event-listener-enhance": "^1.1.1",
"react-native-smart-button": "^1.5.0",
"react-native-smart-pull-to-refresh-listview": "^1.6.10",
"react-native-smart-timer-enhance": "^1.0.3",
"react-native-swiper": "^1.5.4",
"react-native-tab-navigator": "^0.3.3",
"react-native-vector-icons": "^4.0.0",
"react-navigation": "^1.0.0-beta.7",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"teaset": "^0.1.4"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "15.4.2"
},
"jest": {
"preset": "react-native"
}
}