package.json 691 Bytes
{
  "private": true,
  "author": "zhangzhen <525765282@qq.com>",
  "scripts": {
    "dev": "cross-env PORT=9099 umi dev",
    "build": "umi build",
    "postinstall": "umi setup",
    "setup": "umi setup",
    "start": "npm run dev"
  },
  "dependencies": {
    "@ant-design/icons": "^6.0.0",
    "antd": "^5.26.4",
    "cross-env": "^7.0.3",
    "dt-react-component": "5.2.0-beta.0",
    "lodash": "^4.17.21",
    "sortablejs": "^1.15.6",
    "umi": "^4.4.11"
  },
  "devDependencies": {
    "@types/lodash": "^4.17.20",
    "@types/react": "^18.0.33",
    "@types/react-dom": "^18.0.11",
    "@types/sortablejs": "^1.15.8",
    "@umijs/plugins": "^4.4.11",
    "typescript": "^5.0.3"
  }
}