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.

227 lines
7.3 KiB

10 years ago
{
10 years ago
"name": "antd",
7 years ago
"version": "3.6.2",
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",
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
10 years ago
"dependencies": {
7 years ago
"array-tree-filter": "^2.0.0",
"babel-runtime": "6.x",
"classnames": "~2.2.0",
"create-react-class": "^15.6.0",
"css-animation": "^1.2.5",
"dom-closest": "^0.2.0",
"enquire.js": "^2.1.1",
"intersperse": "^1.0.0",
7 years ago
"lodash": "^4.17.5",
"moment": "^2.19.3",
"omit.js": "^1.0.0",
"prop-types": "^15.5.7",
"raf": "^3.4.0",
"rc-animate": "^2.4.1",
7 years ago
"rc-calendar": "~9.6.0",
"rc-cascader": "~0.13.0",
"rc-checkbox": "~2.1.5",
"rc-collapse": "~1.9.0",
"rc-dialog": "~7.1.0",
"rc-dropdown": "~2.2.0",
"rc-editor-mention": "^1.0.2",
7 years ago
"rc-form": "^2.1.0",
"rc-input-number": "~4.0.0",
"rc-menu": "~7.0.2",
"rc-notification": "~3.1.1",
"rc-pagination": "~1.16.1",
"rc-progress": "~2.2.2",
"rc-rate": "~2.4.0",
7 years ago
"rc-select": "~8.0.7",
"rc-slider": "~8.6.0",
7 years ago
"rc-steps": "~3.1.0",
"rc-switch": "~1.6.0",
"rc-table": "~6.2.2",
"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.4.0",
"rc-util": "^4.0.4",
"react-lazy-load": "^3.0.12",
"react-slick": "~0.23.1",
8 years ago
"shallowequal": "^1.0.1",
"warning": "~4.0.1"
},
"devDependencies": {
"@babel/types": "7.0.0-beta.44",
"@types/react": "^16.0.0",
"@types/react-dom": "^16.0.0",
"ansi-styles": "^3.2.0",
"ant-design-palettes": "^1.0.0",
"antd-theme-generator": "1.0.7",
"antd-tools": "^5.1.2",
"babel-cli": "^6.18.0",
"babel-eslint": "^8.1.1",
"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",
7 years ago
"bisheng": "^0.28.0",
"bisheng-plugin-antd": "^0.16.0",
"bisheng-plugin-description": "^0.1.1",
"bisheng-plugin-react": "^0.6.0",
"bisheng-plugin-toc": "^0.4.0",
"commander": "^2.11.0",
"cross-env": "^5.0.3",
"css-split-webpack-plugin": "^0.2.3",
"dekko": "^0.2.0",
"delegate": "^3.1.2",
"docsearch.js": "^2.5.2",
"dora-plugin-upload": "^0.3.1",
"enquire-js": "^0.2.1",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.0",
"enzyme-to-json": "^3.1.2",
"eslint": "^4.8.0",
"eslint-config-airbnb": "latest",
"eslint-plugin-babel": "^5.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
8 years ago
"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>
7 years ago
"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",
"jsdom": "~11.10.0",
"jsonml.js": "^0.1.0",
"lint-staged": "^7.0.0",
"lz-string": "^1.4.4",
"majo": "^0.6.2",
"mockdate": "^2.0.1",
"moment-timezone": "^0.5.5",
"offline-plugin": "^5.0.5",
"pre-commit": "^1.2.2",
"preact": "^8.2.5",
"preact-compat": "^3.17.0",
"querystring": "^0.2.0",
"rc-drawer-menu": "^0.5.3",
"rc-queue-anim": "^1.4.1",
"rc-scroll-anim": "^2.2.1",
7 years ago
"rc-tween-one": "^1.7.2",
"react": "^16.3.2",
"react-color": "^2.11.7",
"react-copy-to-clipboard": "^5.0.0",
"react-dnd": "^3.0.2",
"react-dnd-html5-backend": "^3.0.2",
"react-document-title": "^2.0.1",
"react-dom": "^16.3.2",
"react-github-button": "^0.1.1",
"react-infinite-scroller": "^1.0.15",
"react-intl": "^2.0.1",
"react-router-dom": "^4.2.2",
"react-sublime-video": "^0.2.0",
"react-virtualized": "~9.19.0",
"remark-frontmatter": "^1.1.0",
"remark-parse": "^5.0.0",
"remark-stringify": "^5.0.0",
"remark-yaml-config": "^4.0.1",
9 years ago
"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",
"values.js": "^1.0.3",
"xhr-mock": "^2.4.0",
"xhr2": "^0.1.3"
10 years ago
},
"scripts": {
"test": "jest --config .jest.js",
"test-node": "jest --config .jest.node.js",
"test-all": "./scripts/test-all.sh",
"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'",
"lint:style": "stylelint \"{site,components}/**/*.less\" --syntax less",
"lint-fix:ts": "npm run tsc && antd-tools run ts-lint-fix",
"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",
"sort-api": "node ./scripts/sort-api-table.js",
"dist": "antd-tools run dist",
"compile": "antd-tools run compile",
"tsc": "tsc",
"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",
7 years ago
"site": "cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js",
"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",