-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 926 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 926 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": "ocap2-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@bufbuild/protobuf": "^2.11.0",
"@deck.gl/core": "^9.2.6",
"@deck.gl/geo-layers": "^9.2.6",
"@deck.gl/layers": "^9.2.6",
"@maplibre/maplibre-gl-leaflet": "^0.0.22",
"leaflet": "^1.9.0",
"leaflet-rotatedmarker": "^0.2.0",
"maplibre-gl": "^4.7.0",
"pmtiles": "^4.0.0",
"solid-js": "^1.9.0"
},
"devDependencies": {
"@solidjs/testing-library": "^0.8.0",
"@testing-library/jest-dom": "^6.0.0",
"@types/leaflet": "^1.9.0",
"@types/node": "^25.2.2",
"jsdom": "^28.0.0",
"ts-proto": "^2.11.2",
"typescript": "^5.6.0",
"vite": "^6.0.0",
"vite-plugin-solid": "^2.11.0",
"vitest": "^3.0.0"
}
}