/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/grid/package.json
55 строк
2 KB
Omar Alshaker
Declare missing dependencies for published packages (umbrella) (#112684)
16 июл 2026, 14:21
Не верифицирован
16 июл 2026, 14:21
5081ec0
Код
Авторство
О чём код?
{ "name": "@automattic/grid", "version": "0.3.0", "description": "Grid component for Automattic projects.", "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", "sideEffects": [ "*.css", "*.scss" ], "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/grid" }, "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 -p 56834", "test": "cd ../.. && yarn test-packages packages/grid" }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@wordpress/compose": "^8.2.0", "tslib": "^2.8.1" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "devDependencies": { "@automattic/calypso-build": "workspace:^", "@automattic/calypso-storybook": "workspace:^", "@automattic/calypso-typescript-config": "workspace:^", "@storybook/addon-docs": "^9.1.20", "@storybook/react-webpack5": "^9.1.20", "postcss": "^8.5.15", "storybook": "^9.1.20", "typescript": "^6.0.3", "webpack": "^5.99.8" } }