2015-05-07 18:50:36 +08:00
|
|
|
{
|
2015-06-02 15:41:43 +08:00
|
|
|
"name": "antd",
|
2019-05-13 12:05:57 +08:00
|
|
|
"version": "3.18.0",
|
2015-06-04 14:42:24 +08:00
|
|
|
"title": "Ant Design",
|
2019-05-08 16:27:37 +08:00
|
|
|
"description": "An enterprise-class UI design language and React components implementation",
|
2015-07-17 13:59:05 +08:00
|
|
|
"homepage": "http://ant.design/",
|
2015-07-15 12:07:11 +08:00
|
|
|
"keywords": [
|
2015-07-17 13:58:35 +08:00
|
|
|
"ant",
|
|
|
|
"design",
|
|
|
|
"react",
|
2015-07-15 12:07:11 +08:00
|
|
|
"react-component",
|
2015-07-17 13:58:35 +08:00
|
|
|
"component",
|
|
|
|
"components",
|
|
|
|
"ui",
|
|
|
|
"framework",
|
|
|
|
"frontend"
|
2015-07-15 12:07:11 +08:00
|
|
|
],
|
2015-07-17 16:24:00 +08:00
|
|
|
"contributors": [
|
|
|
|
"ant"
|
|
|
|
],
|
2019-04-08 09:29:16 +08:00
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.npmjs.org/"
|
|
|
|
},
|
2015-05-07 18:50:36 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-06-05 15:02:39 +08:00
|
|
|
"url": "https://github.com/ant-design/ant-design"
|
2015-05-07 18:50:36 +08:00
|
|
|
},
|
|
|
|
"bugs": {
|
2015-06-05 15:02:39 +08:00
|
|
|
"url": "https://github.com/ant-design/ant-design/issues"
|
2015-05-07 18:50:36 +08:00
|
|
|
},
|
2016-10-31 12:09:06 +08:00
|
|
|
"main": "lib/index.js",
|
2017-05-27 14:09:07 +08:00
|
|
|
"module": "es/index.js",
|
2015-07-17 16:24:00 +08:00
|
|
|
"files": [
|
2016-04-06 18:07:54 +08:00
|
|
|
"dist",
|
2017-05-27 14:09:07 +08:00
|
|
|
"lib",
|
|
|
|
"es"
|
2015-07-17 16:24:00 +08:00
|
|
|
],
|
2016-06-22 13:18:43 +08:00
|
|
|
"typings": "lib/index.d.ts",
|
2015-07-09 21:05:33 +08:00
|
|
|
"license": "MIT",
|
2017-09-16 23:44:20 +08:00
|
|
|
"peerDependencies": {
|
2017-11-19 20:39:35 +08:00
|
|
|
"react": ">=16.0.0",
|
|
|
|
"react-dom": ">=16.0.0"
|
2017-09-16 23:44:20 +08:00
|
|
|
},
|
2015-05-07 18:50:36 +08:00
|
|
|
"dependencies": {
|
2019-05-07 23:54:08 +08:00
|
|
|
"@ant-design/icons": "~2.0.0",
|
|
|
|
"@ant-design/icons-react": "~2.0.0",
|
2019-03-04 10:45:15 +08:00
|
|
|
"@types/react-slick": "^0.23.3",
|
2018-10-06 20:30:27 +08:00
|
|
|
"array-tree-filter": "^2.1.0",
|
2016-09-01 11:26:07 +08:00
|
|
|
"babel-runtime": "6.x",
|
2018-10-06 20:30:27 +08:00
|
|
|
"classnames": "~2.2.6",
|
2019-02-19 11:42:05 +08:00
|
|
|
"copy-to-clipboard": "^3.0.8",
|
2019-04-16 12:06:04 +08:00
|
|
|
"@ant-design/create-react-context": "^0.2.4",
|
2018-11-12 20:31:58 +08:00
|
|
|
"css-animation": "^1.5.0",
|
2017-02-25 02:09:18 +08:00
|
|
|
"dom-closest": "^0.2.0",
|
2018-10-06 20:30:27 +08:00
|
|
|
"enquire.js": "^2.1.6",
|
|
|
|
"lodash": "^4.17.11",
|
2019-01-31 16:07:49 +08:00
|
|
|
"moment": "^2.24.0",
|
2017-07-03 16:57:11 +08:00
|
|
|
"omit.js": "^1.0.0",
|
2018-10-06 20:30:27 +08:00
|
|
|
"prop-types": "^15.6.2",
|
2018-05-22 13:01:28 +08:00
|
|
|
"raf": "^3.4.0",
|
2018-10-06 20:30:27 +08:00
|
|
|
"rc-animate": "^2.5.4",
|
2019-04-01 15:49:29 +08:00
|
|
|
"rc-calendar": "~9.12.1",
|
2018-12-14 11:26:39 +08:00
|
|
|
"rc-cascader": "~0.17.0",
|
2018-03-09 15:16:57 +08:00
|
|
|
"rc-checkbox": "~2.1.5",
|
2019-02-13 19:32:49 +08:00
|
|
|
"rc-collapse": "~1.11.1",
|
2019-05-10 11:54:51 +08:00
|
|
|
"rc-dialog": "~7.4.0",
|
2019-05-06 12:04:39 +08:00
|
|
|
"rc-drawer": "~1.8.0",
|
2018-12-28 20:27:42 +08:00
|
|
|
"rc-dropdown": "~2.4.1",
|
2018-10-06 20:30:27 +08:00
|
|
|
"rc-editor-mention": "^1.1.7",
|
2018-12-21 23:58:31 +08:00
|
|
|
"rc-form": "^2.4.0",
|
2019-02-20 18:18:19 +08:00
|
|
|
"rc-input-number": "~4.4.0",
|
2018-10-06 20:30:27 +08:00
|
|
|
"rc-menu": "~7.4.12",
|
2018-10-18 10:16:56 +08:00
|
|
|
"rc-notification": "~3.3.0",
|
2019-05-10 15:38:35 +08:00
|
|
|
"rc-pagination": "~1.18.0",
|
2019-01-18 15:19:36 +08:00
|
|
|
"rc-progress": "~2.3.0",
|
2018-12-28 16:04:05 +08:00
|
|
|
"rc-rate": "~2.5.0",
|
2019-04-22 21:42:09 +08:00
|
|
|
"rc-select": "~9.1.0",
|
2019-02-05 21:25:40 +08:00
|
|
|
"rc-slider": "~8.6.5",
|
2018-08-31 18:52:23 +08:00
|
|
|
"rc-steps": "~3.3.0",
|
2019-01-26 01:26:48 +08:00
|
|
|
"rc-switch": "~1.9.0",
|
2019-04-21 13:54:15 +08:00
|
|
|
"rc-table": "~6.5.0",
|
2019-01-16 20:00:23 +08:00
|
|
|
"rc-tabs": "~9.6.0",
|
2019-01-25 10:31:09 +08:00
|
|
|
"rc-time-picker": "~3.6.1",
|
2018-10-06 20:30:27 +08:00
|
|
|
"rc-tooltip": "~3.7.3",
|
2019-05-06 12:04:39 +08:00
|
|
|
"rc-tree": "~2.1.0",
|
|
|
|
"rc-tree-select": "~2.9.1",
|
2018-10-06 20:30:27 +08:00
|
|
|
"rc-trigger": "^2.6.2",
|
2018-09-21 15:04:51 +08:00
|
|
|
"rc-upload": "~2.6.0",
|
2018-10-06 20:30:27 +08:00
|
|
|
"rc-util": "^4.5.1",
|
|
|
|
"react-lazy-load": "^3.0.13",
|
|
|
|
"react-lifecycles-compat": "^3.0.4",
|
2019-04-26 15:32:11 +08:00
|
|
|
"react-slick": "~0.24.0",
|
2018-11-27 13:46:42 +08:00
|
|
|
"resize-observer-polyfill": "^1.5.0",
|
2018-10-06 20:30:27 +08:00
|
|
|
"shallowequal": "^1.1.0",
|
|
|
|
"warning": "~4.0.2"
|
2015-05-21 20:36:13 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-04-10 15:41:05 +08:00
|
|
|
"@ant-design/colors": "^3.0.0",
|
2019-04-03 21:23:28 +08:00
|
|
|
"@sentry/browser": "^5.0.3",
|
2018-07-31 16:26:24 +08:00
|
|
|
"@types/classnames": "^2.2.6",
|
2018-10-06 20:30:27 +08:00
|
|
|
"@types/prop-types": "^15.5.6",
|
2019-02-03 16:26:21 +08:00
|
|
|
"@types/react": "~16.8.1",
|
2018-12-13 22:03:12 +08:00
|
|
|
"@types/react-dom": "^16.0.11",
|
|
|
|
"@types/react-intl": "^2.3.14",
|
2019-01-12 19:22:06 +08:00
|
|
|
"@types/warning": "^3.0.0",
|
2018-07-20 11:53:49 +08:00
|
|
|
"@yesmeck/offline-plugin": "^5.0.5",
|
2018-10-06 20:30:27 +08:00
|
|
|
"ansi-styles": "^3.2.1",
|
2018-11-10 13:09:32 +08:00
|
|
|
"antd-theme-generator": "^1.1.4",
|
2019-04-02 19:04:38 +08:00
|
|
|
"antd-tools": "^7.3.0",
|
2018-09-30 14:59:31 +08:00
|
|
|
"babel-eslint": "^10.0.1",
|
2019-02-26 16:16:23 +08:00
|
|
|
"babel-plugin-add-react-displayname": "^0.0.5",
|
2019-04-10 16:37:31 +08:00
|
|
|
"bisheng": "^1.2.4",
|
|
|
|
"bisheng-plugin-antd": "^1.0.1",
|
2018-10-06 20:30:27 +08:00
|
|
|
"bisheng-plugin-description": "^0.1.4",
|
2018-12-13 22:03:12 +08:00
|
|
|
"bisheng-plugin-react": "^1.0.0",
|
2018-10-06 20:30:27 +08:00
|
|
|
"bisheng-plugin-toc": "^0.4.4",
|
2019-04-17 18:07:34 +08:00
|
|
|
"chalk": "^2.4.2",
|
2018-10-06 20:30:27 +08:00
|
|
|
"commander": "^2.18.0",
|
|
|
|
"cross-env": "^5.2.0",
|
|
|
|
"css-split-webpack-plugin": "^0.2.6",
|
|
|
|
"dekko": "^0.2.1",
|
2017-12-29 12:02:22 +08:00
|
|
|
"docsearch.js": "^2.5.2",
|
2018-04-02 15:42:34 +08:00
|
|
|
"enquire-js": "^0.2.1",
|
2018-10-06 20:30:27 +08:00
|
|
|
"enzyme": "^3.7.0",
|
|
|
|
"enzyme-adapter-react-16": "^1.6.0",
|
|
|
|
"enzyme-to-json": "^3.3.4",
|
|
|
|
"eslint": "^5.6.1",
|
|
|
|
"eslint-config-airbnb": "^17.1.0",
|
2019-01-29 00:05:16 +08:00
|
|
|
"eslint-config-prettier": "^4.0.0",
|
2018-10-06 20:30:27 +08:00
|
|
|
"eslint-plugin-babel": "^5.2.1",
|
2019-04-15 10:28:11 +08:00
|
|
|
"eslint-plugin-import": "^2.17.1",
|
2019-04-03 15:54:26 +08:00
|
|
|
"eslint-plugin-jest": "^22.4.1",
|
2018-10-06 20:30:27 +08:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.1.2",
|
|
|
|
"eslint-plugin-markdown": "~1.0.0-beta.6",
|
|
|
|
"eslint-plugin-react": "^7.11.1",
|
2018-06-30 18:52:20 +08:00
|
|
|
"eslint-tinker": "^0.5.0",
|
2018-10-06 20:30:27 +08:00
|
|
|
"fetch-jsonp": "^1.1.3",
|
|
|
|
"glob": "^7.1.3",
|
2019-01-29 00:05:16 +08:00
|
|
|
"immutability-helper": "^3.0.0",
|
2019-04-26 17:49:42 +08:00
|
|
|
"intersection-observer": "^0.6.0",
|
2019-01-29 15:14:43 +08:00
|
|
|
"jest": "^24.0.0",
|
2019-04-23 20:01:28 +08:00
|
|
|
"jsdom": "^15.0.0",
|
2016-04-06 16:11:30 +08:00
|
|
|
"jsonml.js": "^0.1.0",
|
2018-10-30 15:15:21 +08:00
|
|
|
"lint-staged": "^8.0.2",
|
2019-02-26 16:16:23 +08:00
|
|
|
"logrocket": "^0.6.19",
|
|
|
|
"logrocket-react": "^3.0.0",
|
2017-12-29 17:02:45 +08:00
|
|
|
"lz-string": "^1.4.4",
|
2019-01-07 20:43:53 +08:00
|
|
|
"majo": "^0.7.1",
|
2018-10-06 20:30:27 +08:00
|
|
|
"mockdate": "^2.0.2",
|
2019-04-17 18:07:34 +08:00
|
|
|
"node-fetch": "^2.3.0",
|
2016-12-14 15:39:59 +08:00
|
|
|
"pre-commit": "^1.2.2",
|
2018-10-06 20:30:27 +08:00
|
|
|
"preact": "^8.3.1",
|
|
|
|
"preact-compat": "^3.18.4",
|
2019-04-21 14:58:19 +08:00
|
|
|
"prettier": "^1.17.0",
|
2016-02-24 15:11:50 +08:00
|
|
|
"querystring": "^0.2.0",
|
2018-10-06 20:30:27 +08:00
|
|
|
"rc-queue-anim": "^1.6.6",
|
2019-04-10 15:53:55 +08:00
|
|
|
"rc-scroll-anim": "^2.5.7",
|
|
|
|
"rc-tween-one": "^2.4.0",
|
2018-10-06 20:30:27 +08:00
|
|
|
"react": "^16.5.2",
|
|
|
|
"react-color": "^2.14.1",
|
|
|
|
"react-copy-to-clipboard": "^5.0.1",
|
2018-12-13 22:03:12 +08:00
|
|
|
"react-dnd": "^7.0.2",
|
|
|
|
"react-dnd-html5-backend": "^7.0.2",
|
2018-10-06 20:30:27 +08:00
|
|
|
"react-document-title": "^2.0.3",
|
|
|
|
"react-dom": "^16.5.2",
|
|
|
|
"react-github-button": "^0.1.11",
|
2019-01-15 14:07:14 +08:00
|
|
|
"react-highlight-words": "^0.16.0",
|
2018-10-06 20:30:27 +08:00
|
|
|
"react-infinite-scroller": "^1.2.1",
|
|
|
|
"react-intl": "^2.7.0",
|
2018-07-24 17:41:01 +08:00
|
|
|
"react-resizable": "^1.7.5",
|
2019-03-19 15:24:40 +08:00
|
|
|
"react-router-dom": "^5.0.0",
|
2018-08-28 18:56:25 +08:00
|
|
|
"react-sticky": "^6.0.3",
|
2018-11-28 15:00:03 +08:00
|
|
|
"react-test-renderer": "^16.6.3",
|
2018-10-23 15:13:31 +08:00
|
|
|
"react-virtualized": "~9.21.0",
|
2018-12-26 14:14:00 +08:00
|
|
|
"remark-cli": "^6.0.1",
|
2018-10-06 20:30:27 +08:00
|
|
|
"remark-frontmatter": "^1.3.0",
|
2018-12-26 14:14:00 +08:00
|
|
|
"remark-lint": "^6.0.4",
|
2018-10-23 03:24:58 +08:00
|
|
|
"remark-parse": "^6.0.0",
|
2018-12-26 14:14:00 +08:00
|
|
|
"remark-preset-lint-recommended": "^3.0.2",
|
2018-10-23 12:40:58 +08:00
|
|
|
"remark-stringify": "^6.0.0",
|
2018-10-06 20:30:27 +08:00
|
|
|
"remark-yaml-config": "^4.0.2",
|
2016-04-09 15:22:51 +08:00
|
|
|
"reqwest": "^2.0.5",
|
2018-10-06 20:30:27 +08:00
|
|
|
"rimraf": "^2.6.2",
|
2019-03-13 15:20:49 +08:00
|
|
|
"scrollama": "^2.0.0",
|
2019-04-17 18:07:34 +08:00
|
|
|
"simple-git": "^1.110.0",
|
2019-04-15 10:28:11 +08:00
|
|
|
"stylelint": "^10.0.0",
|
2019-02-27 18:13:00 +08:00
|
|
|
"stylelint-config-prettier": "^5.0.0",
|
2019-04-15 10:28:11 +08:00
|
|
|
"stylelint-config-rational-order": "^0.1.0",
|
2018-10-06 20:30:27 +08:00
|
|
|
"stylelint-config-standard": "^18.2.0",
|
2019-04-21 00:06:26 +08:00
|
|
|
"stylelint-declaration-block-no-ignored-properties": "^2.0.0",
|
2019-04-20 13:33:07 +08:00
|
|
|
"stylelint-order": "^3.0.0",
|
2019-03-31 20:53:57 +08:00
|
|
|
"typescript": "~3.4.1",
|
2018-05-11 16:02:36 +08:00
|
|
|
"unified": "^7.0.0",
|
2018-10-06 20:30:27 +08:00
|
|
|
"xhr-mock": "^2.4.1",
|
|
|
|
"xhr2": "^0.1.4"
|
2015-05-07 19:54:54 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-03-11 16:50:55 +08:00
|
|
|
"test": "jest --config .jest.js --no-cache",
|
2019-01-31 16:07:49 +08:00
|
|
|
"test-node": "jest --config .jest.node.js --no-cache",
|
2017-01-08 17:04:09 +08:00
|
|
|
"test-all": "./scripts/test-all.sh",
|
2019-04-17 18:07:34 +08:00
|
|
|
"check-commit": "node ./scripts/check-commit.js",
|
2019-03-12 22:09:37 +08:00
|
|
|
"lint": "npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style && npm run lint:deps",
|
2019-03-11 11:00:25 +08:00
|
|
|
"lint:deps": "antd-tools run deps-lint",
|
2017-02-20 17:04:10 +08:00
|
|
|
"lint:ts": "npm run tsc && antd-tools run ts-lint",
|
2018-08-10 13:49:06 +08:00
|
|
|
"lint:es": "eslint tests site scripts components ./.*.js ./webpack.config.js --ext '.js,.jsx'",
|
2018-12-26 14:14:00 +08:00
|
|
|
"lint:md": "remark components/",
|
2017-01-26 17:04:31 +08:00
|
|
|
"lint:demo": "cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'",
|
2019-02-15 10:48:07 +08:00
|
|
|
"lint:style": "stylelint '{site,components}/**/*.less' --syntax less",
|
2017-03-23 21:15:49 +08:00
|
|
|
"lint-fix:ts": "npm run tsc && antd-tools run ts-lint-fix",
|
2019-02-15 10:48:07 +08:00
|
|
|
"lint-fix": "npm run lint-fix:code && npm run lint-fix:demo && npm run lint-fix:style",
|
2018-08-10 16:08:47 +08:00
|
|
|
"lint-fix:code": "eslint --fix tests site scripts components ./.*.js ./webpack.config.js --ext '.js,.jsx'",
|
2017-02-06 12:04:35 +08:00
|
|
|
"lint-fix:demo": "eslint-tinker ./components/*/demo/*.md",
|
2019-02-15 10:48:07 +08:00
|
|
|
"lint-fix:style": "stylelint --fix '{site,components}/**/*.less' --syntax less",
|
2017-11-03 15:02:26 +08:00
|
|
|
"sort-api": "node ./scripts/sort-api-table.js",
|
2017-01-08 17:04:09 +08:00
|
|
|
"dist": "antd-tools run dist",
|
|
|
|
"compile": "antd-tools run compile",
|
2017-02-20 17:33:42 +08:00
|
|
|
"tsc": "tsc",
|
2018-05-18 12:01:32 +08:00
|
|
|
"start": "rimraf _site && mkdir _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development bisheng start -c ./site/bisheng.config.js",
|
2017-10-25 11:05:32 +08:00
|
|
|
"start:preact": "node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js",
|
2017-11-30 22:07:21 +08:00
|
|
|
"site": "cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js",
|
2019-03-22 14:40:49 +08:00
|
|
|
"predeploy": "antd-tools run clean && npm run site && cp netlify.toml CNAME _site && cp -r .circleci _site",
|
2018-01-11 11:51:11 +08:00
|
|
|
"deploy": "bisheng gh-pages --push-only",
|
2018-09-16 15:50:01 +08:00
|
|
|
"deploy:china-mirror": "git checkout gh-pages && git pull origin gh-pages && git push git@gitee.com:ant-design/ant-design.git gh-pages",
|
2017-01-14 21:48:03 +08:00
|
|
|
"pub": "antd-tools run pub",
|
2016-11-12 16:21:11 +08:00
|
|
|
"prepublish": "antd-tools run guard",
|
2019-04-17 18:07:34 +08:00
|
|
|
"pre-publish": "npm run check-commit && npm run test-all",
|
2017-02-23 22:12:52 +08:00
|
|
|
"authors": "git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt",
|
|
|
|
"lint-staged": "lint-staged",
|
2018-05-10 10:59:33 +08:00
|
|
|
"lint-staged:ts": "tsc && node node_modules/tslint/bin/tslint",
|
2018-08-10 16:08:47 +08:00
|
|
|
"lint-staged:es": "eslint ./.*.js ./webpack.config.js",
|
2018-12-07 20:02:01 +08:00
|
|
|
"lint-staged:demo": "cross-env RUN_ENV=DEMO eslint --ext '.md'",
|
2019-05-07 14:57:25 +08:00
|
|
|
"prettier": "prettier -c --write '**/*'"
|
2017-02-23 22:12:52 +08:00
|
|
|
},
|
2018-11-28 12:33:09 +08:00
|
|
|
"pre-commit": [
|
|
|
|
"lint-staged"
|
|
|
|
],
|
2017-02-23 22:12:52 +08:00
|
|
|
"lint-staged": {
|
2019-05-07 15:02:00 +08:00
|
|
|
"**/*.{js,jsx,tsx,ts,less,md,json}": [
|
|
|
|
"prettier --write",
|
2018-12-13 22:03:12 +08:00
|
|
|
"git add"
|
2017-02-23 22:12:52 +08:00
|
|
|
]
|
2015-06-11 16:35:36 +08:00
|
|
|
},
|
2018-04-23 17:08:24 +08:00
|
|
|
"sideEffects": [
|
2018-08-08 00:35:01 +08:00
|
|
|
"dist/*",
|
2018-04-24 14:03:32 +08:00
|
|
|
"es/**/style/*",
|
2018-12-13 22:03:12 +08:00
|
|
|
"lib/**/style/*",
|
|
|
|
"*.less"
|
2018-04-23 17:08:24 +08:00
|
|
|
]
|
2019-04-21 23:53:37 +08:00
|
|
|
}
|