buliangMap/package.json
2025-06-24 18:58:59 +08:00

54 lines
1.3 KiB
JSON

{
"name": "emt4",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ans1998/vue3-color": "^3.0.7",
"@jiaminghi/data-view": "^2.10.0",
"@nutui/nutui": "^4.0.7",
"@types/d3-tip": "^3.5.8",
"alpinejs": "^3.10.5",
"animate.css": "^4.1.1",
"axios": "^1.4.0",
"d3": "^7.8.5",
"date-fns": "^4.1.0",
"echarts": "^5.5.1",
"echarts-gl": "^2.0.9",
"echarts-wordcloud": "^2.1.0",
"element-plus": "^2.9.9",
"file-saver": "^2.0.5",
"jquery": "^3.7.1",
"less": "^4.3.0",
"linq": "^4.0.1",
"linqjs": "^1.0.2",
"pinia": "^2.0.32",
"rippleui": "^1.12.1",
"swiper": "^11.2.8",
"vue": "^3.2.45",
"vue-draggable-resizable": "^2.3.0",
"vue-router": "^4.1.6",
"vue3-scroll-seamless": "^1.0.6"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/jquery": "^3.5.32",
"@types/mockjs": "^1.0.7",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"mockjs": "^1.1.0",
"postcss": "^8.4.20",
"sass": "^1.57.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.0.11"
}
}