-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1014 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1014 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
38
39
40
41
42
{
"name": "maptalks-toolbox",
"private": true,
"version": "1.0.0",
"type": "module",
"packageManager": "pnpm@10.33.2",
"engines": {
"node": ">=24 <25"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"typecheck": "tsc -b"
},
"dependencies": {
"@amap/amap-jsapi-loader": "1.0.1",
"gcoord": "1.0.7",
"i18next": "26.3.6",
"lucide-react": "1.31.0",
"maptalks": "1.12.1",
"maptalks-gl": "0.124.4",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-i18next": "17.0.11"
},
"devDependencies": {
"@napi-rs/canvas": "^1.0.6",
"@types/node": "24.10.10",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4",
"@vitejs/plugin-react": "6.0.5",
"@vitest/coverage-v8": "4.1.10",
"fake-indexeddb": "6.2.5",
"sass": "1.102.0",
"typescript": "6.0.3",
"vite": "8.2.1",
"vitest": "4.1.10"
}
}