first commit

This commit is contained in:
2026-03-17 14:30:02 +08:00
commit 313f5b3550
136 changed files with 57671 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "zelin-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "max dev",
"build": "max build",
"start": "npm run dev",
"preview": "max preview"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@ant-design/plots": "^2.6.8",
"@umijs/max": "^4.1.0",
"administrative-division-cn": "^0.2.1",
"antd": "^5.12.0",
"docx-preview": "^0.3.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"typescript": "^5.0.0"
}
}