package.json
1.02 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
{
"name": "xiniu_task",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"md5": "^2.2.1",
"mobx": "^3.3.1",
"mobx-react": "^4.3.3",
"moment": "^2.19.1",
"react": "16.0.0-alpha.12",
"react-native": "0.47.2",
"react-native-datepicker": "^1.6.0",
"react-native-image-crop-picker": "^0.17.3",
"react-native-image-pan-zoom": "^2.0.8",
"react-native-interactable": "^0.1.7",
"react-native-keyboard-aware-scroll-view": "^0.4.1",
"react-native-picker": "^4.2.0",
"react-native-simple-toast": "0.0.7",
"react-native-swiper": "^1.5.13",
"react-navigation": "file:react-navigation",
"react-navigation-is-focused-hoc": "^1.0.0",
"urijs": "^1.19.0"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}