63 lines
1.3 KiB
JSON
63 lines
1.3 KiB
JSON
{
|
|
"name": "@ant-design/pro-list",
|
|
"version": "2.6.10",
|
|
"description": "🏆 Use Ant Design List like a Pro!",
|
|
"keywords": [
|
|
"antd",
|
|
"admin",
|
|
"ant-design",
|
|
"ant-design-pro"
|
|
],
|
|
"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",
|
|
"dist",
|
|
"lib"
|
|
],
|
|
"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-card": "2.10.0",
|
|
"@ant-design/pro-field": "3.1.0",
|
|
"@ant-design/pro-table": "3.21.0",
|
|
"@ant-design/pro-utils": "2.18.0",
|
|
"@babel/runtime": "^7.18.0",
|
|
"classnames": "^2.3.2",
|
|
"dayjs": "^1.11.10",
|
|
"rc-resize-observer": "^1.0.0",
|
|
"rc-util": "^4.19.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"peerDependencies": {
|
|
"antd": "^4.24.15 || ^5.11.2",
|
|
"react": ">=17.0.0",
|
|
"react-dom": ">=17.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"authors": {
|
|
"name": "chenshuai2144",
|
|
"email": "qixian.cs@outlook.com"
|
|
}
|
|
}
|