You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
2.1 KiB
84 lines
2.1 KiB
{
|
|
"name": "rc-field-form",
|
|
"version": "1.22.1",
|
|
"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": "father 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.8.4",
|
|
"async-validator": "^4.0.2",
|
|
"rc-util": "^5.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/enzyme": "^3.10.5",
|
|
"@types/jest": "^26.0.20",
|
|
"@types/lodash": "^4.14.135",
|
|
"@types/react": "^16.8.19",
|
|
"@types/react-dom": "^16.8.4",
|
|
"@umijs/fabric": "^2.5.2",
|
|
"@umijs/test": "^3.2.27",
|
|
"dumi": "^1.1.0",
|
|
"enzyme": "^3.1.0",
|
|
"enzyme-adapter-react-16": "^1.0.2",
|
|
"enzyme-to-json": "^3.1.4",
|
|
"eslint": "^7.18.0",
|
|
"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"
|
|
}
|
|
}
|