37 lines
999 B
JSON
37 lines
999 B
JSON
{
|
|
"name": "draw-a-cat-admin",
|
|
"version": "1.0.0",
|
|
"description": "手绘猫乐园管理后台",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview",
|
|
"type-check": "vue-tsc --noEmit",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.8",
|
|
"element-plus": "^2.7.2",
|
|
"pinia": "^2.1.7",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.7",
|
|
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
|
"@typescript-eslint/parser": "^7.7.1",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-vue": "^9.25.0",
|
|
"prettier": "^3.2.5",
|
|
"typescript": "^5.4.5",
|
|
"unplugin-auto-import": "^0.17.5",
|
|
"unplugin-vue-components": "^0.27.0",
|
|
"vite": "^5.2.10",
|
|
"vue-tsc": "^2.0.14"
|
|
}
|
|
}
|