blog-admin-web/package.json
灌糖包子 bcc09d7064
打包工具更换为vite
Co-authored-by: Copilot <copilot@github.com>
2026-04-28 16:34:30 +08:00

42 lines
901 B
JSON

{
"name": "blog-admin-web",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"axios": "^1.13.6",
"echarts": "^5.6.0",
"element-plus": "^2.13.5",
"hls.js": "^1.6.15",
"hyperdown": "^2.4.31",
"moment": "^2.30.1",
"pretty-bytes": "^5.6.0",
"vue": "^3.5.30",
"vue-router": "^4.6.4",
"vuex": "^4.1.0"
},
"devDependencies": {
"@types/node": "^25.6.0",
"@vitejs/plugin-vue": "^5.2.4",
"less": "^4.6.4",
"typescript": "^5.4.0",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^5.4.19"
},
"overrides": {
"postcss": ">=8.4.31",
"serialize-javascript": ">=7.0.5"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}