Files
makemd/dashboard/package.json

33 lines
715 B
JSON
Raw Normal View History

{
"name": "dashboard",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "umi dev",
"build": "umi build",
"postinstall": "umi setup",
"setup": "umi setup",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@ant-design/plots": "^2.6.8",
"@antv/g6": "^5.0.51",
"@antv/l7": "^2.25.2",
"@antv/l7-react": "^2.4.3",
"antd": "^5.12.2",
"axios": "^1.13.6",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^3.8.0",
"umi": "^4.0.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"msw": "^2.12.13",
"typescript": "^5.9.3"
}
}