forked from transistorsoft/rn-background-geolocation-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.21 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
{
"name": "RNBackgroundGeolocationSample",
"version": "2.9.4",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"open": "babel-node scripts/openConsole.js"
},
"dependencies": {
"apsl-react-native-button": "^3.1.0",
"md5": "^2.2.1",
"native-base": "^2.3.3",
"opn": "^5.1.0",
"react": "16.0.0-beta.5",
"react-native": "0.49.3",
"react-native-action-button": "^2.8.0",
"react-native-background-geolocation": "^2.9.4",
"react-native-device-info": "^0.12.1",
"react-native-maps": "^0.17.0",
"react-native-modalbox": "^1.4.2",
"react-native-root-toast": "git+https://github.com/Proyoyo/react-native-root-toast.git",
"react-native-spinkit": "git+https://github.com/transistorsoft/react-native-spinkit.git",
"react-native-vector-icons": "^4.4.2",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-jest": "21.2.0",
"babel-plugin-ip-address": "github:ZeusTheTrueGod/babel-plugin-ip-address",
"babel-preset-react-native": "4.0.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0-beta.5"
},
"jest": {
"preset": "react-native"
}
}