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.

228 lines
6.8 KiB

10 years ago
{
10 years ago
"name": "antd",
8 years ago
"version": "2.10.0",
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",
9 years ago
"files": [
"dist",
"lib"
9 years ago
],
"typings": "lib/index.d.ts",
10 years ago
"license": "MIT",
10 years ago
"dependencies": {
9 years ago
"array-tree-filter": "~1.0.0",
"babel-runtime": "6.x",
"classnames": "~2.2.0",
"css-animation": "^1.2.5",
"dom-closest": "^0.2.0",
"lodash.debounce": "^4.0.8",
"moment": "^2.18.1",
"object-assign": "~4.1.0",
"omit.js": "^0.1.0",
"prop-types": "^15.5.7",
"rc-animate": "~2.3.0",
"rc-calendar": "~8.1.0",
"rc-cascader": "~0.11.0",
"rc-checkbox": "~1.5.0",
"rc-collapse": "~1.7.0",
"rc-dialog": "~6.5.0",
"rc-dropdown": "~1.4.8",
"rc-editor-mention": "~0.6.11",
"rc-form": "~1.3.0",
"rc-input-number": "~3.4.4",
"rc-menu": "~5.0.9",
"rc-notification": "~1.4.0",
"rc-pagination": "~1.8.7",
"rc-progress": "~2.1.0",
9 years ago
"rc-radio": "~2.0.0",
"rc-rate": "~2.1.0",
"rc-select": "~6.8.0",
"rc-slider": "~7.0.0",
"rc-steps": "~2.5.0",
9 years ago
"rc-switch": "~1.4.2",
8 years ago
"rc-table": "~5.2.13",
"rc-tabs": "~7.3.0",
"rc-time-picker": "~2.4.0",
8 years ago
"rc-tooltip": "~3.4.2",
"rc-tree": "~1.5.0",
"rc-tree-select": "~1.9.0",
"rc-upload": "~2.3.0",
"rc-util": "^4.0.1",
"react-lazy-load": "^3.0.10",
"react-slick": "~0.14.2",
"shallowequal": "^0.2.2",
"warning": "~3.0.0"
},
"devDependencies": {
"@types/react": "^15.0.8",
8 years ago
"@types/react-dom": "~0.14.18",
"antd-demo-jest": "^1.0.5",