feat: 基础搭建框架完成

This commit is contained in:
landaiqing
2024-04-12 23:31:22 +08:00
parent 18d15ddd17
commit 81524f7edd
17 changed files with 3340 additions and 196 deletions

View File

@@ -10,10 +10,14 @@
"preview": "vite preview"
},
"dependencies": {
"antd": "^5.16.1",
"axios": "^1.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3"
"react-router-dom": "^6.22.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-svg-icons": "^2.0.1"
},
"devDependencies": {
"@types/node": "^20.11.30",
@@ -36,6 +40,7 @@
"stylelint-config-standard-less": "^3.0.1",
"stylelint-order": "^6.0.4",
"typescript": "^5.4.3",
"unplugin-imagemin": "^0.5.18",
"vite": "^5.2.3"
}
}