You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hy-screen-2.0/package.json

37 lines
883 B

{
"name": "hongyuan-screen-v2",
"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",
"ezuikit-js": "^0.7.2",
"gsap": "^3.12.2",
"normalize.css": "^8.0.1",
"ol": "^10.9.0",
"point-in-polygon": "^1.1.0",
"polygon-clipping": "^0.15.7",
"shpjs": "^6.2.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"
}
}