ant-design/package.json

227 lines
7.3 KiB
JSON
Raw Normal View History

2015-05-07 18:50:36 +08:00
{
2015-06-02 15:41:43 +08:00
"name": "antd",
2018-06-10 12:04:00 +08:00
"version": "3.6.2",
2015-06-04 14:42:24 +08:00
"title": "Ant Design",
2016-08-20 21:37:48 +08:00
"description": "An enterprise-class UI design language and React-based 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"
],
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
},
"main": "lib/index.js",
"module": "es/index.js",
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
],
2016-06-22 13:18:43 +08:00
"typings": "lib/index.d.ts",
2015-07-09 21:05:33 +08:00
"license": "MIT",
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
2015-05-07 18:50:36 +08:00
"dependencies": {
2017-12-17 22:03:47 +08:00
"array-tree-filter": "^2.0.0",
"babel-runtime": "6.x",
"classnames": "~2.2.0",
2017-07-25 07:53:53 +08:00
"create-react-class": "^15.6.0",
2016-05-26 19:05:38 +08:00
"css-animation": "^1.2.5",
2017-02-25 02:09:18 +08:00
"dom-closest": "^0.2.0",
"enquire.js": "^2.1.1",
"intersperse": "^1.0.0",
2018-03-08 13:36:12 +08:00
"lodash": "^4.17.5",
2017-11-30 20:06:00 +08:00
"moment": "^2.19.3",
"omit.js": "^1.0.0",
"prop-types": "^15.5.7",
"raf": "^3.4.0",
2017-09-25 11:06:25 +08:00
"rc-animate": "^2.4.1",
2018-02-09 11:43:46 +08:00
"rc-calendar": "~9.6.0",
"rc-cascader": "~0.13.0",
"rc-checkbox": "~2.1.5",
2018-05-04 18:15:28 +08:00
"rc-collapse": "~1.9.0",
2017-12-28 15:10:47 +08:00
"rc-dialog": "~7.1.0",
"rc-dropdown": "~2.2.0",
"rc-editor-mention": "^1.0.2",
2017-11-22 15:38:27 +08:00
"rc-form": "^2.1.0",
2017-11-19 19:59:26 +08:00
"rc-input-number": "~4.0.0",
"rc-menu": "~7.0.2",
2018-05-04 18:15:28 +08:00
"rc-notification": "~3.1.1",
"rc-pagination": "~1.16.1",
2017-08-15 14:36:20 +08:00
"rc-progress": "~2.2.2",
"rc-rate": "~2.4.0",
2018-05-09 16:35:18 +08:00
"rc-select": "~8.0.7",
2018-02-04 21:00:23 +08:00
"rc-slider": "~8.6.0",
2018-02-04 21:02:28 +08:00
"rc-steps": "~3.1.0",
"rc-switch": "~1.6.0",
"rc-table": "~6.2.2",
2017-12-17 23:47:19 +08:00
"rc-tabs": "~9.2.0",
"rc-time-picker": "~3.3.0",
"rc-tooltip": "~3.7.0",
"rc-tree": "~1.12.0",
"rc-tree-select": "~1.12.0",
"rc-upload": "~2.5.0",
2017-05-31 20:56:56 +08:00
"rc-util": "^4.0.4",
2017-10-27 10:02:08 +08:00
"react-lazy-load": "^3.0.12",
"react-slick": "~0.23.1",
2017-06-09 18:07:55 +08:00
"shallowequal": "^1.0.1",
"warning": "~4.0.1"
2015-05-21 20:36:13 +08:00
},
"devDependencies": {
"@babel/types": "7.0.0-beta.44",
2017-10-26 17:25:33 +08:00
"@types/react": "^16.0.0",
"@types/react-dom": "^16.0.0",
2017-10-17 11:38:21 +08:00
"ansi-styles": "^3.2.0",
2018-03-12 17:11:41 +08:00
"ant-design-palettes": "^1.0.0",
"antd-theme-generator": "1.0.7",
"antd-tools": "^5.1.2",
"babel-cli": "^6.18.0",
2017-12-26 10:58:49 +08:00
"babel-eslint": "^8.1.1",
"babel-plugin-import": "^1.0.0",
2017-03-20 11:27:34 +08:00
"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",
2017-03-17 20:14:11 +08:00
"bezier-easing": "^2.0.3",
2017-12-17 22:03:47 +08:00
"bisheng": "^0.28.0",
"bisheng-plugin-antd": "^0.16.0",
"bisheng-plugin-description": "^0.1.1",
2017-10-25 11:05:32 +08:00
"bisheng-plugin-react": "^0.6.0",
"bisheng-plugin-toc": "^0.4.0",
2017-10-17 11:38:21 +08:00
"commander": "^2.11.0",
2017-08-04 17:58:32 +08:00
"cross-env": "^5.0.3",
2017-03-29 15:31:01 +08:00
"css-split-webpack-plugin": "^0.2.3",
"dekko": "^0.2.0",
2017-04-07 14:29:44 +08:00
"delegate": "^3.1.2",
2017-12-29 12:02:22 +08:00
"docsearch.js": "^2.5.2",
2016-06-16 09:59:14 +08:00
"dora-plugin-upload": "^0.3.1",
"enquire-js": "^0.2.1",
2017-09-20 16:26:18 +08:00
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.0",
"enzyme-to-json": "^3.1.2",
2017-10-09 13:23:20 +08:00
"eslint": "^4.8.0",
"eslint-config-airbnb": "latest",
"eslint-plugin-babel": "^5.0.0",
2017-05-15 12:03:02 +08:00
"eslint-plugin-import": "^2.2.0",
2017-10-09 13:23:20 +08:00
"eslint-plugin-jsx-a11y": "^6.0.2",
2017-05-15 16:36:07 +08:00
"eslint-plugin-markdown": "~1.0.0-beta.4",
Update eslint-plugin-react requirement to 7.9.1 (#10760) Updates the requirements on [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) to permit the latest version. <details> <summary>Release notes</summary> *Sourced from [eslint-plugin-react's releases](https://github.com/yannickcr/eslint-plugin-react/releases).* > ## v7.9.1 > Nothing was fixed; this is a republish with some updated deps. ([#1804](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1804) [**ljharb**](https://github.com/ljharb)) </details> <details> <summary>Changelog</summary> *Sourced from [eslint-plugin-react's changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md).* > ## [7.9.1] - 2018-06-03 > * Nothing was fixed; this is a republish with some updated deps. ([#1804][] [**ljharb**](https://github.com/ljharb)) > > [#1804]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1804 > > ## [7.9.0] - 2018-06-03 > ### Added > * Add [`jsx-props-no-multi-spaces`][] rule ([#1755][] [**ThiefMaster**](https://github.com/ThiefMaster)) > * Add `first` option to [`jsx-indent-props`][] ([#398][] [**ThiefMaster**](https://github.com/ThiefMaster)) > * Add `enforceDynamicLinks` option to [`jsx-no-target-blank`][] ([#1737][] [**kenearley**](https://github.com/kenearley)) > > ### Fixed > * Fix static lifecycle methods validation in [`sort-comp`][] ([#1793][] [**lynxtaa**](https://github.com/lynxtaa)) > * Fix crash in [`no-typos`][] when encountering anonymous react imports ([#1796][] [**jsg2021**](https://github.com/jsg2021)) > * Fix ESLint 3 support ([#1779][]) > > ### Changed > * Documentation improvements ([#1794][] [**lencioni**](https://github.com/lencioni)) > * Update Travis CI configuration to test on multiple ESLint verions > > [7.9.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.8.2...v7.9.0 > [#1755]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1755 > [#398]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/398 > [#1737]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1737 > [#1793]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1793 > [#1796]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1796 > [#1779]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1779 > [#1794]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1794 > > ## [7.8.2] - 2018-05-13 > ### Fixed > * Fix crash in [`boolean-prop-naming`][] when encountering a required shape prop type ([#1791][] [**pcorpet**](https://github.com/pcorpet)) > > [7.8.2]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.8.1...v7.8.2 > [#1791]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1791 > > ## [7.8.1] - 2018-05-12 > ### Fixed > * Fix crash in [`no-deprecated`][] when encountering a class constructor ([#1785][] [**taddei**](https://github.com/taddei)) > > [7.8.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.8.0...v7.8.1 > [#1785]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1785 > > ## [7.8.0] - 2018-05-11 > ### Added > * Add support for fragments to [`react-in-jsx-scope`][] ([#1758][]) > * Add support for Flow generic PropType to [`require-default-props`][] ([#1724][] [**Miziak**](https://github.com/Miziak)) > * Add component whitelist option to [`forbid-component-props`][] ([#1732][] [**ThiefMaster**](https://github.com/ThiefMaster)) > * Add support for React 16.3 lifecycle methods to [`no-unused-prop-types`][] ([#1681][] [**bvaughn**](https://github.com/bvaughn)) > * Add support for React 16.3 lifecycle methods to [`sort-comp`][] ([#1767][] [**joe-denea**](https://github.com/joe-denea)) ></table> ... (truncated) </details> <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/yannickcr/eslint-plugin-react/commits/v7.9.1) </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use (this|these) label[s]` will set the current labels as the default for future PRs for this repo and language - `@dependabot use (this|these) reviewer[s]` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use (this|these) assignee[s]` will set the current assignees as the default for future PRs for this repo and language Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-06-09 14:51:15 +08:00
"eslint-plugin-react": "7.9.1",
"eslint-tinker": "^0.4.0",
"fetch-jsonp": "^1.0.3",
"glob": "^7.1.1",
"immutability-helper": "^2.5.0",
"intersection-observer": "^0.5.0",
"jest": "^23.0.0",
2018-05-24 21:45:40 +08:00
"jsdom": "~11.10.0",
2016-04-06 16:11:30 +08:00
"jsonml.js": "^0.1.0",
"lint-staged": "^7.0.0",
2017-12-29 17:02:45 +08:00
"lz-string": "^1.4.4",
"majo": "^0.6.2",
2016-11-23 12:13:36 +08:00
"mockdate": "^2.0.1",
"moment-timezone": "^0.5.5",
2018-06-04 14:59:58 +08:00
"offline-plugin": "^5.0.5",
2016-12-14 15:39:59 +08:00
"pre-commit": "^1.2.2",
"preact": "^8.2.5",
"preact-compat": "^3.17.0",
"querystring": "^0.2.0",
2018-01-04 20:00:38 +08:00
"rc-drawer-menu": "^0.5.3",
"rc-queue-anim": "^1.4.1",
"rc-scroll-anim": "^2.2.1",
2018-01-10 10:26:21 +08:00
"rc-tween-one": "^1.7.2",
"react": "^16.3.2",
2017-05-18 21:18:53 +08:00
"react-color": "^2.11.7",
2017-08-04 17:58:32 +08:00
"react-copy-to-clipboard": "^5.0.0",
2018-05-30 17:56:20 +08:00
"react-dnd": "^3.0.2",
"react-dnd-html5-backend": "^3.0.2",
"react-document-title": "^2.0.1",
"react-dom": "^16.3.2",
2016-03-14 15:00:11 +08:00
"react-github-button": "^0.1.1",
"react-infinite-scroller": "^1.0.15",
2016-04-18 16:38:07 +08:00
"react-intl": "^2.0.1",
"react-router-dom": "^4.2.2",
2016-06-14 11:29:30 +08:00
"react-sublime-video": "^0.2.0",
"react-virtualized": "~9.19.0",
2017-10-17 11:38:21 +08:00
"remark-frontmatter": "^1.1.0",
"remark-parse": "^5.0.0",
"remark-stringify": "^5.0.0",
2017-10-17 11:38:21 +08:00
"remark-yaml-config": "^4.0.1",
2016-04-09 15:22:51 +08:00
"reqwest": "^2.0.5",
"rimraf": "^2.5.4",
"scrollama": "^1.4.1",
"stylelint": "9.2.1",
"stylelint-config-standard": "^18.0.0",
"typescript": "~2.9.1",
"unified": "^7.0.0",
2016-11-23 16:01:47 +08:00
"values.js": "^1.0.3",
2018-05-31 22:37:09 +08:00
"xhr-mock": "^2.4.0",
2016-11-23 16:01:47 +08:00
"xhr2": "^0.1.3"
2015-05-07 19:54:54 +08:00
},
"scripts": {
2017-06-30 15:29:28 +08:00
"test": "jest --config .jest.js",
"test-node": "jest --config .jest.node.js",
"test-all": "./scripts/test-all.sh",
2017-02-06 11:01:35 +08:00
"lint": "npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style",
"lint:ts": "npm run tsc && antd-tools run ts-lint",
"lint:es": "eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'",
"lint:demo": "cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'",
2017-02-26 15:41:50 +08:00
"lint:style": "stylelint \"{site,components}/**/*.less\" --syntax less",
"lint-fix:ts": "npm run tsc && antd-tools run ts-lint-fix",
2017-02-09 17:42:41 +08:00
"lint-fix": "npm run lint-fix:code && npm run lint-fix:demo",
"lint-fix:code": "eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'",
"lint-fix:demo": "eslint-tinker ./components/*/demo/*.md",
2017-11-03 15:02:26 +08:00
"sort-api": "node ./scripts/sort-api-table.js",
"dist": "antd-tools run dist",
"compile": "antd-tools run compile",
2017-02-20 17:33:42 +08:00
"tsc": "tsc",
"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",
2018-04-19 16:31:46 +08:00
"predeploy": "antd-tools run clean && npm run site && cp netlify.toml _site",
"deploy": "bisheng gh-pages --push-only",
"pub": "antd-tools run pub",
"prepublish": "antd-tools run guard",
"pre-publish": "npm run test-all && node ./scripts/prepub",
"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",
"lint-staged:es": "eslint ./.eslintrc.js ./webpack.config.js",
"lint-staged:demo": "cross-env RUN_ENV=DEMO eslint --ext '.md'"
},
"lint-staged": {
"components/**/*.tsx": [
"npm run lint-staged:ts"
],
"{tests,site,scripts,components}/**/*.{js,jsx}": [
"npm run lint-staged:es"
],
2017-02-26 15:41:50 +08:00
"{site,components}/**/*.less": "stylelint --syntax less",
"components/*/demo/*.md": [
"npm run lint-staged:demo"
]
2015-06-11 16:35:36 +08:00
},
2015-11-09 11:13:31 +08:00
"pre-commit": [
"lint-staged"
],
"sideEffects": [
"es/**/style/*",
"lib/**/style/*"
]
}