-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 920 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
34
35
{
"name": "health-app",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-native-scripts": "0.0.27",
"jest-expo": "^0.3.0",
"react-test-renderer": "~15.4.1"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"axios": "^0.16.1",
"expo": "^15.1.0",
"moment": "^2.18.1",
"native-base": "^2.1.2",
"qs": "^6.4.0",
"react": "~15.4.0",
"react-native": "0.42.3",
"react-native-elements": "^0.11.1",
"react-native-navbar": "^1.7.1",
"react-redux": "^5.0.4",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0"
}
}