-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.63 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
{
"name": "store-map",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/button": "^2.1.0",
"@chakra-ui/c-modal": "^2.0.0-alpha.13",
"@chakra-ui/checkbox": "^2.3.2",
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/input": "^2.1.2",
"@chakra-ui/layout": "^2.3.1",
"@chakra-ui/modal": "^2.3.1",
"@chakra-ui/react": "^3.35.0",
"@chakra-ui/select": "^2.1.2",
"@chakra-ui/toast": "^7.0.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@supabase/supabase-js": "^2.103.3",
"firebase": "^12.2.1",
"framer-motion": "^12.38.0",
"maplibre-gl": "^5.8.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"react-map-gl": "^8.1.0",
"react-router-dom": "^7.9.3",
"vite-plugin-pwa": "^1.2.0",
"workbox-window": "^7.3.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/react-map-gl": "^6.1.7",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"@vitejs/plugin-react": "^5.2.0",
"eslint": "^10.3.0",
"prettier": "3.8.3",
"typescript": "^5.9.2",
"vite": "^7.1.6",
"vite-css-modules": "^1.10.0",
"vite-plugin-svgr": "^4.5.0"
},
"private": true
}