{ "name": "@automattic/global-styles", "version": "1.0.0", "description": "Wrap global-styles related components from Gutenberg.", "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.tsx", "exports": { ".": { "calypso:src": "./src/index.tsx", "types": "./dist/types/index.d.ts", "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "./src/*": { "calypso:src": "./src/*" } }, "sideEffects": [ "*.css", "*.scss" ], "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/global-styles" }, "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" }, "dependencies": { "@automattic/calypso-config": "workspace:^", "@automattic/calypso-sentry": "workspace:^", "@automattic/components": "workspace:^", "@automattic/i18n-utils": "workspace:^", "@automattic/typography": "workspace:^", "@tanstack/react-query": "^5.15.5", "@wordpress/block-editor": "^14.18.0", "@wordpress/block-library": "^9.23.0", "@wordpress/components": "^29.9.0", "@wordpress/compose": "^7.23.0", "@wordpress/keycodes": "^4.23.0", "@wordpress/private-apis": "^1.23.0", "clsx": "^2.1.1", "deepmerge": "^4.3.1", "i18n-calypso": "workspace:^", "is-plain-object": "^5.0.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-intersection-observer": "^9.4.3", "tslib": "^2.8.1", "wpcom-proxy-request": "workspace:^" }, "peerDependencies": { "@wordpress/data": "^10.23.0", "@wordpress/element": "^6.23.0", "@wordpress/i18n": "^5.23.0", "debug": "^4.4.1" }, "devDependencies": { "@automattic/calypso-typescript-config": "workspace:^", "@types/wordpress__block-library": "^2.6.3", "typescript": "^5.8.3" }, "private": true }