Files
zeling_f/package.json

27 lines
589 B
JSON
Raw Normal View History

2026-03-17 14:30:02 +08:00
{
"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"
}
}