/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/ui/package.json
83 строки
2 KB
arthur791004
Bump @wordpress/dataviews to 17.2.0 (with editor, components, private-apis, theme, ui) (#112947)
27 июл 2026, 08:23
Не верифицирован
27 июл 2026, 08:23
c2c1a85
Код
Авторство
О чём код?
{ "name": "@automattic/ui", "version": "2.0.0", "description": "Automattic Design System UI components.", "homepage": "https://github.com/Automattic/wp-calypso", "license": "GPL-2.0-or-later", "author": "Automattic Inc.", "type": "module", "main": "dist/index.js", "module": "dist/index.mjs", "calypso:src": "src/index.ts", "exports": { ".": { "calypso:src": "./src/index.ts", "types": { "import": "./dist/index.d.ts", "require": "./dist/index.d.cts" }, "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./style.css": "./dist/index.css" }, "sideEffects": [ "*.css", "*.scss" ], "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/ui" }, "publishConfig": { "access": "public" }, "bugs": "https://github.com/Automattic/wp-calypso/issues", "files": [ "dist", "src" ], "types": "dist", "dependencies": { "@base-ui/react": "^1.5.0", "@wordpress/base-styles": "9.1.0", "@wordpress/element": "^8.0.0", "@wordpress/i18n": "^6.21.0", "@wordpress/icons": "^13.3.0", "@wordpress/primitives": "^4.48.0", "@wordpress/ui": "^0.18.0", "clsx": "^2.1.1", "date-fns": "^4.1.0", "react-day-picker": "^9.7.0" }, "peerDependencies": { "react": "^18.3.1 || ^19.0.0", "react-dom": "^18.3.1 || ^19.0.0" }, "devDependencies": { "@automattic/calypso-storybook": "workspace:^", "@automattic/calypso-typescript-config": "workspace:^", "@microsoft/api-extractor": "^7.58.7", "@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", "esbuild": "^0.25.5", "esbuild-sass-plugin": "^3.1.0", "postcss": "^8.5.15", "postcss-modules": "^6.0.1", "sass-embedded": "^1.89.0", "storybook": "^9.1.20", "stylelint": "^16.15.0", "stylelint-plugin-logical-css": "^1.2.3", "tsup": "^8.5.0", "typescript": "^6.0.3" }, "scripts": { "clean": "rm -rf dist", "build": "yarn clean && tsup", "prepack": "yarn build", "storybook:start": "storybook dev -p 56851" } }