-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 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
{
"name": "SOL",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"react": "16.5.0",
"react-native": "0.57.1",
"react-native-android-location-services-dialog-box": "^2.7.0",
"react-native-camera": "^1.2.0",
"react-native-datepicker": "^1.7.2",
"react-native-device-info": "^0.22.5",
"react-native-exit-app": "^1.0.0",
"react-native-keep-screen-on": "^1.2.0",
"react-native-localization": "^2.0.1",
"react-native-maps": "^0.21.0",
"react-native-orientation": "^3.1.3",
"react-native-sensor-manager": "^0.1.10",
"react-native-vector-icons": "^5.0.0",
"rn-fetch-blob": "^0.10.13",
"rn-splash-screen": "^5.2.0"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.46.0",
"react-test-renderer": "16.5.0"
},
"jest": {
"preset": "react-native"
}
}