You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

232 lines
7.5 KiB

10 years ago
{
10 years ago
"name": "antd",
6 years ago
"version": "3.7.3",
10 years ago
"title": "Ant Design",
8 years ago
"description": "An enterprise-class UI design language and React-based implementation",
9 years ago
"homepage": "http://ant.design/",
9 years ago
"keywords": [
9 years ago
"ant",
"design",
"react",
9 years ago
"react-component",
9 years ago
"component",
"components",
"ui",
"framework",
"frontend"
9 years ago
],
9 years ago
"contributors": [
"ant"
],
10 years ago
"repository": {
"type": "git",
10 years ago
"url": "https://github.com/ant-design/ant-design"
10 years ago
},
"bugs": {
10 years ago
"url": "https://github.com/ant-design/ant-design/issues"
10 years ago
},
"main": "lib/index.js",
"module": "es/index.js",
9 years ago
"files": [
"dist",
"lib",
"es"
9 years ago
],
"typings": "lib/index.d.ts",
10 years ago
"license": "MIT",
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
10 years ago
"dependencies": {
7 years ago
"array-tree-filter": "^2.0.0",
"babel-runtime": "6.x",
"classnames": "~2.2.0",
"create-react-class": "^15.6.0",
"create-react-context": "^0.2.2",
"css-animation": "^1.2.5",
"dom-closest": "^0.2.0",
"enquire.js": "^2.1.1",
"intersperse": "^1.0.0",
7 years ago
"lodash": "^4.17.5",
"moment": "^2.19.3",
"omit.js": "^1.0.0",
"prop-types": "^15.5.7",
"raf": "^3.4.0",
"rc-animate": "^2.4.1",
7 years ago
"rc-calendar": "~9.6.0",
"rc-cascader": "~0.14.0",
"rc-checkbox": "~2.1.5",
"rc-collapse": "~1.9.0",
"rc-dialog": "~7.2.0",
"rc-drawer": "~1.6.2",
"rc-dropdown": "~2.2.0",
"rc-editor-mention": "^1.0.2",
7 years ago
"rc-form": "^2.1.0",
"rc-input-number": "~4.0.0",
"rc-menu": "~7.0.2",
"rc-notification": "~3.1.1",
"rc-pagination": "~1.16.1",
"rc-progress": "~2.2.2",
"rc-rate": "~2.4.0",
"rc-select": "~8.1.1",
"rc-slider": "~8.6.0",
7 years ago
"rc-steps": "~3.1.0",
"rc-switch": "~1.6.0",
"rc-table": "~6.2.2",
"rc-tabs": "~9.3.3",
"rc-time-picker": "~3.3.0",
"rc-tooltip": "~3.7.0",
6 years ago
"rc-tree": "~1.13.0",
"rc-tree-select": "~2.0.5",
"rc-trigger": "^2.5.4",