-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.61 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
{
"name": "Amelie",
"version": "0.6.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"axios": "0.18.0",
"bson-objectid": "1.2.4",
"color": "3.1.0",
"lodash": "4.17.11",
"moment": "2.24.0",
"native-base": "2.12.0",
"react": "16.6.3",
"react-native": "0.59.1",
"react-native-audio": "4.3.0",
"react-native-audio-toolkit": "1.0.6",
"react-native-autocomplete-input": "3.6.0",
"react-native-camera": "1.12.0",
"react-native-document-picker": "2.3.0",
"react-native-drawer": "2.5.1",
"react-native-easy-grid": "0.2.1",
"react-native-fs": "2.13.3",
"react-native-i18n": "2.0.15",
"react-native-image-crop-picker": "0.22.0",
"react-native-keep-awake": "4.0.0",
"react-native-modalbox": "1.7.1",
"react-native-orientation": "3.1.3",
"react-native-qrcode-scanner": "1.1.2",
"react-native-snap-carousel": "3.7.5",
"react-native-svg": "9.2.4",
"react-native-swipe-list-view": "1.5.3",
"react-native-udp": "2.5.0",
"react-navigation": "1.0.0-beta.21",
"react-redux": "6.0.1",
"redux": "4.0.1",
"redux-form": "8.1.0",
"redux-logger": "3.0.6",
"redux-persist": "5.10.0",
"redux-thunk": "2.3.0",
"rn-fetch-blob": "^0.10.15",
"switch-button-react-native": "1.0.3"
},
"devDependencies": {
"babel-core": "7.0.0-bridge.0",
"babel-jest": "24.1.0",
"jest": "24.1.0",
"metro-react-native-babel-preset": "0.52.0",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}