-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 1.3 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
41
42
43
44
{
"name": "mycoral-patient",
"version": "0.1.0",
"private": true,
"devDependencies": {
"appr": "^1.1.1",
"jest-expo": "23.0.0",
"react-native-scripts": "1.11.1",
"react-test-renderer": "16.0.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"appr": "appr",
"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": {
"expo": "^23.0.4",
"flakeid": "^0.1.0",
"moment": "^2.20.1",
"next-frame": "^0.2.3",
"node-forge": "^0.7.1",
"react": "^16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-23.0.0.tar.gz",
"react-native-chart-kit": "^0.1.5",
"react-native-datepicker": "^1.7.1",
"react-native-elements": "^0.19.0",
"react-native-image-zoom-viewer": "^2.0.20",
"react-native-keyboard-aware-scroll-view": "^0.4.3",
"react-native-picker-select": "^3.0.1",
"react-native-qrcode": "^0.2.6",
"react-navigation": "^1.5.2",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-promise": "^0.5.3",
"victory-native": "^0.17.4"
}
}