Files
copilot-toolbox-template-121/node_modules/@ant-design/pro-card/package.json
2026-01-16 02:20:32 +00:00

61 lines
1.4 KiB
JSON

{
"name": "@ant-design/pro-card",
"version": "2.10.0",
"description": "@ant-design/pro-card",
"keywords": [
"antd",
"admin",
"ant-design",
"ant-design-pro"
],
"homepage": "https://github.com/ant-design/pro-components/tree/master/packages/card#readme",
"bugs": "http://github.com/umijs/plugins/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": [
"lib",
"es",
"dist"
],
"scripts": {
"build": "father build"
},
"browserslist": [
"last 2 versions",
"Firefox ESR",
"> 1%",
"ie >= 11"
],
"dependencies": {
"@ant-design/cssinjs": "^1.21.1",
"@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",
"classnames": "^2.3.2",
"rc-resize-observer": "^1.0.0",
"rc-util": "^5.4.0"
},
"devDependencies": {
"typescript": "^5.0.4"
},
"peerDependencies": {
"antd": "^4.24.15 || ^5.11.2",
"react": ">=17.0.0"
},
"publishConfig": {
"access": "public"
},
"authors": [
"rdmclin2 <rdmclin2@gmail.com> (https://github.com/rdmclin2)",
"chenshuai2144 <qixian.cs@outlook.com> (https://github.com/chenshuai2144)"
]
}