{ "name": "antd", "version": "4.2.5", "description": "An enterprise-class UI design language and React components implementation", "keywords": [ "ant", "component", "components", "design", "framework", "frontend", "react", "react-component", "ui" ], "homepage": "https://ant.design/", "bugs": { "url": "https://github.com/ant-design/ant-design/issues" }, "repository": { "type": "git", "url": "https://github.com/ant-design/ant-design" }, "license": "MIT", "contributors": [ "ant" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/ant-design" }, "files": [ "dist", "lib", "es" ], "sideEffects": [ "dist/*", "es/**/style/*", "lib/**/style/*", "*.less" ], "main": "lib/index.js", "module": "es/index.js", "unpkg": "dist/antd.min.js", "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", "build": "npm run compile && npm run dist", "bundlesize": "bundlesize", "check-commit": "node ./scripts/check-commit", "prestart": "npm run version", "precompile": "npm run version", "pretest": "npm run version", "predist": "npm run version", "presite": "npm run version", "color-less": "node ./scripts/generate-color-less", "compile": "antd-tools run compile", "changelog": "node ./scripts/print-changelog", "predeploy": "antd-tools run clean && npm run site && cp CNAME _site && cp -r .circleci/ .github/ _site && npm run site:test", "deploy": "bisheng gh-pages --push-only --dotfiles", "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 tsc && npm run lint:script && npm run lint:demo && npm run lint:style && npm run lint:deps && npm run lint:md", "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": "eslint components/*/demo/*.md", "lint:deps": "antd-tools run deps-lint", "lint:md": "remark . -f -q", "lint:script": "eslint . --ext '.js,.jsx,.ts,.tsx'", "lint:style": "stylelint '{site,components}/**/*.less' --syntax less", "pre-publish": "npm run check-commit && npm run test-all", "prettier": "prettier -c --write '**/*'", "pretty-quick": "pretty-quick", "pub": "npm run version && antd-tools run pub", "prepublishOnly": "antd-tools run guard", "site": "cross-env NODE_ICU_DATA=node_modules/full-icu concurrently \"bisheng build --ssr -c ./site/bisheng.config.js\" \"npm run color-less\"", "sort": "npx sort-package-json", "sort-api": "antd-tools run sort-api-table", "start": "antd-tools run clean && cross-env NODE_ENV=development concurrently \"npm run color-less\" \"bisheng start -c ./site/bisheng.config.js\"", "start:preact": "antd-tools run clean && cross-env NODE_ENV=development REACT_ENV=preact concurrently \"npm run color-less\" \"bisheng start -c ./site/bisheng.config.js\"", "test": "jest --config .jest.js --no-cache", "test:update": "jest --config .jest.js --no-cache --update-snapshot", "test-all": "./scripts/test-all.sh", "test-node": "jest --config .jest.node.js --no-cache", "tsc": "tsc --noEmit", "site:test": "jest --config .jest.site.js --cache=false", "test:image": "npm install puppeteer@2.1.1 --no-save && jest --config .jest.image.js --no-cache", "version": "node ./scripts/generate-version" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "browserslist": [ "last 2 versions", "Firefox ESR", "> 1%", "ie >= 11" ], "dependencies": { "@ant-design/css-animation": "^1.7.2", "@ant-design/icons": "^4.1.0", "@ant-design/react-slick": "~0.26.1", "array-tree-filter": "^2.1.0", "classnames": "~2.2.6", "copy-to-clipboard": "^3.2.0", "lodash": "^4.17.13", "moment": "^2.25.3", "omit.js": "^1.0.2", "prop-types": "^15.7.2", "raf": "^3.4.1", "rc-animate": "~3.0.0", "rc-cascader": "~1.1.0", "rc-checkbox": "~2.2.0", "rc-collapse": "~2.0.0", "rc-dialog": "~7.7.0", "rc-drawer": "~3.2.0", "rc-dropdown": "~3.0.0", "rc-field-form": "~1.4.0", "rc-input-number": "~4.6.1", "rc-mentions": "~1.1.0", "rc-menu": "~8.2.1", "rc-notification": "~4.3.0", "rc-pagination": "~2.2.0", "rc-picker": "~1.5.0", "rc-progress": "~3.0.0", "rc-rate": "~2.6.0", "rc-resize-observer": "^0.2.0", "rc-select": "~10.3.5", "rc-slider": "~9.2.3", "rc-steps": "~3.6.0", "rc-switch": "~3.1.0", "rc-table": "~7.7.0", "rc-tabs": "~10.1.1", "rc-tooltip": "~4.1.0", "rc-tree": "~3.2.0", "rc-tree-select": "~3.1.0", "rc-trigger": "~4.2.1", "rc-upload": "~3.0.4", "rc-util": "^4.20.0", "rc-virtual-list": "^1.1.0", "resize-observer-polyfill": "^1.5.1", "scroll-into-view-if-needed": "^2.2.20", "warning": "~4.0.3" }, "devDependencies": { "@ant-design/bisheng-plugin": "^2.3.0", "@ant-design/colors": "^4.0.0", "@ant-design/hitu": "^0.0.0-alpha.13", "@ant-design/tools": "^8.2.0", "@bundle-analyzer/webpack-plugin": "^0.5.1", "@qixian.cs/github-contributors-list": "^1.0.3", "@stackblitz/sdk": "^1.3.0", "@types/classnames": "^2.2.8", "@types/enzyme": "^3.10.5", "@types/gtag.js": "^0.0.3", "@types/jest": "^25.1.0", "@types/jest-image-snapshot": "^3.1.0", "@types/lodash": "^4.14.139", "@types/prop-types": "^15.7.1", "@types/puppeteer": "^3.0.0", "@types/raf": "^3.4.0", "@types/react": "^16.9.21", "@types/react-color": "^3.0.1", "@types/react-dom": "^16.9.5", "@types/warning": "^3.0.0", "@typescript-eslint/eslint-plugin": "^3.0.0", "@typescript-eslint/parser": "^3.0.0", "antd-img-crop": "^3.1.1", "antd-pro-merge-less": "^3.0.3", "antd-theme-generator": "1.2.2", "babel-eslint": "^10.0.1", "babel-plugin-add-react-displayname": "^0.0.5", "bisheng": "^1.5.3", "bisheng-plugin-description": "^0.1.4", "bisheng-plugin-react": "^1.1.0", "bisheng-plugin-toc": "^0.4.4", "bundlesize": "^0.18.0", "chalk": "^4.0.0", "cheerio": "^1.0.0-rc.3", "concurrently": "^5.0.2", "cross-env": "^7.0.0", "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", "esbuild-webpack-plugin": "^1.0.0-beta.3", "eslint": "^7.0.0", "eslint-config-airbnb": "^18.0.0", "eslint-config-prettier": "^6.0.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-import": "~2.20.0", "eslint-plugin-jest": "^23.0.2", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-markdown": "^1.0.0", "eslint-plugin-react": "^7.14.2", "eslint-plugin-react-hooks": "^4.0.0", "eslint-plugin-unicorn": "^20.0.0", "eslint-tinker": "^0.5.0", "fetch-jsonp": "^1.1.3", "fs-extra": "^9.0.0", "full-icu": "^1.3.0", "glob": "^7.1.4", "http-server": "^0.12.0", "husky": "^4.0.3", "ignore-emit-webpack-plugin": "^2.0.2", "immutability-helper": "^3.0.0", "inquirer": "^7.1.0", "intersection-observer": "^0.10.0", "jest": "^26.0.0", "jest-image-snapshot": "^4.0.0", "jest-stare": "^2.0.1", "jquery": "^3.4.1", "jsdom": "^16.0.0", "jsonml.js": "^0.1.0", "less-vars-to-js": "^1.3.0", "logrocket": "^1.0.0", "logrocket-react": "^4.0.0", "lz-string": "^1.4.4", "mockdate": "^3.0.0", "node-fetch": "^2.6.0", "open": "^7.0.3", "preact": "^10.0.0", "preact-compat": "^3.18.5", "prettier": "^2.0.1", "pretty-quick": "^2.0.0", "querystring": "^0.2.0", "rc-footer": "^0.6.3", "rc-queue-anim": "^1.6.12", "rc-scroll-anim": "^2.5.8", "rc-tween-one": "^2.4.1", "react": "^16.9.0", "react-color": "^2.17.3", "react-copy-to-clipboard": "^5.0.1", "react-dnd": "^10.0.2", "react-dnd-html5-backend": "^10.0.2", "react-dom": "^16.9.0", "react-github-button": "^0.1.11", "react-helmet-async": "^1.0.4", "react-highlight-words": "^0.16.0", "react-infinite-scroller": "^1.2.4", "react-intl": "^4.1.1", "react-resizable": "^1.8.0", "react-router-dom": "^5.0.1", "react-sticky": "^6.0.3", "react-test-renderer": "^16.8.6", "react-text-loop": "^2.3.0", "react-virtualized": "~9.21.1", "react-window": "^1.8.5", "remark": "^12.0.0", "remark-cli": "^8.0.0", "remark-lint": "^7.0.0", "remark-preset-lint-recommended": "^4.0.0", "reqwest": "^2.0.5", "rimraf": "^3.0.0", "scrollama": "^2.0.0", "simple-git": "^2.0.0", "string-replace-loader": "^2.3.0", "stylelint": "^13.0.0", "stylelint-config-prettier": "^8.0.0", "stylelint-config-rational-order": "^0.1.2", "stylelint-config-standard": "^20.0.0", "stylelint-declaration-block-no-ignored-properties": "^2.1.0", "stylelint-order": "^4.0.0", "theme-switcher": "^1.0.2", "typescript": "~3.9.2", "webpack-bundle-analyzer": "^3.6.0", "xhr-mock": "^2.4.1", "xhr2": "^0.2.0", "yaml-front-matter": "^4.0.0" }, "peerDependencies": { "react": ">=16.9.0", "react-dom": ">=16.9.0" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "bundlesize": [ { "path": "./dist/antd.min.js", "maxSize": "300 kB" }, { "path": "./dist/antd.min.css", "maxSize": "65 kB" }, { "path": "./dist/antd.dark.min.css", "maxSize": "65 kB" }, { "path": "./dist/antd.compact.min.css", "maxSize": "65 kB" } ], "tnpm": { "mode": "npm" }, "title": "Ant Design" }