/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/launchpad/package.json
78 строк
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/launchpad", "version": "1.2.4", "description": "Launchpad 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" } }, "sideEffects": [ "*.css", "*.scss" ], "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/launchpad" }, "publishConfig": { "access": "public" }, "bugs": "https://github.com/Automattic/wp-calypso/issues", "types": "dist/types", "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", "watch": "tsc --build ./tsconfig.json --watch", "storybook:start": "storybook dev" }, "dependencies": { "@automattic/calypso-analytics": "workspace:^", "@automattic/data-stores": "workspace:^", "@automattic/i18n-utils": "workspace:^", "@automattic/typography": "workspace:^", "@automattic/viewport": "workspace:^", "@tanstack/react-query": "^5.83.0", "@wordpress/base-styles": "^9.1.0", "@wordpress/components": "^37.0.0", "@wordpress/icons": "^13.3.0", "@wordpress/ui": "^0.18.0", "clsx": "^2.1.1", "social-logos": "^3.1.18", "tslib": "^2.8.1", "wpcom-proxy-request": "workspace:^" }, "devDependencies": { "@automattic/calypso-build": "workspace:^", "@automattic/calypso-storybook": "workspace:^", "@automattic/calypso-typescript-config": "workspace:^", "@storybook/addon-a11y": "^9.1.20", "msw": "^2.1.7", "msw-storybook-addon": "2.0.7", "postcss": "^8.5.15", "react": "^18.3.1", "react-dom": "^18.3.1", "storybook": "^9.1.20", "typescript": "^6.0.3", "webpack": "^5.99.8" }, "peerDependencies": { "@wordpress/data": "^10.48.0", "@wordpress/element": "^8.0.0", "@wordpress/i18n": "^6.21.0", "debug": "^4.4.1", "react": "^18.3.1 || ^19.0.0", "react-dom": "^18.3.1 || ^19.0.0" } }