{ "name": "@automattic/domains-table", "version": "1.0.0", "description": "Component and hooks for displaying users domains in a table.", "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" }, "./src/*": { "calypso:src": "./src/*" } }, "sideEffects": [ "*.css", "*.scss" ], "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/domains-table" }, "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", "prepack": "yarn run clean && yarn run build", "watch": "tsc --build ./tsconfig.json --watch" }, "dependencies": { "@automattic/calypso-config": "workspace:^", "@automattic/components": "workspace:^", "@automattic/data-stores": "workspace:^", "@automattic/i18n-utils": "workspace:^", "@automattic/search": "workspace:^", "@automattic/typography": "workspace:^", "@automattic/urls": "workspace:^", "@automattic/viewport": "workspace:^", "@tanstack/react-query": "^5.15.5", "@wordpress/components": "^29.9.0", "@wordpress/react-i18n": "^4.23.0", "clsx": "^2.1.1", "react-intersection-observer": "^9.4.3" }, "devDependencies": { "@automattic/calypso-build": "workspace:^", "@automattic/calypso-typescript-config": "workspace:^", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "jest": "^29.7.0", "postcss": "^8.5.3", "react": "^18.3.1", "react-dom": "^18.3.1", "resize-observer-polyfill": "^1.5.1", "typescript": "^5.8.3", "webpack": "^5.99.8" }, "peerDependencies": { "@automattic/calypso-router": "workspace:^", "@wordpress/data": "^10.23.0", "@wordpress/i18n": "^5.23.0", "react": "^18.3.1", "react-dom": "^18.3.1" }, "private": true }