-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 850 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 850 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": "map3d",
"private": true,
"version": "3.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@turf/turf": "^6.5.0",
"@types/node": "^22.0.0",
"@types/three": "^0.167.1",
"axios": "^1.3.5",
"d3": "^7.3.0",
"d3-geo": "^3.1.0",
"echarts": "5.5.0",
"echarts-gl": "^2.0.9",
"gsap": "^3.12.3",
"lil-gui": "^0.18.2",
"save": "^2.9.0",
"three": "^0.158.0",
"three-auto": "^0.3.3",
"three-custom-shader-material": "^5.4.0",
"three.interactive": "^1.8.0",
"vite-plugin-glsl": "^1.3.0",
"vue": "^3.2.47",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"vue-tsc": "^1.2.0"
}
}