init
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "dorm-repair-frontend",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"description": "交互式透明化宿舍报修系统 - Vue 3 前端",
|
||||
"packageManager": "pnpm@11.5.2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vue-tsc -b && vite build",
|
||||
"lint": "eslint src vite.config.ts eslint.config.js",
|
||||
"preview": "vite preview",
|
||||
"typecheck": "vue-tsc -b"
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "^2.3.2",
|
||||
"axios": "^1.17.0",
|
||||
"element-plus": "^2.14.1",
|
||||
"vue": "^3.5.35",
|
||||
"vue-router": "^5.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@types/node": "^25.9.2",
|
||||
"@vitejs/plugin-vue": "^6.0.7",
|
||||
"eslint": "^10.4.1",
|
||||
"eslint-plugin-vue": "^10.9.2",
|
||||
"typescript": "^6.0.3",
|
||||
"typescript-eslint": "^8.60.1",
|
||||
"vite": "^8.0.16",
|
||||
"vue-eslint-parser": "^10.4.1",
|
||||
"vue-tsc": "^3.3.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user