97 lines
2.5 KiB
JSON
97 lines
2.5 KiB
JSON
{
|
|
"_from": "rc-field-form@~1.1.0",
|
|
"_id": "rc-field-form@1.1.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-m7SUNNaum4pHrUj5MGnymEk3SRitMUZBhnMS0wqWrcL6XqvdTAG5Yz5HjukA6BryaS6nyQOgUVBXMxxNN/XsTQ==",
|
|
"_location": "/rc-field-form",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "rc-field-form@~1.1.0",
|
|
"name": "rc-field-form",
|
|
"escapedName": "rc-field-form",
|
|
"rawSpec": "~1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/antd"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rc-field-form/-/rc-field-form-1.1.3.tgz",
|
|
"_shasum": "82512179f9aa2d1421758b499ea4a4f13292821c",
|
|
"_spec": "rc-field-form@~1.1.0",
|
|
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/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": "^4.17.0",
|
|
"warning": "^4.0.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "React Form Component",
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.135",
|
|
"@types/react": "^16.8.19",
|
|
"@types/react-dom": "^16.8.4",
|
|
"@types/warning": "^3.0.0",
|
|
"enzyme": "^3.1.0",
|
|
"enzyme-adapter-react-16": "^1.0.2",
|
|
"enzyme-to-json": "^3.1.4",
|
|
"father": "^2.13.6",
|
|
"np": "^5.0.3",
|
|
"react": "^v16.9.0-alpha.0",
|
|
"react-dnd": "^8.0.3",
|
|
"react-dnd-html5-backend": "^8.0.3",
|
|
"react-dom": "^v16.9.0-alpha.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": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/react-component/field-form.git"
|
|
},
|
|
"scripts": {
|
|
"build": "father doc build --storybook",
|
|
"compile": "father build",
|
|
"lint": "eslint src/ --ext .tsx,.ts",
|
|
"now-build": "npm run build",
|
|
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
|
|
"start": "father doc dev --storybook",
|
|
"test": "father test"
|
|
},
|
|
"version": "1.1.3"
|
|
}
|