/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/components/package.json
118 строк
3 KB
Lance Willett
Update React Router to 7.18.2 (#113445)
11 авг 2026, 03:59
Не верифицирован
11 авг 2026, 03:59
6b52709
Код
Авторство
О чём код?
{ "name": "@automattic/components", "version": "4.1.0", "description": "Automattic Components.", "homepage": "https://github.com/Automattic/wp-calypso", "license": "GPL-2.0-or-later", "author": "Automattic Inc.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "calypso:src": "src/index.ts", "exports": { ".": { "calypso:src": "./src/index.ts", "types": "./dist/types/index.d.ts", "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "./src/*": { "calypso:src": "./src/*" }, "./styles/*": { "calypso:src": "./styles/*" } }, "sideEffects": [ "*.css", "*.scss" ], "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/components" }, "publishConfig": { "access": "public" }, "bugs": "https://github.com/Automattic/wp-calypso/issues", "files": [ "dist", "src", "styles" ], "types": "dist/types", "dependencies": { "@ariakit/react": "^0.4.15", "@automattic/calypso-color-schemes": "workspace:^", "@automattic/calypso-url": "workspace:^", "@automattic/color-studio": "^4.1.0", "@automattic/i18n-utils": "workspace:^", "@automattic/js-utils": "workspace:^", "@automattic/load-script": "workspace:^", "@automattic/material-design-icons": "workspace:^", "@automattic/number-formatters": "^1.2.0", "@automattic/typography": "workspace:^", "@automattic/ui": "workspace:^", "@automattic/viewport": "workspace:^", "@automattic/viewport-react": "workspace:^", "@emotion/css": "^11.11.2", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@wordpress/base-styles": "^9.1.0", "@wordpress/components": "^37.0.0", "@wordpress/compose": "^8.2.0", "@wordpress/date": "5.48.0", "@wordpress/element": "^8.0.0", "@wordpress/html-entities": "4.48.0", "@wordpress/i18n": "^6.21.0", "@wordpress/icons": "^13.3.0", "@wordpress/primitives": "^4.48.0", "@wordpress/private-apis": "^1.51.0", "@wordpress/react-i18n": "^4.48.0", "@wordpress/ui": "^0.18.0", "@wordpress/url": "^4.48.0", "@wordpress/warning": "3.48.0", "canvas-confetti": "^1.6.0", "clsx": "^2.1.1", "colord": "2.9.3", "debug": "^4.4.1", "fast-deep-equal": "^3.1.3", "gridicons": "^3.4.2", "i18n-calypso": "workspace:^", "lodash": "^4.18.1", "prop-types": "^15.8.1", "react-modal": "^3.16.3", "react-router-dom": "7.18.2", "tslib": "^2.8.1", "utility-types": "^3.10.0" }, "peerDependencies": { "@wordpress/data": "^10.48.0", "react": "^18.3.1 || ^19.0.0", "react-dom": "^18.3.1 || ^19.0.0" }, "devDependencies": { "@ariakit/test": "0.4.15", "@automattic/calypso-build": "workspace:^", "@automattic/calypso-storybook": "workspace:^", "@automattic/calypso-typescript-config": "workspace:^", "@storybook/react": "^9.1.20", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/canvas-confetti": "^1.6.0", "@types/node": "^24.12.2", "postcss": "^8.5.15", "storybook": "^9.1.20", "typescript": "^6.0.3", "webpack": "^5.99.8" }, "scripts": { "clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist", "build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json && copy-assets", "prepack": "yarn run clean && yarn run build", "storybook:start": "storybook dev -p 56833", "storybook:build": "storybook build" } }