-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.36 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.36 KB
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
41
42
43
44
45
46
47
{
"name": "flow",
"version": "0.1.0",
"private": true,
"devDependencies": {
"get-date": "^1.0.2",
"jest-expo": "^21.0.2",
"react-native-scripts": "1.5.0",
"react-test-renderer": "16.0.0-alpha.12"
},
"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.2",
"expo": "^21.0.0",
"firebase": "^4.5.0",
"moment": "^2.19.0",
"moment-timezone": "^0.5.13",
"radio-button-react-native": "^1.1.6",
"react": "16.0.0-alpha.12",
"react-moment": "^0.6.5",
"react-native": "^0.48.4",
"react-native-animatable": "^1.2.4",
"react-native-calendars": "^1.7.1",
"react-native-circular-progress": "0.0.8",
"react-native-modal-picker": "0.0.16",
"react-native-picker": "^4.2.0",
"react-native-selectme": "^1.2.3",
"react-native-vector-icons": "^4.4.2",
"react-navigation": "^1.0.0-beta.13",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^4.4.1",
"util": "^0.10.3",
"watchman": "^0.1.8"
}
}