-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
38
39
40
{
"name": "HumClient",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"axios": "^0.16.2",
"buffer": "^5.0.7",
"firebase": "^4.2.0",
"lodash": "^4.17.4",
"native-base": "^2.3.1",
"querystring": "^0.2.0",
"react": "16.0.0-alpha.12",
"react-native": "0.47.1",
"react-native-linear-gradient": "^2.2.0",
"react-native-modalbox": "^1.4.2",
"react-native-prompt": "^1.0.0",
"react-native-search-bar": "^3.0.0",
"react-native-vector-icons": "^4.3.0",
"react-navigation": "git://github.com/cribspot/react-navigation.git#1879137",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-form": "^7.0.3",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "2.1.0",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}