-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.73 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.73 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
{
"name": "my-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/plus-jakarta-sans": "^0.2.3",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/datetimepicker": "7.6.1",
"@react-native-community/netinfo": "11.1.0",
"@react-navigation/bottom-tabs": "6",
"@react-navigation/native": "6",
"@react-navigation/native-stack": "6",
"@reduxjs/toolkit": "^2.2.1",
"@valli_/rn-pdf-reader-js": "^1.0.9",
"eas-cli": "^7.5.0",
"expo": "~50.0.13",
"expo-app-loading": "^2.1.1",
"expo-av": "~13.10.5",
"expo-clipboard": "~5.0.1",
"expo-constants": "~15.4.5",
"expo-document-picker": "^11.10.1",
"expo-file-system": "~16.0.8",
"expo-font": "~11.10.3",
"expo-image-picker": "~14.7.1",
"expo-intent-launcher": "^10.11.0",
"expo-linking": "~6.2.2",
"expo-location": "^16.5.5",
"expo-notifications": "~0.27.6",
"expo-permissions": "^14.4.0",
"expo-print": "~12.8.1",
"expo-sharing": "~11.10.0",
"expo-status-bar": "~1.11.1",
"expo-updates": "~0.24.12",
"lucide-react-native": "^0.341.0",
"moment": "^2.30.1",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-animatable": "^1.4.0",
"react-native-autocomplete-dropdown": "^3.1.4",
"react-native-blob-util": "^0.19.8",
"react-native-calendars": "^1.1304.1",
"react-native-confetti-cannon": "^1.5.2",
"react-native-file-viewer": "^2.1.5",
"react-native-fs": "^2.20.0",
"react-native-geolocation-service": "^5.3.1",
"react-native-image-picker": "^7.1.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-maps": "1.10.0",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-openanything": "^0.0.6",
"react-native-pdf": "^6.7.4",
"react-native-pdf-reader": "^1.0.2",
"react-native-pdf-renderer": "^1.2.0",
"react-native-popover-view": "^5.1.8",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-shadow": "^1.2.2",
"react-native-shadow-cards": "^1.0.2",
"react-native-svg": "14.1.0",
"react-native-view-pdf": "^0.14.0",
"react-native-view-shot": "3.8.0",
"react-native-webview": "13.6.4",
"react-redux": "^9.1.0",
"redux-persist": "^6.0.0",
"rn-pdf-reader-js": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"tailwindcss": "3.3.2"
},
"private": true
}