mirror of
https://gitee.com/lakernote/easy-next-admin.git
synced 2026-09-03 05:53:52 +08:00
Publish the current verified project state without local development history or personal-path artifacts.
41 lines
955 B
JSON
41 lines
955 B
JSON
{
|
|
"name": "easy-next-admin-web",
|
|
"version": "0.1.0-alpha.0",
|
|
"description": "Vue 3 frontend for EasyNextAdmin.",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=22 <23 || >=24 <25",
|
|
"npm": ">=10"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview --host 0.0.0.0",
|
|
"test:unit": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@logicflow/core": "^2.2.3",
|
|
"axios": "^1.18.0",
|
|
"echarts": "^6.0.0",
|
|
"element-plus": "^2.9.7",
|
|
"pinia": "^3.0.2",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.12.4",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"@vue/test-utils": "^2.4.11",
|
|
"jsdom": "^24.1.3",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.4.3",
|
|
"vitest": "^3.2.6",
|
|
"vue-tsc": "^2.2.8"
|
|
},
|
|
"overrides": {
|
|
"uuid": "^11.1.1"
|
|
}
|
|
}
|