{ "name": "@automattic/design-preview", "version": "1.0.0", "description": "Design preview.", "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/design-preview" }, "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/design-picker": "workspace:^", "@automattic/global-styles": "workspace:^", "@automattic/i18n-utils": "workspace:^", "@automattic/onboarding": "workspace:^", "@wordpress/components": "^29.9.0", "@wordpress/html-entities": "^4.23.0", "@wordpress/icons": "^10.23.0", "@wordpress/react-i18n": "^4.23.0", "clsx": "^2.1.1", "tslib": "^2.8.1" }, "devDependencies": { "@automattic/calypso-typescript-config": "workspace:^", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "react": "^18.3.1", "react-dom": "^18.3.1", "typescript": "^5.8.3" }, "peerDependencies": { "@wordpress/data": "^10.23.0", "@wordpress/element": "^6.23.0", "@wordpress/i18n": "^5.23.0", "debug": "^4.4.1", "react": "^18.3.1", "react-dom": "^18.3.1", "redux": "^5.0.1" }, "private": true }