Prepare the project

This commit is contained in:
bob
2024-08-20 17:02:51 +08:00
parent bf389a079c
commit 667561bb8b
9 changed files with 672 additions and 5 deletions

View File

@@ -13,6 +13,8 @@
"lint-staged": "lint-staged"
},
"dependencies": {
"axios": "^1.7.4",
"element-plus": "^2.8.0",
"pinia": "^2.1.7",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
@@ -25,7 +27,10 @@
"eslint-plugin-vue": "^9.23.0",
"husky": "^8.0.0",
"lint-staged": "^15.2.9",
"pinia-plugin-persistedstate": "^3.2.1",
"prettier": "^3.2.5",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.3.1"
},
"lint-staged": {