{
  "name": "@tryghost/portal",
  "type": "module",
  "version": "2.69.41",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/TryGhost/Ghost"
  },
  "author": "Ghost Foundation",
  "files": [
    "umd/",
    "LICENSE",
    "README.md"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@doist/react-interpolate": "2.2.2",
    "@eslint/js": "9.39.4",
    "@sentry/react": "7.120.4",
    "@testing-library/jest-dom": "6.9.1",
    "@testing-library/react": "12.1.5",
    "@testing-library/user-event": "14.6.1",
    "@vitejs/plugin-react": "4.7.0",
    "@vitest/coverage-v8": "4.1.9",
    "concurrently": "10.0.3",
    "cross-fetch": "4.1.0",
    "dompurify": "3.4.11",
    "eslint": "9.39.4",
    "eslint-plugin-ghost": "3.5.0",
    "eslint-plugin-i18next": "6.1.5",
    "eslint-plugin-react": "7.37.5",
    "globals": "17.7.0",
    "jsdom": "29.1.1",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "typescript-eslint": "8.58.0",
    "vite": "7.3.2",
    "vite-plugin-svgr": "4.5.0",
    "vitest": "4.1.9",
    "@tryghost/i18n": "0.0.0"
  },
  "dependencies": {
    "@tryghost/debug": "2.2.3"
  },
  "nx": {
    "tags": [
      "i18n",
      "public-app"
    ]
  },
  "scripts": {
    "dev": "vite build --watch --mode development",
    "build": "vite build",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:ci": "pnpm test --coverage",
    "test:unit": "pnpm test:ci",
    "lint:code": "eslint src test --cache",
    "lint:types": "tsc --noEmit",
    "lint": "pnpm lint:code && pnpm lint:types",
    "preship": "pnpm lint",
    "ship": "node ../../.github/scripts/release-apps.js"
  }
}