package.json 2.93 KB
{
  "_from": "rc-field-form@~1.17.0",
  "_id": "rc-field-form@1.17.2",
  "_inBundle": false,
  "_integrity": "sha512-+pufRy5x4G5yHxQ3k1nhgQqyqerPVJQ2jaLGojHjNpmZ2Si20o1KniMLsZxe6X8dfq4ePmH6M3IngfDnS+CrMA==",
  "_location": "/rc-field-form",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-field-form@~1.17.0",
    "name": "rc-field-form",
    "escapedName": "rc-field-form",
    "rawSpec": "~1.17.0",
    "saveSpec": null,
    "fetchSpec": "~1.17.0"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-field-form/-/rc-field-form-1.17.2.tgz",
  "_shasum": "81b09d320f9b455673867bf3a1f5b2aac0fd0a15",
  "_spec": "rc-field-form@~1.17.0",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
  "author": {
    "name": "smith3816@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/react-component/field-form/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.8.4",
    "async-validator": "^3.0.3",
    "rc-util": "^5.0.0"
  },
  "deprecated": false,
  "description": "React Form Component",
  "devDependencies": {
    "@types/enzyme": "^3.10.5",
    "@types/jest": "^25.2.1",
    "@types/lodash": "^4.14.135",
    "@types/react": "^16.8.19",
    "@types/react-dom": "^16.8.4",
    "@umijs/test": "^3.2.27",
    "dumi": "^1.1.0-rc.1",
    "enzyme": "^3.1.0",
    "enzyme-adapter-react-16": "^1.0.2",
    "enzyme-to-json": "^3.1.4",
    "father": "^2.13.6",
    "father-build": "^1.18.6",
    "gh-pages": "^3.1.0",
    "np": "^5.0.3",
    "prettier": "^2.1.2",
    "react": "^16.14.0",
    "react-dnd": "^8.0.3",
    "react-dnd-html5-backend": "^8.0.3",
    "react-dom": "^16.14.0",
    "react-redux": "^4.4.10",
    "react-router": "^3.0.0",
    "redux": "^3.7.2",
    "typescript": "^3.5.2"
  },
  "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"
  },
  "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": "father test",
    "test:coverage": "umi-test --coverage"
  },
  "typings": "es/index.d.ts",
  "version": "1.17.2"
}