{
  "name": "handie-react-starter-umi",
  "version": "0.0.9",
  "description": "`handie-react-starter-antd` + `umi`",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "handie",
    "ui",
    "framework",
    "ui-framework",
    "ui-solution",
    "config-driven",
    "admin",
    "admin-dashboard",
    "management-system",
    "management-systems",
    "react",
    "reactjs",
    "react.js",
    "antd",
    "ant-design",
    "umi",
    "umijs"
  ],
  "author": "Ourai Lin <ourairyu@gmail.com> (https://ourai.ws/)",
  "license": "MIT",
  "homepage": "https://handiejs.github.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/future-js/handie.git",
    "directory": "packages/starter-umi"
  },
  "scripts": {
    "precopy": "rimraf dist",
    "copy": "mkdir dist && cp -R src/* dist",
    "prebuild": "npm run copy && node build/gen",
    "build": "tsc",
    "postbuild": "rimraf tsconfig.json",
    "prerelease": "npm run build",
    "release": "npm publish"
  },
  "dependencies": {
    "handie-react-starter-antd": "0.0.10",
    "path-to-regexp": "6.2.0"
  },
  "peerDependencies": {
    "react": "~17.0.2",
    "react-dom": "~17.0.2",
    "umi": "~3.5.20"
  }
}
