forked from devnowcafe/runx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 907 Bytes
/
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
{
"name": "runx",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"haversine": "^1.1.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"native-base": "^2.7.2",
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-animatable": "^1.3.0",
"react-native-background-geolocation": "^2.12.2",
"react-native-background-timer": "^2.0.1",
"react-native-loading-spinner-overlay": "^0.5.2",
"react-native-maps": "^0.21.0",
"react-native-navigation": "latest",
"react-native-simple-toast": "0.0.8",
"react-native-spinkit": "^1.1.1"
},
"devDependencies": {
"babel-jest": "23.4.2",
"babel-preset-react-native": "^5",
"jest": "23.4.2",
"react-test-renderer": "16.4.1"
},
"jest": {
"preset": "react-native"
}
}