ant-design/package.json

263 lines
8.4 KiB
JSON
Raw Normal View History

2015-05-07 18:50:36 +08:00
{
2015-06-02 15:41:43 +08:00
"name": "antd",
2019-10-05 21:48:48 +08:00
"version": "3.23.6",
2019-05-08 16:27:37 +08:00
"description": "An enterprise-class UI design language and React components implementation",
2015-07-15 12:07:11 +08:00
"keywords": [
2015-07-17 13:58:35 +08:00
"ant",
"component",
"components",
"design",
2015-07-17 13:58:35 +08:00
"framework",
"frontend",
"react",
"react-component",
"ui"
2015-07-17 16:24:00 +08:00
],
"homepage": "http://ant.design/",
"bugs": {
"url": "https://github.com/ant-design/ant-design/issues"
},
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
},
"license": "MIT",
"contributors": [
"ant"
],
2015-07-17 16:24:00 +08:00
"files": [
2016-04-06 18:07:54 +08:00
"dist",
"lib",
"es"
2015-07-17 16:24:00 +08:00
],
"sideEffects": [
"dist/*",
"es/**/style/*",
"lib/**/style/*",
"*.less"
],
"main": "lib/index.js",
"module": "es/index.js",
2016-06-22 13:18:43 +08:00
"typings": "lib/index.d.ts",
"scripts": {
"api-collection": "antd-tools run api-collection",
"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",
"bundlesize": "bundlesize",
"check-commit": "node ./scripts/check-commit.js",
"compile": "antd-tools run compile",
"predeploy": "antd-tools run clean && npm run site && cp netlify.toml CNAME _site && cp .circleci/config.yml _site",
"deploy": "bisheng gh-pages --push-only",
"deploy:china-mirror": "git checkout gh-pages && git pull origin gh-pages && git push git@gitee.com:ant-design/ant-design.git gh-pages",
"dist": "antd-tools run dist",
"lint": "npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style && npm run lint:deps",
"lint-fix": "npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style",
"lint-fix:demo": "eslint-tinker ./components/*/demo/*.md",
"lint-fix:script": "npm run lint:script -- --fix",
"lint-fix:style": "npm run lint:style -- --fix",
"lint:demo": "cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'",
"lint:deps": "antd-tools run deps-lint",
"lint:md": "remark components/",
"lint:script": "eslint . --ext '.js,.jsx,.ts,.tsx'",
"lint:style": "stylelint '{site,components}/**/*.less' --syntax less",
"lint:tsc": "npm run tsc",
"pre-publish": "npm run check-commit && npm run test-all",
"prettier": "prettier -c --write '**/*'",
"pretty-quick": "pretty-quick",
"pub": "antd-tools run pub",
"prepublish": "antd-tools run guard",
"site": "cross-env NODE_ICU_DATA=node_modules/full-icu bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js",
"sort": "npx sort-package-json",
"sort-api": "antd-tools run sort-api-table",
"start": "rimraf _site && mkdir _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development bisheng start -c ./site/bisheng.config.js",
"start:preact": "node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js",
"test": "jest --config .jest.js --no-cache",
"test-all": "./scripts/test-all.sh",
"test-node": "jest --config .jest.node.js --no-cache",
"tsc": "tsc"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"browserslist": [
"last 2 version",
"Firefox ESR",
"> 1%",
"ie >= 9"
],
2015-05-07 18:50:36 +08:00
"dependencies": {
"@ant-design/create-react-context": "^0.2.4",
"@ant-design/icons": "~2.1.1",
"@ant-design/icons-react": "~2.0.1",
"@types/react-slick": "^0.23.4",
2018-10-06 20:30:27 +08:00
"array-tree-filter": "^2.1.0",
"babel-runtime": "6.x",
2018-10-06 20:30:27 +08:00
"classnames": "~2.2.6",
"copy-to-clipboard": "^3.2.0",
"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",
2019-07-19 12:34:47 +08:00
"lodash": "^4.17.13",
"moment": "^2.24.0",
"omit.js": "^1.0.2",
"prop-types": "^15.7.2",
"raf": "^3.4.1",
"rc-animate": "^2.8.3",
"rc-calendar": "~9.15.5",
"rc-cascader": "~0.17.4",
"rc-checkbox": "~2.1.6",
"rc-collapse": "~1.11.3",
2019-07-12 16:01:44 +08:00
"rc-dialog": "~7.5.2",
"rc-drawer": "~2.0.1",
"rc-dropdown": "~2.4.1",
"rc-editor-mention": "^1.1.13",
"rc-form": "^2.4.5",
"rc-input-number": "~4.5.0",
"rc-mentions": "~0.4.0",
"rc-menu": "~7.4.23",
"rc-notification": "~3.3.1",
"rc-pagination": "~1.20.5",
2019-06-26 17:31:54 +08:00
"rc-progress": "~2.5.0",
2018-12-28 16:04:05 +08:00
"rc-rate": "~2.5.0",
"rc-resize-observer": "^0.1.0",
2019-07-16 11:50:14 +08:00
"rc-select": "~9.2.0",
"rc-slider": "~8.6.11",
"rc-steps": "~3.5.0",
2019-01-26 01:26:48 +08:00
"rc-switch": "~1.9.0",
"rc-table": "~6.7.0",
"rc-tabs": "~9.6.4",
"rc-time-picker": "~3.7.1",
2018-10-06 20:30:27 +08:00
"rc-tooltip": "~3.7.3",
meger feature to master (#16421) * use ul in list * update snapshot * update comment * feat: TreeSelect support `showSearch` in multiple mode (#15933) * update rc-tree-select * typo * update desc & snapshot * update desc & snapshot * check default showSearch * feat: table customizing variable (#15971) * feat: added table selected row color variable * fix: @table-selected-row-color default is inherit * feat: Upload support customize previewFile (#15984) * support preview file * use promise * dealy load * use canvas of render * use domHook of test * update demo * add snapshot * update types * update testcase * feat: form customizing variables (#15954) * fix: added styling form input background-color * feat: added '@form-warning-input-bg' variable * feat: added '@form-error-input-bg' variable * use li wrap with comment * feat: Support append theme less file with less-variable (#16118) * add override * add override support * update doc * feat: dropdown support set right icon * docs: update doc of dropdown component * style: format dropdown-button.md * test: update updateSnapshot * style: format dropdown-button.md * test: update updateSnapshot * test: update updateSnapshot * style: change style of dropdown-button demo * fix: fix document table order * feat: Support SkeletonAvatarProps.size accept number (#16078) (#16128) * chore:update style of demo * feat: Notification functions accept top, bottom and getContainer as arguments * drawer: add afterVisibleChange * rm onVisibleChange * update * feat: 🇭🇷 hr_HR locale (#16258) * Added Croatian locale * fixed lint error * :white_check_mark: Add test cases for hr_HR * :memo: update i18n documentation * feat: add `htmlFor` in Form.Item (#16278) * add htmlFor in Form.Item * update doc * feat: Button support `link` type (#16289) close #15892 * feat: Add Timeline.Item.position (#16148) (#16193) * fix: Timeline.pendingDot interface documentation there is a small problem (#16177) * feat: Add Timeline.Item.position (#16148) * doc: add version infomation for Timeline.Item.position * refactor: Update Tree & TreeSelect deps (#16330) * use CSSMotion * update snapshot * feat: Collapse support `expandIconPosition` (#16365) * update doc * support expandIconPosition * update snapshot * feat: Breadcrumb support DropDown (#16315) * breadcrumbs support drop down menu * update doc * add require less * fix test * fix md doc * less code * fix style warning * update snap * add children render test * feat: TreeNode support checkable * feat: add optional to support top and left slick dots (#16186) (#16225) * add optional to support top and left slick dots * update carousel snapshot * Update doc, add placement demo * update carousel placement demo snapshots * rename dots placement to position * update vertical as deprecated * rename dotsPosition to dotPosition * refine code * add warning testcase for vertical * remove unused warning * update expression * Additional test case for dotPosition * refactor: Upgrade `rc-tree-select` to support pure React motion (#16402) * upgrade `rc-tree-select` * update snapshot * 3.17.0 changelog * fix warning * fix review warning
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",
"rc-upload": "~2.7.0",
"rc-util": "^4.10.0",
2018-10-06 20:30:27 +08:00
"react-lazy-load": "^3.0.13",
"react-lifecycles-compat": "^3.0.4",
"react-slick": "~0.25.2",
"resize-observer-polyfill": "^1.5.1",
2018-10-06 20:30:27 +08:00
"shallowequal": "^1.1.0",
"warning": "~4.0.3"
2015-05-21 20:36:13 +08:00
},
"devDependencies": {
2019-09-19 15:11:50 +08:00
"@ant-design/colors": "^3.2.2",
2019-08-08 12:35:48 +08:00
"@ant-design/tools": "^8.0.4",
2019-06-02 19:46:15 +08:00
"@packtracker/webpack-plugin": "^2.0.1",
"@sentry/browser": "^5.4.0",
"@types/classnames": "^2.2.8",
2019-08-27 20:44:29 +08:00
"@types/gtag.js": "^0.0.3",
"@types/lodash": "^4.14.139",
"@types/prop-types": "^15.7.1",
"@types/raf": "^3.4.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.8.4",
"@types/shallowequal": "^1.1.1",
2019-01-12 19:22:06 +08:00
"@types/warning": "^3.0.0",
2019-08-14 18:31:05 +08:00
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"@yesmeck/offline-plugin": "^5.0.5",
"antd-theme-generator": "^1.1.6",
"babel-eslint": "^10.0.1",
"babel-plugin-add-react-displayname": "^0.0.5",
2019-09-08 11:07:54 +08:00
"bisheng": "^1.3.1-alpha.0",
2019-10-06 14:18:23 +08:00
"bisheng-plugin-antd": "^1.3.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-08-28 14:14:00 +08:00
"bundlesize": "^0.18.0",
"chalk": "^2.4.2",
"cross-env": "^6.0.0",
2018-10-06 20:30:27 +08:00
"css-split-webpack-plugin": "^0.2.6",
"dekko": "^0.2.1",
"docsearch.js": "^2.6.3",
"enquire-js": "^0.2.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.3.5",
2019-08-02 17:41:16 +08:00
"eslint": "^6.1.0",
2019-08-11 16:38:04 +08:00
"eslint-config-airbnb": "^18.0.0",
2019-06-26 19:24:05 +08:00
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-jsx-a11y": "^6.2.1",
2019-06-25 12:08:32 +08:00
"eslint-plugin-markdown": "^1.0.0",
"eslint-plugin-react": "^7.14.2",
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",
2019-08-16 13:34:35 +08:00
"full-icu": "^1.3.0",
"glob": "^7.1.4",
2019-07-31 14:31:17 +08:00
"husky": "^3.0.2",
2019-01-29 00:05:16 +08:00
"immutability-helper": "^3.0.0",
2019-05-13 16:57:09 +08:00
"intersection-observer": "^0.7.0",
"jest": "^24.8.0",
"jsdom": "^15.1.1",
2016-04-06 16:11:30 +08:00
"jsonml.js": "^0.1.0",
2019-05-22 00:25:07 +08:00
"logrocket": "^1.0.0",
"logrocket-react": "^4.0.0",
2017-12-29 17:02:45 +08:00
"lz-string": "^1.4.4",
2018-10-06 20:30:27 +08:00
"mockdate": "^2.0.2",
"node-fetch": "^2.6.0",
2019-10-05 21:44:02 +08:00
"preact": "^10.0.0",
"preact-compat": "^3.18.5",
"prettier": "^1.17.1",
2019-07-31 14:31:17 +08:00
"pretty-quick": "^1.11.0",
"querystring": "^0.2.0",
2019-09-23 11:39:08 +08:00
"rc-footer": "^0.5.0",
"rc-queue-anim": "^1.6.12",
"rc-scroll-anim": "^2.5.8",
"rc-tween-one": "^2.4.1",
2018-10-06 20:30:27 +08:00
"react": "^16.5.2",
"react-color": "^2.17.3",
2018-10-06 20:30:27 +08:00
"react-copy-to-clipboard": "^5.0.1",
2019-07-06 22:25:21 +08:00
"react-dnd": "^9.0.0",
"react-dnd-html5-backend": "^9.0.0",
2018-10-06 20:30:27 +08:00
"react-dom": "^16.5.2",
"react-github-button": "^0.1.11",
2019-08-19 11:08:20 +08:00
"react-helmet": "^6.0.0-beta",
2019-01-15 14:07:14 +08:00
"react-highlight-words": "^0.16.0",
"react-infinite-scroller": "^1.2.4",
2019-08-08 12:35:48 +08:00
"react-intl": "^3.1.1",
2019-05-13 15:58:22 +08:00
"react-resizable": "^1.8.0",
"react-router": "^3.2.3",
"react-router-dom": "^5.0.1",
"react-sticky": "^6.0.3",
"react-test-renderer": "^16.8.6",
"react-virtualized": "~9.21.1",
2016-04-09 15:22:51 +08:00
"reqwest": "^2.0.5",
2019-08-17 22:42:14 +08:00
"rimraf": "^3.0.0",
"scrollama": "^2.0.0",
"simple-git": "^1.113.0",
"stylelint": "^11.0.0",
2019-09-24 12:31:50 +08:00
"stylelint-config-prettier": "^6.0.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^19.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.1.0",
2019-04-20 13:33:07 +08:00
"stylelint-order": "^3.0.0",
"typescript": "~3.6.2",
2018-10-06 20:30:27 +08:00
"xhr-mock": "^2.4.1",
"xhr2": "^0.2.0",
"yaml-front-matter": "^4.0.0"
2015-05-07 19:54:54 +08:00
},
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
2015-06-11 16:35:36 +08:00
},
"bundlesize": [
{
"path": "./dist/antd.min.js",
"maxSize": "540 kB"
},
{
"path": "./dist/antd.min.css",
"maxSize": "60 kB"
}
2019-08-28 14:14:00 +08:00
],
"title": "Ant Design"
2019-08-08 12:35:48 +08:00
}