{
  "name": "@tryghost/signup-form",
  "version": "0.3.27",
  "license": "MIT",
  "repository": "https://github.com/TryGhost/Ghost",
  "author": "Ghost Foundation",
  "files": [
    "LICENSE",
    "README.md",
    "umd/"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@tryghost/debug": "2.2.0",
    "react": "18.3.1",
    "react-dom": "18.3.1"
  },
  "devDependencies": {
    "@playwright/test": "1.59.1",
    "@storybook/addon-docs": "10.3.5",
    "@storybook/addon-links": "10.3.5",
    "@storybook/react-vite": "10.3.5",
    "@tailwindcss/line-clamp": "0.4.4",
    "@types/react": "18.3.28",
    "@types/react-dom": "18.3.7",
    "@vitejs/plugin-react": "4.7.0",
    "autoprefixer": "10.4.21",
    "concurrently": "8.2.2",
    "eslint": "8.57.1",
    "eslint-plugin-tailwindcss": "3.18.2",
    "jsdom": "29.1.1",
    "postcss": "8.5.6",
    "postcss-import": "16.1.1",
    "storybook": "10.3.5",
    "tailwindcss": "3.4.18",
    "vite": "7.3.2",
    "vite-plugin-svgr": "4.5.0",
    "vitest": "4.1.5",
    "@tryghost/i18n": "0.0.0"
  },
  "nx": {
    "tags": [
      "i18n"
    ]
  },
  "scripts": {
    "dev": "concurrently --kill-others --names dev,preview,build \"vite --port 6173\" \"vite preview -l silent\" \"vite build --watch\"",
    "preview": "concurrently --kill-others --names preview,build \"vite preview -l silent\" \"vite build --watch\"",
    "dev:test": "vite build && vite preview --port 6175",
    "build": "tsc && vite build",
    "lint": "pnpm run lint:js",
    "lint:js": "eslint --ext .js,.ts,.cjs,.tsx --cache src test",
    "test:acceptance": "NODE_OPTIONS='--experimental-specifier-resolution=node --no-warnings' VITE_TEST=true playwright test",
    "test:acceptance:slowmo": "TIMEOUT=100000 PLAYWRIGHT_SLOWMO=100 pnpm test:acceptance --headed",
    "test:acceptance:full": "ALL_BROWSERS=1 pnpm test:acceptance",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "preship": "pnpm lint",
    "ship": "node ../../.github/scripts/release-apps.js"
  }
}