-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 806 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 806 Bytes
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": "Compare",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"art": "^0.10.1",
"date-fns": "^1.9.0",
"react": "15.3.2",
"react-native": "^0.36.0",
"react-native-geocoder": "^0.4.5",
"react-native-svg": "^5.1.4",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-logger": "^2.7.0",
"redux-observable": "^0.12.1",
"rxjs": "^5.0.0-rc.1"
},
"devDependencies": {
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"flow-bin": "^0.33.0",
"jest": "18.1.0",
"jest-react-native": "18.0.0",
"react-test-renderer": "15.3.2"
},
"jest": {
"preset": "jest-react-native"
},
"license": "MIT"
}