-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.4 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
{
"name": "electio-sn",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.7.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@hookform/error-message": "^2.0.0",
"@mui/icons-material": "^5.10.3",
"@mui/lab": "5.0.0-alpha.102",
"@mui/material": "^5.10.5",
"@mui/x-data-grid": "^5.17.5",
"firebase": "^9.10.0",
"hamburger-react": "^2.5.0",
"leaflet": "^1.9.2",
"leaflet-boundary-canvas": "^1.0.0",
"leaflet.fullscreen": "^2.4.0",
"notistack": "^2.0.5",
"react": "^18.2.0",
"react-camera-pro": "^1.2.1",
"react-detect-offline": "^2.4.5",
"react-dom": "^18.2.0",
"react-hook-form": "^7.36.1",
"react-leaflet": "^4.1.0",
"react-multi-date-picker": "^3.3.1",
"react-router-dom": "^6.4.0",
"react-simple-typewriter": "^4.0.2",
"screenfull": "^6.0.2",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.11",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"vite": "^3.1.0",
"vite-plugin-pwa": "^0.12.7",
"workbox-window": "^6.5.4"
}
}