{
  "_from": "rc-field-form@~2.4.0",
  "_id": "rc-field-form@2.4.0",
  "_inBundle": false,
  "_integrity": "sha512-XZ/lF9iqf9HXApIHQHqzJK5v2w4mkUMsVqAzOyWVzoiwwXEavY6Tpuw7HavgzIoD+huVff4JghSGcgEfX6eycg==",
  "_location": "/rc-field-form",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-field-form@~2.4.0",
    "name": "rc-field-form",
    "escapedName": "rc-field-form",
    "rawSpec": "~2.4.0",
    "saveSpec": null,
    "fetchSpec": "~2.4.0"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-field-form/-/rc-field-form-2.4.0.tgz",
  "_shasum": "26997160d12ae43a94c356c1290bfc011c69b3ca",
  "_spec": "rc-field-form@~2.4.0",
  "_where": "/var/www/html/frontend-new/node_modules/antd",
  "author": {
    "name": "smith3816@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/react-component/field-form/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.18.0",
    "@rc-component/async-validator": "^5.0.3",
    "rc-util": "^5.32.2"
  },
  "deprecated": false,
  "description": "React Form Component",
  "devDependencies": {
    "@rc-component/father-plugin": "^1.0.0",
    "@testing-library/jest-dom": "^6.1.4",
    "@testing-library/react": "^15.0.2",
    "@types/jest": "^29.2.5",
    "@types/lodash": "^4.14.135",
    "@types/node": "^20.11.30",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@umijs/fabric": "^4.0.1",
    "dumi": "^2.0.0",
    "eslint": "^8.54.0",
    "eslint-plugin-jest": "^27.6.0",
    "eslint-plugin-unicorn": "^52.0.0",
    "father": "^4.0.0",
    "gh-pages": "^6.1.0",
    "jest": "^29.0.0",
    "np": "^10.0.2",
    "prettier": "^3.1.0",
    "rc-test": "^7.0.15",
    "react": "^18.0.0",
    "react-dnd": "^16.0.1",
    "react-dnd-html5-backend": "^8.0.3",
    "react-dom": "^18.0.0",
    "react-redux": "^9.0.4",
    "redux": "^5.0.0",
    "typescript": "^5.1.6"
  },
  "engines": {
    "node": ">=8.x"
  },
  "files": [
    "lib",
    "es",
    "dist",
    "assets/*.css"
  ],
  "homepage": "https://github.com/react-component/field-form",
  "keywords": [
    "react",
    "react-component",
    "react-form",
    "form"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-field-form",
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-component/field-form.git"
  },
  "scripts": {
    "compile": "father build",
    "deploy": "npm run docs:build && npm run docs:deploy",
    "docs:build": "dumi build",
    "docs:deploy": "gh-pages -d docs-dist",
    "lint": "eslint src/ --ext .tsx,.ts",
    "lint:tsc": "tsc -p tsconfig.json --noEmit",
    "now-build": "npm run docs:build",
    "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
    "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
    "start": "dumi dev",
    "test": "rc-test",
    "test:coverage": "umi-test --coverage"
  },
  "typings": "es/index.d.ts",
  "version": "2.4.0"
}
