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.

155 lines
4.4 KiB

10 years ago
{
10 years ago
"name": "antd",
"version": "1.0.0-beta.7",
10 years ago
"title": "Ant Design",
"description": "一个 UI 设计语言",
9 years ago
"homepage": "http://ant.design/",
10 years ago
"keywords": [
9 years ago
"ant",
"design",
"react",
10 years ago
"react-component",
9 years ago
"component",
"components",
"ui",
"framework",
"frontend"
10 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
},
9 years ago
"main": "dist/antd",
9 years ago
"files": [
"dist",
"lib",
"type-definitions"
9 years ago
],
"typings": "type-definitions/antd.d.ts",
10 years ago
"license": "MIT",
10 years ago
"dependencies": {
9 years ago
"array-tree-filter": "~1.0.0",
"classnames": "~2.2.0",
"css-animation": "~1.2.3",
"gregorian-calendar": "~4.1.0",
"gregorian-calendar-format": "~4.1.0",
"rc-animate": "~2.0.3",
"rc-calendar": "~5.5.1",
"rc-cascader": "~0.9.8",
"rc-checkbox": "~1.3.4",
"rc-collapse": "~1.6.2",
"rc-dialog": "~6.0.1",
"rc-dropdown": "~1.4.8",
"rc-form": "~0.15.2",
"rc-input-number": "~2.5.8",
"rc-menu": "~4.11.0",
"rc-notification": "~1.3.4",
"rc-pagination": "~1.5.2",
9 years ago
"rc-progress": "~1.0.4",
"rc-queue-anim": "~0.11.9",
9 years ago
"rc-radio": "~2.0.0",
"rc-rate": "~1.1.1",
9 years ago
"rc-select": "~6.3.0",
"rc-slider": "~3.6.0",
9 years ago
"rc-steps": "~2.1.0",
"rc-switch": "~1.4.1",
"rc-table": "~4.0.3",
"rc-tabs": "~5.9.0",
"rc-time-picker": "~1.1.4",
"rc-tooltip": "~3.3.2",
"rc-tree": "~1.3.0",
"rc-tree-select": "~1.4.5",
9 years ago
"rc-upload": "~1.10.0",
"rc-util": "~3.1.3",
"react-slick": "~0.12.0",
9 years ago
"warning": "~2.1.0"
},
"devDependencies": {
9 years ago
"antd-tools": "~0.3.0",
9 years ago
"babel-eslint": "^6.0.2",
"babel-jest": "^12.0.2",
"babel-plugin-antd": "^0.4.0",
"dom-scroll-into-view": "^1.1.0",
"es6-shim": "^0.35.0",
"eslint": "^2.2.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "^1.0.4",
"eslint-plugin-markdown": "*",
9 years ago
"eslint-plugin-react": "^5.0.1",
"eslint-tinker": "^0.3.1",
9 years ago