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.

39 lines
956 B

3 weeks ago
{
"name": "hukou",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"build:no-vue-tsc": "vite build"
},
"dependencies": {
"axios": "^1.7.2",
"echarts": "^5.5.1",
"echarts-gl": "^2.0.9",
"echarts-wordcloud": "^2.1.0",
"element-plus": "^2.7.5",
"element-ui": "^2.15.14",
"vue": "^3.4.21",
"vue-count-to": "^1.0.13",
"vue-router": "^4.3.2",
"vue3-seamless-scroll": "^2.0.1"
},
"devDependencies": {
"@types/node": "^20.14.2",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-vue": "^5.0.4",
"less": "^4.2.0",
"terser": "^5.31.1",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.12",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-windicss": "^1.9.3",
"vue-tsc": "^2.0.6"
}
}