Files
2026-01-16 01:51:36 +00:00

70 lines
1.7 KiB
JSON

{
"name": "@ant-design/pro-form",
"version": "2.32.0",
"description": "@ant-design/pro-form",
"keywords": [
"antd",
"admin",
"ant-design",
"ant-design-pro"
],
"homepage": "https://github.com/ant-design/pro-components/tree/master/packages/form#readme",
"bugs": "https://github.com/ant-design/pro-components/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/ant-design/pro-components.git"
},
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"files": [
"es",
"lib",
"dist"
],
"scripts": {
"build": "father build"
},
"browserslist": [
"last 2 versions",
"Firefox ESR",
"> 1%",
"ie >= 11"
],
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-field": "3.1.0",
"@ant-design/pro-provider": "2.16.2",
"@ant-design/pro-utils": "2.18.0",
"@babel/runtime": "^7.18.0",
"@chenshuai2144/sketch-color": "^1.0.7",
"@umijs/use-params": "^1.0.9",
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"rc-resize-observer": "^1.1.0",
"rc-util": "^5.0.6"
},
"devDependencies": {
"@types/lodash": "^4.17.10",
"@types/lodash-es": "^4.17.12",
"typescript": "^5.0.4"
},
"peerDependencies": {
"antd": "^4.24.15 || ^5.11.2",
"rc-field-form": ">=1.22.0",
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"publishConfig": {
"access": "public"
},
"authors": [
"chenshuai2144 <qixian.cs@outlook.com> (https://github.com/chenshuai2144)",
"yutingzhao1991 <yutingzhao1991@sina.com> (https://github.com/yutingzhao1991)"
]
}