-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.31 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.3.4",
"dayjs": "^1.11.7",
"emoji-picker-react": "^4.4.8",
"leaflet": "^1.9.3",
"leaflet.heat": "^0.2.0",
"node-sass": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.7",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.8.0",
"react-leaflet": "^4.2.1",
"react-loader-spinner": "^5.3.4",
"react-loading-skeleton": "^3.2.0",
"react-responsive-modal": "^6.4.1",
"react-router-dom": "^6.9.0",
"react-svg": "^16.1.6",
"react-switch": "^7.0.0",
"react-tailwindcss-datepicker": "^1.6.0",
"styled-components": "^5.3.9",
"swr": "^2.1.1"
},
"devDependencies": {
"@types/leaflet.heat": "^0.2.4",
"@types/leaflet": "^1.9.3",
"@types/node": "^18.15.3",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"sass": "^1.59.3",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-pwa": "^0.14.7"
}
}