{
  "name": "site",
  "version": "0.0.1",
  "description": "formily-request documentation site based on dumi",
  "scripts": {
    "start": "npm run dev",
    "dev": "dumi dev",
    "build": "dumi build",
    "preview": "dumi preview",
    "prepare": "dumi setup"
  },
  "authors": [
    "LongChan <007sair@163.com>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/007sair/formily-request.git"
  },
  "license": "MIT",
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.{md,json}": [
      "prettier --write --no-error-on-unmatched-pattern"
    ]
  },
  "devDependencies": {
    "@commitlint/cli": "^17.1.2",
    "@commitlint/config-conventional": "^17.1.0",
    "@types/lodash.debounce": "^4.0.9",
    "@types/react": "18",
    "@types/react-dom": "18",
    "dumi": "^2.4.13",
    "gh-pages": "^6.3.0",
    "husky": "^8.0.1",
    "lint-staged": "^13.0.3",
    "prettier": "^2.7.1"
  },
  "dependencies": {
    "@formily/antd-v5": "^1.1.2",
    "@formily/core": "^2.2.27",
    "@formily/json-schema": "^2.3.2",
    "@formily/react": "^2.2.27",
    "antd": "^5.10.3",
    "fetch-jsonp": "^1.3.0",
    "formily-request": "workspace:^",
    "lodash.debounce": "^4.0.8",
    "react": "18",
    "react-dom": "18"
  }
}
