{
  "name": "@tryghost/comments-ui",
  "version": "1.4.6",
  "license": "MIT",
  "repository": "https://github.com/TryGhost/Ghost",
  "author": "Ghost Foundation",
  "unpkg": "umd/comments-ui.umd.js",
  "files": [
    "umd/",
    "LICENSE",
    "README.md"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "dev": "concurrently \"pnpm preview --host -l silent\" \"pnpm build:watch\"",
    "dev:test": "vite build && vite preview --port 7175",
    "build": "vite build",
    "build:watch": "vite build --watch",
    "preview": "vite preview",
    "test": "pnpm test:unit && pnpm test:e2e",
    "test:unit": "vitest run --coverage",
    "test:e2e": "NODE_OPTIONS='--experimental-specifier-resolution=node --no-warnings' VITE_TEST=true playwright test",
    "test:slowmo": "TIMEOUT=100000 PLAYWRIGHT_SLOWMO=1000 pnpm test:e2e --headed",
    "test:e2e:full": "ALL_BROWSERS=1 pnpm test:e2e",
    "lint": "eslint src --ext .js,.ts,.jsx,.tsx --cache",
    "preship": "pnpm lint",
    "ship": "node ../../.github/scripts/release-apps.js",
    "prepublishOnly": "pnpm build"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "dependencies": {
    "@doist/react-interpolate": "2.2.1",
    "@headlessui/react": "1.7.19",
    "@tiptap/core": "2.26.3",
    "@tiptap/extension-blockquote": "2.26.3",
    "@tiptap/extension-document": "2.26.3",
    "@tiptap/extension-hard-break": "2.26.3",
    "@tiptap/extension-link": "2.26.3",
    "@tiptap/extension-paragraph": "2.26.3",
    "@tiptap/extension-placeholder": "2.26.3",
    "@tiptap/extension-text": "2.26.3",
    "@tiptap/pm": "2.26.3",
    "@tiptap/react": "2.26.3",
    "@tryghost/debug": "0.1.40",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-string-replace": "1.1.1"
  },
  "devDependencies": {
    "@playwright/test": "1.59.1",
    "@testing-library/jest-dom": "5.17.0",
    "@testing-library/react": "12.1.5",
    "@testing-library/user-event": "14.6.1",
    "@tryghost/i18n": "workspace:*",
    "@vitejs/plugin-react": "4.7.0",
    "@vitest/coverage-v8": "0.34.6",
    "autoprefixer": "10.4.21",
    "bson-objectid": "2.0.4",
    "concurrently": "8.2.2",
    "eslint": "catalog:",
    "eslint-plugin-i18next": "6.1.3",
    "eslint-plugin-react-hooks": "4.6.2",
    "eslint-plugin-react-refresh": "0.4.24",
    "eslint-plugin-tailwindcss": "3.18.2",
    "jsdom": "28.1.0",
    "moment": "2.30.1",
    "postcss": "8.5.6",
    "sinon": "^21.1.1",
    "tailwindcss": "3.4.18",
    "vite": "5.4.21",
    "vite-plugin-css-injected-by-js": "3.5.2",
    "vite-plugin-svgr": "3.3.0",
    "vitest": "1.6.1"
  }
}
