-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 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
{
"name": "arcFrontend",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"postinstall": "./node_modules/react-native-maps/enable-google-maps ../../Downloads/GoogleMaps-2.7.0"
},
"dependencies": {
"date-fns": "^1.29.0",
"react": "16.5.0",
"react-native": "0.57.0",
"react-native-elements": "^0.19.1",
"react-native-maps": "github:react-community/react-native-maps",
"react-native-modal-dropdown": "^0.6.2",
"react-native-slider": "^0.11.0",
"react-native-svg": "^7.0.3",
"react-native-svg-uri": "^1.2.3",
"react-native-vector-icons": "^5.0.0",
"react-navigation": "^2.16.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/plugin-external-helpers": "^7.0.0",
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.45.4",
"react-test-renderer": "16.5.0",
"reactotron-react-native": "^2.1.0"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}