-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 988 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
{
"name": "run",
"version": "0.0.1",
"private": true,
"scripts": {
"xy": "(adb reverse tcp:8081 tcp:8081 || true) && node node_modules/react-native/local-cli/cli.js start --reset-cache",
"start": "node_modules/react-native/packager/packager.sh --nonPersistent",
"test": "jest"
},
"dependencies": {
"art": "^0.10.1",
"babel-plugin-transform-es2015-block-scoping": "6.15.0",
"d3": "^4.7.4",
"d3-shape": "^1.0.6",
"react": "16.0.0-alpha.6",
"react-native": "0.43.2",
"react-native-maps": "^0.13.1",
"react-native-navigation": "2.0.0-experimental.275",
"react-native-vector-icons": "^4.0.0",
"react-navigation": "git+https://github.com/react-community/react-navigation.git",
"realm": "^1.2.0",
"uuid": "^3.0.1"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "~15.4.1"
},
"jest": {
"preset": "react-native"
}
}