2015-05-07 18:50:36 +08:00
|
|
|
{
|
2015-06-02 15:41:43 +08:00
|
|
|
"name": "antd",
|
2023-09-25 13:38:29 +08:00
|
|
|
"version": "5.9.3",
|
2023-05-25 19:53:56 +08:00
|
|
|
"packageManager": "^npm@9.0.0",
|
2019-05-08 16:27:37 +08:00
|
|
|
"description": "An enterprise-class UI design language and React components implementation",
|
2020-07-30 17:47:27 +08:00
|
|
|
"title": "Ant Design",
|
2015-07-15 12:07:11 +08:00
|
|
|
"keywords": [
|
2015-07-17 13:58:35 +08:00
|
|
|
"ant",
|
|
|
|
"component",
|
|
|
|
"components",
|
2019-09-10 19:30:01 +08:00
|
|
|
"design",
|
2015-07-17 13:58:35 +08:00
|
|
|
"framework",
|
2019-09-10 19:30:01 +08:00
|
|
|
"frontend",
|
|
|
|
"react",
|
|
|
|
"react-component",
|
|
|
|
"ui"
|
2015-07-17 16:24:00 +08:00
|
|
|
],
|
2020-09-07 17:25:45 +08:00
|
|
|
"homepage": "https://ant.design",
|
2019-09-10 19:30:01 +08:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/ant-design/ant-design/issues"
|
2019-04-08 09:29:16 +08:00
|
|
|
},
|
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
|
|
|
},
|
2019-09-10 19:30:01 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"contributors": [
|
|
|
|
"ant"
|
|
|
|
],
|
2020-03-09 13:38:57 +08:00
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/ant-design"
|
|
|
|
},
|
2015-07-17 16:24:00 +08:00
|
|
|
"files": [
|
2016-04-06 18:07:54 +08:00
|
|
|
"dist",
|
2022-10-26 14:38:54 +08:00
|
|
|
"es",
|
2022-11-22 16:21:37 +08:00
|
|
|
"lib",
|
2022-10-26 14:38:54 +08:00
|
|
|
"locale"
|
2015-07-17 16:24:00 +08:00
|
|
|
],
|
2022-09-28 15:23:02 +08:00
|
|
|
"sideEffects": [
|
2022-11-24 23:54:20 +08:00
|
|
|
"*.css"
|
2022-09-28 15:23:02 +08:00
|
|
|
],
|
2022-11-22 16:21:37 +08:00
|
|
|
"main": "lib/index.js",
|
2019-09-10 19:30:01 +08:00
|
|
|
"module": "es/index.js",
|
2019-12-11 16:56:01 +08:00
|
|
|
"unpkg": "dist/antd.min.js",
|
2022-07-04 22:08:24 +08:00
|
|
|
"typings": "es/index.d.ts",
|
2019-09-10 19:30:01 +08:00
|
|
|
"scripts": {
|
2023-09-13 18:48:01 +08:00
|
|
|
"prepare": "is-ci || husky install && dumi setup",
|
2019-09-10 19:30:01 +08:00
|
|
|
"api-collection": "antd-tools run api-collection",
|
2023-09-07 17:00:13 +08:00
|
|
|
"authors": "tsx scripts/generate-authors.ts",
|
2020-06-02 15:41:11 +08:00
|
|
|
"build": "npm run compile && NODE_OPTIONS='--max-old-space-size=4096' npm run dist",
|
2022-07-26 20:26:49 +08:00
|
|
|
"size-limit": "size-limit",
|
2023-09-07 17:00:13 +08:00
|
|
|
"check-commit": "tsx scripts/check-commit.ts",
|
|
|
|
"check-ts-demo": "tsx scripts/check-ts-demo.ts",
|
2021-01-26 19:28:06 +08:00
|
|
|
"clean": "antd-tools run clean && rm -rf es lib coverage dist report.html",
|
2021-07-02 21:58:10 +08:00
|
|
|
"clean-lockfiles": "rm -rf package-lock.json yarn.lock",
|
2023-09-07 17:00:13 +08:00
|
|
|
"collect-token-statistic": "tsx scripts/collect-token-statistic.ts",
|
|
|
|
"token-meta": "tsx scripts/generate-token-meta.ts",
|
|
|
|
"component-changelog": "tsx scripts/generate-component-changelog.ts",
|
2023-08-03 10:58:38 +08:00
|
|
|
"prestart": "npm run version && npm run collect-token-statistic && npm run token-meta && npm run component-changelog",
|
2023-04-28 14:32:23 +08:00
|
|
|
"precompile": "npm run prestart",
|
2023-08-03 10:58:38 +08:00
|
|
|
"pretest": "npm run version && npm run component-changelog",
|
2020-05-08 17:49:22 +08:00
|
|
|
"predist": "npm run version",
|
2023-04-28 14:32:23 +08:00
|
|
|
"presite": "npm run prestart",
|
2022-11-22 16:21:37 +08:00
|
|
|
"compile": "npm run clean && antd-tools run compile",
|
2023-09-11 09:48:27 +08:00
|
|
|
"changelog": "git fetch origin && tsx scripts/print-changelog.ts",
|
2020-12-01 10:42:45 +08:00
|
|
|
"predeploy": "antd-tools run clean && npm run site && cp CNAME _site && npm run site:test",
|
2022-11-19 19:40:53 +08:00
|
|
|
"deploy": "gh-pages -d _site -b gh-pages -f",
|
|
|
|
"deploy:china-mirror": "git checkout gh-pages && git pull origin gh-pages && git push git@gitee.com:ant-design/ant-design.git gh-pages -f",
|
2019-09-10 19:30:01 +08:00
|
|
|
"dist": "antd-tools run dist",
|
2021-01-24 19:11:52 +08:00
|
|
|
"dist:esbuild": "ESBUILD=true npm run dist",
|
2021-09-13 15:59:57 +08:00
|
|
|
"dist:esbuild-no-dup-check": "ESBUILD=true NO_DUP_CHECK=true npm run dist",
|
2023-01-20 10:31:27 +08:00
|
|
|
"lint": "npm run version && npm run tsc && npm run lint:script && npm run lint:demo && npm run lint:md && npm run lint:style",
|
2022-11-09 12:28:04 +08:00
|
|
|
"lint-fix": "npm run lint-fix:script && npm run lint-fix:demo",
|
2021-02-23 10:45:11 +08:00
|
|
|
"lint-fix:demo": "npm run lint:demo -- --fix",
|
2019-09-10 19:30:01 +08:00
|
|
|
"lint-fix:script": "npm run lint:script -- --fix",
|
2020-04-21 23:21:56 +08:00
|
|
|
"lint:demo": "eslint components/*/demo/*.md",
|
2019-09-10 19:30:01 +08:00
|
|
|
"lint:deps": "antd-tools run deps-lint",
|
2020-04-21 23:40:41 +08:00
|
|
|
"lint:md": "remark . -f -q",
|
2023-09-07 17:00:13 +08:00
|
|
|
"lint:style": "tsx scripts/check-cssinjs.ts",
|
2023-08-03 10:58:38 +08:00
|
|
|
"lint:script": "npm run component-changelog && eslint . --ext .js,.jsx,.ts,.tsx --cache",
|
2023-09-11 16:10:25 +08:00
|
|
|
"pre-publish": "npm run test-all -- --skip-build && tsx ./scripts/pre-publish-notice.ts",
|
2023-02-17 22:12:19 +08:00
|
|
|
"prettier": "prettier -c --write **/* --cache",
|
2022-11-25 14:23:11 +08:00
|
|
|
"pub": "npm run version && npm run collect-token-statistic && npm run token-meta && antd-tools run pub",
|
2023-08-30 11:59:55 +08:00
|
|
|
"biome:format": "biome format --write .",
|
2022-07-06 10:15:45 +08:00
|
|
|
"prepublishOnly": "antd-tools run guard",
|
2023-09-11 09:47:36 +08:00
|
|
|
"postpublish": "tsx scripts/post-script.ts",
|
2022-11-16 17:25:45 +08:00
|
|
|
"site": "dumi build && cp .surgeignore _site",
|
2019-09-10 19:30:01 +08:00
|
|
|
"sort": "npx sort-package-json",
|
|
|
|
"sort-api": "antd-tools run sort-api-table",
|
2022-12-05 11:18:41 +08:00
|
|
|
"start": "cross-env PORT=8001 dumi dev",
|
2023-06-07 21:59:21 +08:00
|
|
|
"test": "jest --config .jest.js --no-cache",
|
|
|
|
"test:update": "jest --config .jest.js --no-cache -u",
|
2020-08-04 15:35:03 +08:00
|
|
|
"test-all": "sh -e ./scripts/test-all.sh",
|
2023-06-07 21:59:21 +08:00
|
|
|
"test-node": "npm run version && jest --config .jest.node.js --no-cache",
|
2020-05-21 23:27:02 +08:00
|
|
|
"tsc": "tsc --noEmit",
|
2023-06-07 21:59:21 +08:00
|
|
|
"site:test": "jest --config .jest.site.js --no-cache --force-exit",
|
|
|
|
"test-image": "jest --config .jest.image.js --no-cache -i -u",
|
2023-09-07 17:00:13 +08:00
|
|
|
"argos": "tsx scripts/argos-upload.ts",
|
|
|
|
"version": "tsx scripts/generate-version.ts",
|
2022-11-09 12:28:04 +08:00
|
|
|
"install-react-16": "npm i --no-save --legacy-peer-deps react@16 react-dom@16 @testing-library/react@12",
|
|
|
|
"install-react-17": "npm i --no-save --legacy-peer-deps react@17 react-dom@17 @testing-library/react@12",
|
2022-11-16 17:25:45 +08:00
|
|
|
"install-react-18": "npm i --no-save --legacy-peer-deps react@18 react-dom@18"
|
2017-09-16 23:44:20 +08:00
|
|
|
},
|
2019-09-10 19:30:01 +08:00
|
|
|
"browserslist": [
|
2021-03-25 15:01:13 +08:00
|
|
|
"> 0.5%",
|
2020-01-19 13:50:32 +08:00
|
|
|
"last 2 versions",
|
2019-09-10 19:30:01 +08:00
|
|
|
"Firefox ESR",
|
2022-12-25 18:37:57 +08:00
|
|
|
"not dead"
|
2019-09-10 19:30:01 +08:00
|
|
|
],
|
2015-05-07 18:50:36 +08:00
|
|
|
"dependencies": {
|
2023-01-11 14:22:48 +08:00
|
|
|
"@ant-design/colors": "^7.0.0",
|
2023-07-27 16:07:48 +08:00
|
|
|
"@ant-design/cssinjs": "^1.16.0",
|
2023-08-02 02:15:02 +08:00
|
|
|
"@ant-design/icons": "^5.2.2",
|
2022-12-19 10:35:43 +08:00
|
|
|
"@ant-design/react-slick": "~1.0.0",
|
2022-06-23 16:54:20 +08:00
|
|
|
"@babel/runtime": "^7.18.3",
|
2023-02-19 16:24:20 +08:00
|
|
|
"@ctrl/tinycolor": "^3.6.0",
|
2023-09-08 12:53:45 +08:00
|
|
|
"@rc-component/color-picker": "~1.4.1",
|
2023-08-08 16:48:26 +08:00
|
|
|
"@rc-component/mutate-observer": "^1.1.0",
|
2023-08-24 11:30:08 +08:00
|
|
|
"@rc-component/tour": "~1.10.0",
|
2023-09-20 19:59:26 +08:00
|
|
|
"@rc-component/trigger": "^1.16.0",
|
2020-05-30 14:56:03 +08:00
|
|
|
"classnames": "^2.2.6",
|
2019-06-05 12:25:05 +08:00
|
|
|
"copy-to-clipboard": "^3.2.0",
|
2022-05-06 14:04:41 +08:00
|
|
|
"dayjs": "^1.11.1",
|
2022-12-05 14:15:26 +08:00
|
|
|
"qrcode.react": "^3.1.0",
|
2023-09-20 19:14:00 +08:00
|
|
|
"rc-cascader": "~3.17.0",
|
2023-06-15 09:46:05 +08:00
|
|
|
"rc-checkbox": "~3.1.0",
|
2023-09-08 12:53:45 +08:00
|
|
|
"rc-collapse": "~3.7.1",
|
2023-09-25 14:27:41 +08:00
|
|
|
"rc-dialog": "~9.3.3",
|
2023-08-08 16:48:26 +08:00
|
|
|
"rc-drawer": "~6.4.1",
|
2023-04-29 11:13:53 +08:00
|
|
|
"rc-dropdown": "~4.1.0",
|
2023-09-20 11:01:49 +08:00
|
|
|
"rc-field-form": "~1.38.1",
|
2023-09-25 14:27:41 +08:00
|
|
|
"rc-image": "~7.3.0",
|
2023-09-20 11:01:49 +08:00
|
|
|
"rc-input": "~1.2.1",
|
|
|
|
"rc-input-number": "~8.1.0",
|
|
|
|
"rc-mentions": "~2.8.0",
|
2023-09-01 11:09:48 +08:00
|
|
|
"rc-menu": "~9.12.0",
|
2023-09-08 12:53:45 +08:00
|
|
|
"rc-motion": "^2.9.0",
|
2023-09-13 15:19:18 +08:00
|
|
|
"rc-notification": "~5.2.0",
|
2023-09-08 12:53:45 +08:00
|
|
|
"rc-pagination": "~3.6.1",
|
2023-09-14 14:56:57 +08:00
|
|
|
"rc-picker": "~3.14.1",
|
2023-08-25 00:28:38 +08:00
|
|
|
"rc-progress": "~3.5.1",
|
2023-05-28 21:32:45 +08:00
|
|
|
"rc-rate": "~2.12.0",
|
2023-09-08 12:53:45 +08:00
|
|
|
"rc-resize-observer": "^1.3.1",
|
|
|
|
"rc-segmented": "~2.2.2",
|
2023-09-20 19:14:00 +08:00
|
|
|
"rc-select": "~14.9.0",
|
2023-09-22 14:19:53 +08:00
|
|
|
"rc-slider": "~10.3.0",
|
2023-07-19 13:39:26 +08:00
|
|
|
"rc-steps": "~6.0.1",
|
2023-04-23 22:31:17 +08:00
|
|
|
"rc-switch": "~4.1.0",
|
2023-09-13 17:53:54 +08:00
|
|
|
"rc-table": "~7.34.0",
|
2023-09-08 12:53:45 +08:00
|
|
|
"rc-tabs": "~12.12.1",
|
2023-09-20 11:01:49 +08:00
|
|
|
"rc-textarea": "~1.4.0",
|
2023-09-22 15:45:22 +08:00
|
|
|
"rc-tooltip": "~6.1.0",
|
2023-09-20 11:01:49 +08:00
|
|
|
"rc-tree": "~5.7.12",
|
2023-09-20 19:14:00 +08:00
|
|
|
"rc-tree-select": "~5.13.0",
|
2023-09-08 12:53:45 +08:00
|
|
|
"rc-upload": "~4.3.4",
|
2023-08-23 19:23:25 +08:00
|
|
|
"rc-util": "^5.37.0",
|
2022-12-07 13:56:18 +08:00
|
|
|
"scroll-into-view-if-needed": "^3.0.3",
|
2022-12-16 15:02:32 +08:00
|
|
|
"throttle-debounce": "^5.0.0"
|
2015-05-21 20:36:13 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-18 10:41:45 +08:00
|
|
|
"@ant-design/compatible": "^5.1.2",
|
2023-08-07 10:44:04 +08:00
|
|
|
"@ant-design/happy-work-theme": "^1.0.0",
|
2023-09-04 19:27:20 +08:00
|
|
|
"@ant-design/tools": "^17.3.1",
|
2023-05-12 17:21:40 +08:00
|
|
|
"@antv/g6": "^4.8.13",
|
2023-09-18 21:32:51 +08:00
|
|
|
"@argos-ci/core": "^0.12.0",
|
2022-12-07 15:35:41 +08:00
|
|
|
"@babel/eslint-plugin": "^7.19.1",
|
2023-08-31 21:23:02 +08:00
|
|
|
"@biomejs/biome": "^1.0.0",
|
2023-08-01 10:53:55 +08:00
|
|
|
"@codesandbox/sandpack-react": "^2.6.9",
|
2023-02-02 10:54:13 +08:00
|
|
|
"@dnd-kit/core": "^6.0.7",
|
2023-05-31 13:36:20 +08:00
|
|
|
"@dnd-kit/modifiers": "^6.0.1",
|
2023-02-02 10:54:13 +08:00
|
|
|
"@dnd-kit/sortable": "^7.0.2",
|
|
|
|
"@dnd-kit/utilities": "^3.2.1",
|
2022-11-09 12:28:04 +08:00
|
|
|
"@emotion/react": "^11.10.4",
|
|
|
|
"@emotion/server": "^11.4.0",
|
2023-08-22 13:11:18 +08:00
|
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
|
2023-03-16 11:27:25 +08:00
|
|
|
"@qixian.cs/github-contributors-list": "^1.1.0",
|
2023-09-06 20:30:26 +08:00
|
|
|
"@size-limit/file": "^9.0.0",
|
2019-11-13 17:29:46 +08:00
|
|
|
"@stackblitz/sdk": "^1.3.0",
|
2023-02-17 23:15:30 +08:00
|
|
|
"@testing-library/dom": "^9.0.0",
|
2023-08-17 23:18:15 +08:00
|
|
|
"@testing-library/jest-dom": "^6.0.0",
|
2023-02-19 15:24:46 +08:00
|
|
|
"@testing-library/react": "^14.0.0",
|
2022-08-18 10:11:34 +08:00
|
|
|
"@testing-library/user-event": "^14.4.2",
|
2023-04-28 16:53:24 +08:00
|
|
|
"@types/fs-extra": "^11.0.1",
|
2023-09-24 22:10:30 +08:00
|
|
|
"@types/gtag.js": "^0.0.14",
|
2023-04-28 19:24:32 +08:00
|
|
|
"@types/http-server": "^0.12.1",
|
2023-04-28 16:57:25 +08:00
|
|
|
"@types/inquirer": "^9.0.3",
|
2023-04-28 14:32:23 +08:00
|
|
|
"@types/isomorphic-fetch": "^0.0.36",
|
2023-06-07 21:59:21 +08:00
|
|
|
"@types/jest": "^29.0.0",
|
2021-12-02 20:25:31 +08:00
|
|
|
"@types/jest-axe": "^3.5.3",
|
2023-06-07 21:59:21 +08:00
|
|
|
"@types/jest-environment-puppeteer": "^5.0.0",
|
2022-12-07 21:01:11 +08:00
|
|
|
"@types/jest-image-snapshot": "^6.1.0",
|
2022-10-08 16:17:20 +08:00
|
|
|
"@types/jquery": "^3.5.14",
|
2023-09-18 10:15:04 +08:00
|
|
|
"@types/jsdom": "^21.1.2",
|
2019-09-24 14:42:58 +08:00
|
|
|
"@types/lodash": "^4.14.139",
|
2023-05-05 21:20:30 +08:00
|
|
|
"@types/node": "^20.0.0",
|
2023-09-17 23:32:14 +08:00
|
|
|
"@types/nprogress": "^0.2.0",
|
2022-12-05 22:28:08 +08:00
|
|
|
"@types/prismjs": "^1.26.0",
|
2023-04-28 14:32:23 +08:00
|
|
|
"@types/progress": "^2.0.5",
|
2022-05-26 13:03:12 +08:00
|
|
|
"@types/qs": "^6.9.7",
|
2022-04-08 22:55:42 +08:00
|
|
|
"@types/react": "^18.0.0",
|
2020-12-10 15:09:56 +08:00
|
|
|
"@types/react-copy-to-clipboard": "^5.0.0",
|
2022-04-08 20:14:15 +08:00
|
|
|
"@types/react-dom": "^18.0.0",
|
2022-05-19 09:46:26 +08:00
|
|
|
"@types/react-highlight-words": "^0.16.4",
|
2022-05-20 19:46:46 +08:00
|
|
|
"@types/react-resizable": "^3.0.0",
|
2022-12-16 15:02:32 +08:00
|
|
|
"@types/throttle-debounce": "^5.0.0",
|
2019-01-12 19:22:06 +08:00
|
|
|
"@types/warning": "^3.0.0",
|
2023-08-29 22:29:13 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
|
|
"@typescript-eslint/parser": "^6.5.0",
|
2023-03-17 12:25:22 +08:00
|
|
|
"antd-img-crop": "^4.9.0",
|
2023-07-20 19:27:33 +08:00
|
|
|
"antd-style": "^3.4.2-beta.1",
|
2023-08-11 19:37:53 +08:00
|
|
|
"antd-token-previewer": "^2.0.1",
|
2020-04-03 11:11:30 +08:00
|
|
|
"chalk": "^4.0.0",
|
2022-06-27 21:56:06 +08:00
|
|
|
"cheerio": "1.0.0-rc.12",
|
2023-06-25 15:38:22 +08:00
|
|
|
"circular-dependency-plugin": "^5.2.2",
|
2020-01-29 21:43:41 +08:00
|
|
|
"cross-env": "^7.0.0",
|
2023-07-24 16:59:35 +08:00
|
|
|
"cross-fetch": "^4.0.0",
|
2023-07-20 19:27:33 +08:00
|
|
|
"crypto": "^1.0.1",
|
2018-10-06 20:30:27 +08:00
|
|
|
"dekko": "^0.2.1",
|
2023-09-17 21:52:01 +08:00
|
|
|
"dumi": "^2.2.10",
|
2023-09-20 16:59:56 +08:00
|
|
|
"dumi-plugin-color-chunk": "^1.0.2",
|
2021-08-05 15:30:03 +08:00
|
|
|
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
2023-08-10 14:18:44 +08:00
|
|
|
"esbuild-loader": "^4.0.0",
|
2023-05-08 09:54:44 +08:00
|
|
|
"eslint": "^8.40.0",
|
2021-11-26 12:18:21 +08:00
|
|
|
"eslint-config-airbnb": "^19.0.0",
|
2023-08-06 18:42:10 +08:00
|
|
|
"eslint-config-prettier": "^9.0.0",
|
2022-10-26 14:38:54 +08:00
|
|
|
"eslint-import-resolver-typescript": "^3.5.2",
|
2023-02-09 10:52:32 +08:00
|
|
|
"eslint-plugin-compat": "^4.1.1",
|
2023-07-28 17:04:00 +08:00
|
|
|
"eslint-plugin-import": "^2.28.0",
|
2023-06-07 21:59:21 +08:00
|
|
|
"eslint-plugin-jest": "^27.0.1",
|
2019-06-05 12:25:05 +08:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.2.1",
|
2022-07-17 18:57:36 +08:00
|
|
|
"eslint-plugin-markdown": "^3.0.0",
|
2022-10-08 17:04:47 +08:00
|
|
|
"eslint-plugin-react": "^7.31.8",
|
2020-09-16 11:43:55 +08:00
|
|
|
"eslint-plugin-react-hooks": "^4.1.2",
|
2023-07-16 13:28:45 +08:00
|
|
|
"eslint-plugin-unicorn": "^48.0.0",
|
2022-04-22 22:31:39 +08:00
|
|
|
"fast-glob": "^3.2.11",
|
2018-10-06 20:30:27 +08:00
|
|
|
"fetch-jsonp": "^1.1.3",
|
2022-11-29 20:25:45 +08:00
|
|
|
"fs-extra": "^11.0.0",
|
2023-08-11 23:36:10 +08:00
|
|
|
"gh-pages": "^6.0.0",
|
2023-09-25 10:15:16 +08:00
|
|
|
"glob": "10.3.6",
|
2023-02-20 10:51:18 +08:00
|
|
|
"html2sketch": "^1.0.0",
|
2021-10-20 11:18:08 +08:00
|
|
|
"http-server": "^14.0.0",
|
2022-05-09 19:57:44 +08:00
|
|
|
"husky": "^8.0.1",
|
2020-06-11 09:59:01 +08:00
|
|
|
"identity-obj-proxy": "^3.0.0",
|
2023-04-19 12:15:21 +08:00
|
|
|
"immer": "^10.0.1",
|
2023-09-11 09:47:36 +08:00
|
|
|
"inquirer": "^9.2.11",
|
2023-09-02 19:05:46 +08:00
|
|
|
"is-ci": "^3.0.1",
|
2021-09-26 18:21:15 +08:00
|
|
|
"isomorphic-fetch": "^3.0.0",
|
2023-06-07 21:59:21 +08:00
|
|
|
"jest": "^29.4.1",
|
2023-07-10 20:14:57 +08:00
|
|
|
"jest-axe": "^8.0.0",
|
2022-12-08 18:06:36 +08:00
|
|
|
"jest-canvas-mock": "^2.4.0",
|
2023-06-07 21:59:21 +08:00
|
|
|
"jest-environment-jsdom": "^29.0.1",
|
|
|
|
"jest-environment-node": "^29.0.0",
|
2022-11-04 23:57:55 +08:00
|
|
|
"jest-image-snapshot": "^6.0.0",
|
2023-06-07 21:59:21 +08:00
|
|
|
"jest-puppeteer": "^9.0.0",
|
2020-01-08 23:01:15 +08:00
|
|
|
"jquery": "^3.4.1",
|
2023-05-04 12:59:55 +08:00
|
|
|
"jsdom": "^22.0.0",
|
2022-11-09 12:28:04 +08:00
|
|
|
"jsonml-to-react-element": "^1.1.11",
|
2016-04-06 16:11:30 +08:00
|
|
|
"jsonml.js": "^0.1.0",
|
2023-08-14 21:58:08 +08:00
|
|
|
"lint-staged": "^14.0.0",
|
2022-12-16 15:02:32 +08:00
|
|
|
"lodash": "^4.17.21",
|
2023-08-25 11:42:35 +08:00
|
|
|
"lunar-typescript": "^1.6.9",
|
2017-12-29 17:02:45 +08:00
|
|
|
"lz-string": "^1.4.4",
|
2020-05-21 23:27:02 +08:00
|
|
|
"mockdate": "^3.0.0",
|
2023-04-03 22:36:14 +08:00
|
|
|
"node-notifier": "^10.0.1",
|
2023-08-02 14:04:29 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2023-04-12 13:23:21 +08:00
|
|
|
"open": "^9.0.0",
|
2023-07-06 09:45:16 +08:00
|
|
|
"prettier": "^3.0.0",
|
2023-07-21 10:27:16 +08:00
|
|
|
"prettier-plugin-jsdoc": "^1.0.1",
|
2022-08-28 22:28:19 +08:00
|
|
|
"pretty-format": "^29.0.0",
|
2022-11-09 12:28:04 +08:00
|
|
|
"prismjs": "^1.29.0",
|
2022-07-05 14:23:43 +08:00
|
|
|
"progress": "^2.0.3",
|
2023-09-04 17:58:51 +08:00
|
|
|
"puppeteer": "^21.1.1",
|
2021-12-03 23:54:08 +08:00
|
|
|
"qs": "^6.10.1",
|
2023-01-04 19:37:57 +08:00
|
|
|
"rc-footer": "^0.6.8",
|
2021-11-10 09:56:16 +08:00
|
|
|
"rc-tween-one": "^3.0.3",
|
2022-10-27 23:22:46 +08:00
|
|
|
"rc-virtual-list": "^3.4.11",
|
2022-11-09 12:28:04 +08:00
|
|
|
"react": "^18.0.0",
|
2018-10-06 20:30:27 +08:00
|
|
|
"react-copy-to-clipboard": "^5.0.1",
|
2023-01-05 14:07:33 +08:00
|
|
|
"react-countup": "^6.4.0",
|
2022-11-09 12:28:04 +08:00
|
|
|
"react-dom": "^18.0.0",
|
2020-09-03 12:36:06 +08:00
|
|
|
"react-draggable": "^4.4.3",
|
2021-10-14 15:48:33 +08:00
|
|
|
"react-fast-marquee": "^1.2.1",
|
2023-01-29 12:45:11 +08:00
|
|
|
"react-highlight-words": "^0.20.0",
|
2021-10-13 18:59:17 +08:00
|
|
|
"react-infinite-scroll-component": "^6.1.0",
|
2021-05-17 08:58:27 +08:00
|
|
|
"react-resizable": "^3.0.1",
|
2021-11-11 21:34:07 +08:00
|
|
|
"react-router-dom": "^6.0.2",
|
2023-04-14 17:29:08 +08:00
|
|
|
"react-sticky-box": "^2.0.0",
|
2023-08-08 22:18:45 +08:00
|
|
|
"regenerator-runtime": "^0.14.0",
|
2023-09-20 00:21:34 +08:00
|
|
|
"remark": "^15.0.1",
|
2022-06-27 01:16:52 +08:00
|
|
|
"remark-cli": "^11.0.0",
|
2021-08-16 11:50:32 +08:00
|
|
|
"remark-lint": "^9.0.0",
|
2021-08-16 11:04:57 +08:00
|
|
|
"remark-preset-lint-recommended": "^6.0.0",
|
2022-01-19 15:27:05 +08:00
|
|
|
"semver": "^7.3.5",
|
2022-01-24 10:47:49 +08:00
|
|
|
"simple-git": "^3.0.0",
|
2023-09-06 20:30:26 +08:00
|
|
|
"size-limit": "^9.0.0",
|
2023-02-13 13:37:22 +08:00
|
|
|
"stylelint": "^15.1.0",
|
2019-06-05 12:25:05 +08:00
|
|
|
"stylelint-config-rational-order": "^0.1.2",
|
2023-07-05 20:46:49 +08:00
|
|
|
"stylelint-config-standard": "^34.0.0",
|
2023-07-09 13:35:57 +08:00
|
|
|
"stylelint-prettier": "^4.0.0",
|
2022-11-09 12:28:04 +08:00
|
|
|
"sylvanas": "^0.6.1",
|
2022-12-17 22:48:45 +08:00
|
|
|
"terser": "^5.16.1",
|
2023-09-07 17:00:13 +08:00
|
|
|
"tsx": "^3.12.8",
|
2023-08-27 22:52:43 +08:00
|
|
|
"typedoc": "^0.25.0",
|
2023-08-27 23:57:23 +08:00
|
|
|
"typescript": "~5.2.2",
|
2023-08-22 22:08:39 +08:00
|
|
|
"vanilla-jsoneditor": "^0.18.0",
|
2020-11-10 13:03:03 +08:00
|
|
|
"webpack-bundle-analyzer": "^4.1.0",
|
2023-06-28 13:54:49 +08:00
|
|
|
"xhr-mock": "^2.4.1"
|
2015-05-07 19:54:54 +08:00
|
|
|
},
|
2019-09-10 19:30:01 +08:00
|
|
|
"peerDependencies": {
|
2020-02-28 10:51:18 +08:00
|
|
|
"react": ">=16.9.0",
|
|
|
|
"react-dom": ">=16.9.0"
|
2017-02-23 22:12:52 +08:00
|
|
|
},
|
2019-09-10 19:30:01 +08:00
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.npmjs.org/"
|
2015-06-11 16:35:36 +08:00
|
|
|
},
|
2022-07-26 20:26:49 +08:00
|
|
|
"size-limit": [
|
|
|
|
{
|
|
|
|
"path": "./dist/antd.min.js",
|
2023-09-25 14:27:41 +08:00
|
|
|
"limit": "398 KiB"
|
2022-12-05 21:32:10 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "./dist/antd-with-locales.min.js",
|
2023-09-25 14:27:41 +08:00
|
|
|
"limit": "457 KiB"
|
2022-07-26 20:26:49 +08:00
|
|
|
}
|
|
|
|
],
|
2022-11-13 15:38:53 +08:00
|
|
|
"tnpm": {
|
|
|
|
"mode": "npm"
|
|
|
|
},
|
2022-11-11 18:15:33 +08:00
|
|
|
"lint-staged": {
|
2023-08-30 11:59:55 +08:00
|
|
|
"*.{ts,tsx,js,jsx}": "biome format --write",
|
2022-11-15 13:36:23 +08:00
|
|
|
"*.{json,less,md}": "prettier --ignore-unknown --write"
|
2020-07-30 17:47:27 +08:00
|
|
|
}
|
2023-07-11 18:52:24 +08:00
|
|
|
}
|