-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.94 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
62
{
"name": "carveday",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"crypto-js": "^3.1.9-1",
"native-echarts": "^0.4.0",
"prop-types": "^15.6.0",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-actionsheet": "^2.4.1",
"react-native-audio": "^4.2.2",
"react-native-camera": "^1.3.1",
"react-native-circular-progress": "^1.0.1",
"react-native-contacts": "^2.2.4",
"react-native-datepicker": "^1.7.2",
"react-native-device-info": "^0.24.3",
"react-native-fetch-blob": "^0.10.8",
"react-native-fs": "^2.12.0",
"react-native-http-cache": "^0.2.0",
"react-native-image-crop-picker": "^0.21.3",
"react-native-img-cache": "^1.5.3",
"react-native-linear-gradient": "^2.4.2",
"react-native-modalbox": "^1.6.0",
"react-native-orientation": "^3.1.3",
"react-native-parallax-view": "^2.0.6",
"react-native-pdf-view": "^0.3.2",
"react-native-qrcode": "^0.2.7",
"react-native-root-toast": "^3.0.1",
"react-native-scrollable-tab-view": "^0.9.0",
"react-native-shake-event": "^4.0.1",
"react-native-sketch": "^1.1.0",
"react-native-sound": "^0.10.9",
"react-native-step-indicator": "0.0.9",
"react-native-storage": "^0.2.3",
"react-native-svg": "^7.2.0",
"react-native-swipeout": "^2.3.6",
"react-native-swiper": "^1.5.13",
"react-native-timeline-listview": "^0.2.3",
"react-native-torch": "^1.1.4",
"react-native-video": "^3.2.1",
"react-native-view-shot": "^2.5.0",
"react-navigation": "^2.18.1",
"react-redux": "^5.1.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-jest": "23.4.2",
"babel-preset-react-native": "^4.0.0",
"jest": "23.5.0",
"react-test-renderer": "16.4.1"
},
"jest": {
"preset": "react-native"
}
}