-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 1.04 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
{
"name": "MyClinic",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"moment": "^2.23.0",
"native-base": "^2.10.0",
"prop-types": "^15.6.2",
"react": "16.6.3",
"react-native": "0.57.8",
"react-native-calendars": "^1.21.0",
"react-native-contacts": "^3.0.0",
"react-native-datepicker": "^1.7.2",
"react-native-document-picker": "^2.3.0",
"react-native-immediate-phone-call": "^1.0.0",
"react-native-modalbox": "^1.7.1",
"react-native-restart": "0.0.9",
"react-native-sectioned-multi-select": "^0.6.4",
"react-native-sms": "^1.8.0",
"react-native-vector-icons": "^6.1.0",
"react-navigation": "^3.0.9",
"realm": "^2.22.0",
"rn-fetch-blob": "^0.10.15"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.51.1",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}