-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 730 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 730 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
{
"name": "globe-map",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"autofit.js": "^3.1.0",
"d3-geo": "^3.1.0",
"delaunator": "^5.0.0",
"echarts": "^5.5.0",
"gsap": "^3.12.2",
"normalize.css": "^8.0.1",
"point-in-polygon": "^1.1.0",
"three": "0.161.0",
"three.interactive": "^1.7.0",
"tiny-emitter": "^2.1.0",
"uuid": "^9.0.1",
"vue": "^3.2.47",
"vue-echarts": "^6.7.2",
"vue-router": "^4.2.1"
},
"devDependencies": {
"@types/three": "^0.161.0",
"@vitejs/plugin-vue": "^4.1.0",
"sass": "^1.62.1",
"vite": "^4.3.2"
}
}