28 lines
654 B
JSON
28 lines
654 B
JSON
{
|
|
"name": "robot-admin-web",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"build:test": "vue-tsc -b && vite build --mode test",
|
|
"build:prod": "vue-tsc -b && vite build --mode production",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"axios": "^1.7.9",
|
|
"element-plus": "^2.9.1",
|
|
"pinia": "^2.3.0",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"typescript": "~5.7.0",
|
|
"vite": "^6.0.0",
|
|
"vue-tsc": "^2.2.0"
|
|
}
|
|
}
|