-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.92 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.92 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
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
{
"main": "node_modules/expo/AppEntry.js",
"name": "duobody",
"version": "0.0.1",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.1.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@mdi/font": "^5.9.55",
"@mdi/js": "^5.9.55",
"@mdi/react": "^1.5.0",
"@react-native-async-storage/async-storage": "^1.15.2",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/datetimepicker": "3.0.4",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/progress-bar-android": "^1.0.4",
"@react-native-community/progress-view": "^1.3.0",
"@react-native-picker/picker": "1.9.2",
"@react-navigation/bottom-tabs": "^5.11.9",
"@react-navigation/drawer": "^5.12.5",
"@react-navigation/material-bottom-tabs": "^5.3.15",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.4",
"@react-pdf/renderer": "^2.0.6",
"axios": "^0.21.1",
"axios-hooks": "^2.6.1",
"expo": "~40.0.0",
"expo-app-loading": "^1.0.1",
"expo-cli": "^4.3.2",
"expo-font": "^8.4.0",
"expo-image-picker": "~9.2.0",
"expo-media-library": "~10.0.0",
"expo-print": "~9.2.0",
"expo-sharing": "~8.5.0",
"expo-status-bar": "~1.0.3",
"install": "^0.13.0",
"moment": "^2.29.1",
"package.json": "^2.0.1",
"react": "17.0.1",
"react-dom": "^16.13.1",
"react-loader-spinner": "^4.0.0",
"react-native": "0.64.0",
"react-native-calendar-picker": "^7.1.1",
"react-native-calendars": "^1.1254.0",
"react-native-chart-kit": "^6.11.0",
"react-native-datepicker": "^1.7.2",
"react-native-echarts-wrapper": "^2.0.0",
"react-native-gesture-handler": "~1.8.0",
"react-native-gifted-chat": "^0.16.3",
"react-native-html-to-pdf": "^0.9.1",
"react-native-ionicons": "^4.x",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-list-view-select": "^1.0.4",
"react-native-paper": "^4.7.2",
"react-native-pdf": "^6.3.0",
"react-native-permissions": "^3.0.2",
"react-native-print": "^0.7.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.2",
"react-native-svg": "12.1.0",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "~0.13.12",
"react-native-webview": "11.0.0",
"react-navigation": "^4.4.4",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"rn-fetch-blob": "^0.12.0",
"rn-placeholder": "^3.0.3",
"styled-components": "^5.2.3",
"yarn": "^1.22.10"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "2.2.1"
},
"private": true
}