-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.11 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 3.11 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
88
89
90
91
92
93
94
95
96
97
{
"name": "eventushospital-expo",
"main": "expo-router/entry",
"version": "1.0.0",
"homepage": "https://erestore2.azurewebsites.net/EventusHospital/Home",
"scripts": {
"start": "expo start --web",
"web": "expo start --web",
"clean": "yarn --reset-cache",
"build": "npx expo export --platform web",
"build:web": "npx expo export --platform web",
"serve-build": "serve dist",
"deploy-build": "vercel dist",
"serve-web-build-directory": "serve web-build",
"reset-project": "node ./scripts/reset-project.js",
"test": "jest --watchAll",
"lint": "expo lint",
"yarn-update": "yarn upgrade",
"expocli-update": "npm install -g expo-cli",
"static-server": "npm install -g serve",
"vercel-cli": "npm install -g vercel"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^14.0.4",
"@expo/webpack-config": "^19.0.1",
"@gorhom/portal": "^1.0.14",
"@material-ui/core": "^4.12.4",
"@material-ui/lab": "^4.0.0-alpha.61",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/drawer": "^7.1.1",
"@react-navigation/native": "^7.0.14",
"@svgr/webpack": "^8.1.0",
"@types/react-dom": "^19.0.3",
"axios": "^1.7.9",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"expo": "^52.0.28",
"expo-blur": "^14.0.3",
"expo-constants": "^17.0.5",
"expo-device": "^7.0.2",
"expo-font": "^13.0.3",
"expo-haptics": "^14.0.1",
"expo-image-manipulator": "^13.0.6",
"expo-image-picker": "^16.0.4",
"expo-linking": "^7.0.5",
"expo-router": "^4.0.17",
"expo-splash-screen": "^0.29.21",
"expo-status-bar": "^2.0.1",
"expo-symbols": "^0.2.1",
"expo-system-ui": "^4.0.7",
"expo-web-browser": "^14.0.2",
"formik": "^2.4.6",
"lodash": "^4.17.21",
"lottie-react-native": "7.1.0",
"moment": "^2.30.1",
"react": "18.3.1",
"react-datepicker": "^7.6.0",
"react-dom": "18.3.1",
"react-native": "0.76.6",
"react-native-autocomplete-input": "^5.5.6",
"react-native-big-calendar": "^4.17.0",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-popup-menu": "^0.16.1",
"react-native-reanimated": "~3.16.1",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.5",
"react-popper": "^2.3.0",
"react-select": "^5.9.0",
"react-toastify": "^11.0.3",
"webpack": "^5.97.1",
"yup": "^1.6.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^29.5.12",
"@types/react": "~18.3.12",
"@types/react-test-renderer": "^18.3.0",
"jest": "^29.2.1",
"jest-expo": "~52.0.2",
"react-native-svg-transformer": "^1.5.0",
"react-test-renderer": "18.3.1",
"typescript": "^5.3.3"
},
"private": true
}