56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "@ant-design/pro-field",
|
|
"version": "3.1.0",
|
|
"description": "原子信息组件,统一 ProForm、ProTable、ProList、Filter 等组件里面的字段定义。",
|
|
"homepage": "https://github.com/ant-design/pro-components/tree/master/packages/plugin-layout#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",
|
|
"author": "chenshuai2144",
|
|
"sideEffects": false,
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"types": "es/index.d.ts",
|
|
"files": [
|
|
"es",
|
|
"dist",
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "father build"
|
|
},
|
|
"browserslist": [
|
|
"last 2 versions",
|
|
"Firefox ESR",
|
|
"> 1%",
|
|
"ie >= 11"
|
|
],
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.0.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.8",
|
|
"classnames": "^2.3.2",
|
|
"dayjs": "^1.11.10",
|
|
"lodash": "^4.17.21",
|
|
"lodash-es": "^4.17.21",
|
|
"rc-util": "^5.4.0",
|
|
"swr": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.17.10",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/react-color": "^3.0.4",
|
|
"rc-resize-observer": "^0.2.3",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"peerDependencies": {
|
|
"antd": "^4.24.15 || ^5.11.2",
|
|
"react": ">=17.0.0"
|
|
}
|
|
}
|