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.

231 lines
6.9 KiB

10 years ago
{
10 years ago
"name": "antd",
8 years ago
"version": "2.10.4",
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",
10 years ago
"dependencies": {
9 years ago
"array-tree-filter": "~1.0.0",
"babel-runtime": "6.x",
"classnames": "~2.2.0",
"create-react-class": "^15.5.3",
"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.6",
"rc-calendar": "~8.4.1",
"rc-cascader": "~0.11.3",
"rc-checkbox": "~2.0.3",
"rc-collapse": "~1.7.5",
"rc-dialog": "~6.5.10",
"rc-dropdown": "~1.4.11",
"rc-editor-mention": "~0.6.12",
"rc-form": "~1.3.3",
"rc-input-number": "~3.6.0",
"rc-menu": "~5.0.10",
"rc-notification": "~2.0.0",
"rc-pagination": "~1.9.4",
"rc-progress": "~2.1.2",
"rc-rate": "~2.1.1",
"rc-select": "~6.8.6",
"rc-slider": "~8.0.2",
"rc-steps": "~2.5.1",
"rc-switch": "~1.5.1",
"rc-table": "~5.3.3",
"rc-tabs": "~8.0.0",
"rc-time-picker": "~2.4.1",
"rc-tooltip": "~3.4.6",
"rc-tree": "~1.5.0",
"rc-tree-select": "~1.10.2",
"rc-upload": "~2.3.7",
"rc-util": "^4.0.4",
"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",
"antd-tools": "~1.5.0",
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.0",
"babel-jest": "^19.0.0",
"babel-plugin-import": "^1.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"bezier-easing": "^2.0.3",