-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.61 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "amonra",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@react-native-community/async-storage": "^1.6.1",
"point-in-polygon": "^1.0.1",
"react": "^16.8.3",
"react-native": "^0.59.3",
"react-native-check-box": "^2.1.0",
"react-native-elements": "^1.1.0",
"react-native-geolocation-service": "^2.0.0",
"react-native-gesture-handler": "^1.3.0",
"react-native-maps": "0.24.2",
"react-native-material-dropdown": "^0.11.1",
"react-native-modal": "^6.5.0",
"react-native-modal-selector": "0.0.27",
"react-native-orientation-locker": "^1.1.6",
"react-native-responsive-screen": "^1.3.0",
"react-native-scalable-image": "^0.4.0",
"react-native-simple-compass": "^1.0.0",
"react-native-splash-screen": "^3.2.0",
"react-native-swiper": "^1.5.13",
"react-native-vector-icons": "^6.6.0",
"react-native-video": "^5.0.0",
"react-native-video-player": "^0.10.0",
"react-navigation": "^3.11.1",
"react-redux": "^7.1.0",
"react-viro": "2.16.0",
"redux": "^4.0.4",
"redux-actions": "^2.6.5",
"redux-mock-store": "^1.5.3",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/runtime": "^7.4.3",
"babel-jest": "^24.7.1",
"jest": "^24.7.1",
"metro-react-native-babel-preset": "^0.53.1",
"react-test-renderer": "16.8.3",
"schedule": "0.4.0"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./resources/barlow_font/"
]
}
}