UNPKG

@ant-design/pro-components

Version:
63 lines (62 loc) 1.62 kB
{ "name": "@ant-design/pro-components", "version": "2.8.10", "description": "@ant-design/pro-components", "keywords": [ "antd", "admin", "ant-design", "ant-design-pro" ], "homepage": "https://github.com/ant-design/pro-components/tree/master/packages/components#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", "unpkg": "dist/pro-components.min.js", "module": "es/index.js", "types": "es/index.d.ts", "files": [ "dist", "lib", "es" ], "scripts": { "build": "father build" }, "browserslist": [ "last 2 versions", "Firefox ESR", "> 1%", "ie >= 11" ], "dependencies": { "@ant-design/pro-card": "2.10.0", "@ant-design/pro-descriptions": "2.6.10", "@ant-design/pro-field": "3.1.0", "@ant-design/pro-form": "2.32.0", "@ant-design/pro-layout": "7.22.7", "@ant-design/pro-list": "2.6.10", "@ant-design/pro-provider": "2.16.2", "@ant-design/pro-skeleton": "2.2.1", "@ant-design/pro-table": "3.21.0", "@ant-design/pro-utils": "2.18.0", "@babel/runtime": "^7.16.3" }, "peerDependencies": { "antd": "^4.24.15 || ^5.11.2", "react": ">=17.0.0", "react-dom": ">=17.0.0" }, "publishConfig": { "access": "public" }, "authors": [ "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)", "chenshuai2144 <qixian.cs@outlook.com> (https://github.com/chenshuai2144)" ] }