| { | |
| "name": "@automattic/help-center", | |
| "version": "1.0.0", | |
| "description": "Help Center.", | |
| "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/help-center" | |
| }, | |
| "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/components": "workspace:^", | |
| "@automattic/i18n-utils": "workspace:^", | |
| "@automattic/odie-client": "workspace:^", | |
| "@automattic/viewport": "workspace:^", | |
| "@automattic/viewport-react": "workspace:^", | |
| "@automattic/zendesk-client": "workspace:^", | |
| "@popperjs/core": "^2.11.8", | |
| "@tanstack/react-query": "^5.15.5", | |
| "@wordpress/base-styles": "^5.23.0", | |
| "@wordpress/components": "^29.9.0", | |
| "@wordpress/i18n": "^5.23.0", | |
| "@wordpress/icons": "^10.23.0", | |
| "@wordpress/primitives": "^4.23.0", | |
| "clsx": "^2.1.1", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "react-draggable": "^4.4.6", | |
| "smooch": "5.6.0" | |
| }, | |
| "devDependencies": { | |
| "@automattic/calypso-color-schemes": "workspace:^", | |
| "@automattic/calypso-typescript-config": "workspace:^", | |
| "@types/smooch": "^5.3.7", | |
| "typescript": "^5.8.3" | |
| }, | |
| "peerDependencies": { | |
| "@automattic/calypso-router": "workspace:^", | |
| "@wordpress/data": "^10.23.0", | |
| "@wordpress/element": "^6.23.0", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "redux": "^5.0.1" | |
| }, | |
| "private": true | |
| } | |