Files
frontend/package.json
2026-02-06 14:06:49 +08:00

30 lines
680 B
JSON

{
"name": "trace-frontend",
"version": "1.0.0",
"description": "浙江贝凡企业授权管理系统 - 前端",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^6.1.0",
"antd": "^6.2.3",
"axios": "^1.13.4",
"qrcode": "^1.5.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.0"
},
"devDependencies": {
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.11",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.3",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"author": "",
"license": "MIT"
}