-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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": "alertarec",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^3.0.0",
"@phosphor-icons/react": "^2.0.6",
"@react-google-maps/api": "^2.18.1",
"axios": "^1.3.4",
"firebase": "^9.18.0",
"google-map-react": "^2.2.0",
"history": "^5.3.0",
"mapbox-gl": "^2.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-geolocated": "^4.0.3",
"react-hook-form": "^7.43.8",
"react-map-gl": "^7.0.21",
"react-places-autocomplete": "^7.3.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.9.0",
"styled-components": "^5.3.9",
"use-places-autocomplete": "^4.0.0",
"zod": "^3.21.4",
"zustand": "^4.3.7"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.2.0",
"vite-plugin-pwa": "^0.14.7"
}
}