2026-05-22 16:26:33 +08:00
|
|
|
{
|
|
|
|
|
"name": "easycode-web",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite --host 0.0.0.0",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"preview": "vite preview --host 0.0.0.0"
|
|
|
|
|
},
|
2026-05-22 16:43:55 +08:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=20"
|
|
|
|
|
},
|
2026-05-22 16:26:33 +08:00
|
|
|
"dependencies": {
|
|
|
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
|
|
|
"axios": "^1.7.9",
|
|
|
|
|
"element-plus": "^2.9.1",
|
|
|
|
|
"vue": "^3.5.13",
|
|
|
|
|
"vue-router": "^4.5.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
|
|
|
"sass": "^1.83.0",
|
|
|
|
|
"vite": "^6.0.7"
|
|
|
|
|
}
|
|
|
|
|
}
|