21 lines
384 B
JSON
21 lines
384 B
JSON
{
|
|||
|
|
"name": "bj_power_workstation_frontend",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vite build"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"axios": "^1.7.9",
|
||
|
|
"element-plus": "^2.9.3",
|
||
|
|
"vue": "^3.5.13",
|
||
|
|
"vue-router": "^4.4.5"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
||
|
|
"vite": "^6.0.7"
|
||
|
|
}
|
||
|
|
}
|