-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1022 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1022 Bytes
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
{
"name": "crowdpm-frontend",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --host"
},
"dependencies": {
"@crowdpm/types": "workspace:*",
"@deck.gl/core": "^9.2.11",
"@deck.gl/google-maps": "^9.2.11",
"@deck.gl/layers": "^9.2.11",
"@deck.gl/mesh-layers": "^9.2.11",
"@googlemaps/js-api-loader": "^2.0.2",
"@luma.gl/engine": "^9.2.6",
"@luma.gl/gltf": "^9.2.6",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/themes": "^3.3.0",
"@tanstack/react-query": "^5.90.21",
"firebase": "^12.10.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.91.3",
"@types/google.maps": "^3.58.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.27",
"typescript": "^5.9.3",
"vite": "^7.3.1"
}
}