{ "name": "rc-field-form", "version": "1.38.2", "description": "React Form Component", "typings": "es/index.d.ts", "engines": { "node": ">=8.x" }, "keywords": [ "react", "react-component", "react-form", "form" ], "homepage": "https://github.com/react-component/field-form", "author": "smith3816@gmail.com", "repository": { "type": "git", "url": "https://github.com/react-component/field-form.git" }, "bugs": { "url": "https://github.com/react-component/field-form/issues" }, "files": [ "lib", "es", "dist", "assets/*.css" ], "license": "MIT", "main": "./lib/index", "module": "./es/index", "scripts": { "start": "dumi dev", "docs:build": "dumi build", "docs:deploy": "gh-pages -d docs-dist", "compile": "father build", "deploy": "npm run docs:build && npm run docs:deploy", "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"", "test": "rc-test", "test:coverage": "umi-test --coverage", "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish", "lint": "eslint src/ --ext .tsx,.ts", "lint:tsc": "tsc -p tsconfig.json --noEmit", "now-build": "npm run docs:build" }, "peerDependencies": { "react": ">=16.9.0", "react-dom": ">=16.9.0" }, "dependencies": { "@babel/runtime": "^7.18.0", "async-validator": "^4.1.0", "rc-util": "^5.32.2" }, "devDependencies": { "@rc-component/father-plugin": "^1.0.0", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^14.0.0", "@types/jest": "^29.2.5", "@types/lodash": "^4.14.135", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@umijs/fabric": "^2.5.2", "dumi": "^2.0.0", "eslint": "^7.18.0", "father": "^4.0.0", "gh-pages": "^3.1.0", "jest": "^29.0.0", "np": "^5.0.3", "prettier": "^2.1.2", "rc-test": "^7.0.15", "react": "^18.0.0", "react-dnd": "^8.0.3", "react-dnd-html5-backend": "^8.0.3", "react-dom": "^18.0.0", "react-redux": "^8.1.2", "redux": "^4.2.1", "typescript": "^5.1.6" } }