forked from marxsk/zobro2
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·37 lines (37 loc) · 1.12 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
37
{
"name": "zobro2",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"pouchdb": "^6.4.3",
"pouchdb-react-native": "^6.4.1",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-native": "^0.54.2",
"react-native-alphabetlistview": "git+https://github.com/marxsk/react-native-alphabetlistview.git",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
"react-native-collapsible": "^0.10.0",
"react-native-hyperlink": "^0.0.12",
"react-native-lightbox": "git+https://github.com/rduriancik/react-native-lightbox",
"react-native-push-notification": "^3.0.2",
"react-native-swiper": "^1.5.13",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.5.8",
"react-redux": "^5.0.6",
"redux": "^3.7.2"
},
"devDependencies": {
"babel-jest": "22.2.2",
"babel-preset-react-native": "4.0.0",
"jest": "22.2.2",
"path": "^0.12.7",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
}
}