-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.18 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
{
"name": "deck-editable-test",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@deck.gl-community/editable-layers": "^9.1.1",
"@deck.gl-community/layers": "^9.1.1",
"@deck.gl/extensions": "^9.2.2",
"@deck.gl/geo-layers": "^9.2.2",
"@luma.gl/engine": "^9.2.2",
"@luma.gl/webgl": "^9.2.2",
"@turf/turf": "^7.2.0",
"deck.gl": "^9.2.2",
"mapbox-gl": "^3.6.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-map-gl": "^7.1.7",
"uuid": "^13.0.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.3",
"@eslint/js": "^9.39.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/uuid": "^11.0.0",
"@vitejs/plugin-react-swc": "^4.2.0",
"dotenv": "^17.2.3",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.3",
"vite": "^7.1.12"
},
"volta": {
"node": "24.11.0",
"yarn": "4.4.0"
}
}