-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "empower-school",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/styled": "^11.13.0",
"@hcaptcha/react-hcaptcha": "^1.11.0",
"@mui/base": "^5.0.0-beta.40",
"@mui/material": "^5.16.7",
"dayjs": "^1.11.11",
"firebase": "^10.5.0",
"haversine-distance": "^1.2.3",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.11.0",
"react-leaflet": "^3.2.5",
"react-photo-album": "^2.3.1",
"react-router": "^6.16.0",
"react-router-dom": "^6.16.0",
"react-select": "^5.8.0",
"react-toastify": "^9.1.3",
"uuid": "^9.0.1",
"yet-another-react-lightbox": "^3.17.5"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.6",
"@vitejs/plugin-react": "^1.0.7",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.5",
"vitawind": "^2.0.0",
"vite": "^2.7.2"
}
}