-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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": "movemint",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"jest": "^23.2.0",
"jest-react-native": "^18.0.0",
"prettier": "^1.13.7",
"react-test-renderer": "16.3.1"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"native-base": "^2.7.1",
"react": "16.3.1",
"react-native": "~0.55.2",
"react-native-app-intro": "https://github.com/merryjs/react-native-app-intro",
"react-native-background-task": "^0.2.1",
"react-native-background-timer": "^2.0.1",
"react-native-linear-gradient": "^2.4.0",
"react-native-mauron85-background-geolocation": "^0.5.0-alpha.35",
"react-native-stopwatch-timer": "0.0.20",
"react-native-vector-icons": "^4.6.0",
"realm": "^2.12.0",
"render-if": "^0.1.1",
"toggle-switch-react-native": "^1.0.0"
}
}