-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
93 lines (93 loc) Β· 3.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@apollo/client": "^3.4.17",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/cameraroll": "^4.1.2",
"@react-native-community/datetimepicker": "^5.1.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-firebase/app": "^14.3.0",
"@react-native-firebase/messaging": "^14.3.0",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"axios": "^0.24.0",
"dayjs": "^1.10.7",
"expo": "~42.0.1",
"expo-av": "~9.2.3",
"expo-keep-awake": "~9.2.0",
"expo-notifications": "~0.12.3",
"expo-splash-screen": "^0.11.4",
"expo-status-bar": "~1.0.4",
"expo-updates": "^0.8.5",
"link": "^0.1.5",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"mysql": "^2.18.1",
"native-base": "^3.2.1",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-addons-update": "^15.6.3",
"react-dom": "16.13.1",
"react-native": "~0.63.4",
"react-native-action-button": "^2.8.5",
"react-native-atoz-listview": "^0.0.7",
"react-native-calendar-picker": "^7.1.2",
"react-native-chart-kit": "^6.11.0",
"react-native-countdown-circle-timer": "^2.5.4",
"react-native-gesture-handler": "~1.10.2",
"react-native-material-menu": "^2.0.0",
"react-native-modal-datetime-picker": "^13.0.1",
"react-native-month-year-picker": "^1.8.0",
"react-native-option-menu": "^1.1.3",
"react-native-paper": "^4.10.0",
"react-native-picker-select": "^8.0.4",
"react-native-popup-menu": "^0.15.11",
"react-native-push-notification": "^8.1.1",
"react-native-reanimated": "^2.2.0",
"react-native-responsive-dimensions": "^3.1.1",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.4.0",
"react-native-search-box": "^0.0.20",
"react-native-search-input": "^0.0.6",
"react-native-simple-alarm": "^1.0.4",
"react-native-simple-popup-menu": "^1.0.3",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.1.1",
"react-native-svg-charts": "^5.4.0",
"react-native-unimodules": "^0.14.10",
"react-native-vector-icons": "^8.1.0",
"react-native-video": "^5.2.0",
"react-native-video-players": "^1.0.6",
"react-native-web": "~0.13.12",
"react-native-webview": "^11.6.2",
"react-native-webview-fullscreen": "^1.0.3",
"react-native-youtube": "^2.0.2",
"react-native-youtube-iframe": "^2.2.1",
"react-native-yt-player": "^1.1.0",
"react-youtube": "^7.13.1",
"searchable-flatlist": "0.0.4",
"simple-circle-timer": "^0.2.1",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@types/react-native-calendar-picker": "^7.0.2",
"@types/react-native-video": "^5.0.11",
"@types/styled-components": "^5.1.15",
"@types/styled-components-react-native": "^5.1.2",
"@types/uuid": "^8.3.4",
"babel-plugin-styled-components": "^1.13.3",
"typescript": "~4.0.0"
},
"private": true,
"name": "parkinson_app",
"version": "1.0.0"
}