{
  "name": "mui-form-hook",
  "typedoc": {
    "entryPoint": "./dist/index.d.ts",
    "readmeFile": "./readme.md",
    "displayName": "mui-form-hook",
    "tsconfig": "./tsconfig.json"
  },
  "version": "1.0.2",
  "description": "An ui library base on MUI for React front-end apps.",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.cjs",
  "dependencies": {
    "@types/animejs": "^3.1.7",
    "animejs": "^3.2.1",
    "clsx": "^1.1.1",
    "lodash-es": "^4.17.21",
    "uuid": "^9.0.0"
  },
  "peerDependencies": {
    "@types/react": "^17.0.0 || ^18.0.0",
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0",
    "react-hook-form": "^7.30.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    },
    "@emotion/react": {
      "optional": true
    },
    "@emotion/styled": {
      "optional": true
    }
  },
  "devDependencies": {
    "@babel/core": "^7.14.5",
    "@babel/node": "^7.14.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.14.5",
    "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
    "@babel/plugin-transform-react-jsx": "^7.14.5",
    "@babel/plugin-transform-runtime": "^7.14.5",
    "@babel/preset-env": "^7.14.5",
    "@babel/preset-react": "^7.14.5",
    "@babel/runtime": "^7.14.5",
    "@microsoft/api-documenter": "^7.21.6",
    "@microsoft/api-extractor": "^7.34.4",
    "@mui/icons-material": "^5.4.2",
    "@mui/lab": "^5.0.0-alpha.83",
    "@mui/material": "^5.4.2",
    "@mui/x-data-grid": "^5.8.0",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^13.1.1",
    "@types/lodash-es": "^4.17.5",
    "@types/node": "^17.0.12",
    "@types/react": "^17.0.0 || ^18.0.0",
    "postcss": "^8.4.5",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-hook-form": "^7.30.0",
    "rollup": "^2.60.2",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-dts": "^4.2.3",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.31.1",
    "tslib": "^2.3.0",
    "typescript": "^4.5.2",
    "typedoc": "0.24.0-beta.2",
    "tsconfig": "0.0.0"
  },
  "keywords": [
    "form",
    "mui",
    "material",
    "react-hook-form",
    "typescript",
    "react",
    "monorepo"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/luoanb/mui-form.git"
  },
  "author": "luoanbing",
  "email": "luoanb@163.com",
  "license": "MIT",
  "scripts": {
    "start": "pnpm run dev",
    "dev": "rollup --config rollup.config.js --watch",
    "build": "rollup --config rollup.config.js",
    "build:umd": "rollup --config rollup.config.umd.js",
    "build:docjson": "api-extractor run --local --verbose",
    "build:docmd": "api-documenter markdown -i etc -o docs",
    "build:doc": "rollup --config rollup.config.js && pnpm build:docjson && pnpm build:docmd"
  }
}