| { | |
| "name": "@automattic/grid", | |
| "version": "0.1.1", | |
| "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" | |
| }, | |
| "devDependencies": { | |
| "@automattic/calypso-build": "workspace:^", | |
| "@automattic/calypso-storybook": "workspace:^", | |
| "@automattic/calypso-typescript-config": "workspace:^", | |
| "@storybook/addon-actions": "^8.6.14", | |
| "@storybook/addon-controls": "^8.6.14", | |
| "@storybook/addon-docs": "^8.6.14", | |
| "@storybook/react-webpack5": "^8.6.14", | |
| "postcss": "^8.5.3", | |
| "storybook": "^8.6.14", | |
| "typescript": "^5.8.3", | |
| "webpack": "^5.99.8" | |
| }, | |
| "peerDependencies": { | |
| "react": "^18.0.0", | |
| "react-dom": "^18.0.0" | |
| }, | |
| "dependencies": { | |
| "@dnd-kit/core": "^6.3.1", | |
| "@dnd-kit/sortable": "^10.0.0", | |
| "@dnd-kit/utilities": "^3.2.2", | |
| "@wordpress/compose": "^7.23.0" | |
| } | |
| } | |