{
  "name": "umi-react",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "dev": "max dev",
    "build": "max build"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@ant-design/icons": "^4.8.0",
    "@ant-design/pro-components": "^2.3.35",
    "@umijs/max": "^4.0.33", 
    "antd": "4" 
  },
  "devDependencies": {
    "typescript": "^4",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "tailwindcss": "^3"
  }
}