forked from jeroenmager/berlijn-schoolclash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 797 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
{
"name": "SchoolClash",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"haversine": "1.0.2",
"lodash.pick": "4.4.0",
"pouchdb": "6.2.0",
"react": "16.0.0-alpha.6",
"react-native": "0.43.2",
"react-native-android-taskdescription": "1.0.1",
"react-native-camera": "^0.10.0",
"react-native-form": "2.1.2",
"react-native-keyboard-aware-scroll-view": "^0.3.0",
"react-native-maps": "0.15.0",
"react-native-splash-screen": "2.1.0",
"rnpm": "1.9.0"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "2.0.0",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}