-
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) · 905 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 905 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": "waveguide.dev",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@mantine/core": "^8.3.18",
"@mantine/hooks": "^8.3.18",
"@mantine/notifications": "^8.3.18",
"@zip.js/zip.js": "^2.8.23",
"fast-xml-parser": "^5.5.9",
"jotai": "^2.19.0",
"leaflet": "^1.9.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-leaflet": "^5.0.0",
"splat-web": "^0.0.14",
"vite-plugin-svgr": "^4.5.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.21",
"@types/node": "^24.12.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.2.0",
"globals": "^16.5.0",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vitest": "^4.1.2"
}
}