{
  "name": "@emdash-cms/admin",
  "version": "0.31.1",
  "description": "Admin UI for EmDash CMS",
  "type": "module",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./styles.css": "./dist/styles.css",
    "./locales": {
      "types": "./dist/locales/index.d.ts",
      "default": "./dist/locales/index.js"
    },
    "./locales/*": "./dist/locales/*"
  },
  "dependencies": {
    "@atcute/identity-resolver": "^2.0.0",
    "@atcute/lexicons": "^2.0.0",
    "@cloudflare/kumo": "2.6.0",
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/sortable": "^10.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@floating-ui/react": "^0.27.16",
    "@lingui/core": "^5.9.4",
    "@lingui/react": "^5.9.4",
    "@phosphor-icons/react": "^2.1.10",
    "@tanstack/react-query": "5.90.21",
    "@tanstack/react-router": "1.163.2",
    "@tiptap/core": "^3.20.0",
    "@tiptap/extension-character-count": "^3.20.0",
    "@tiptap/extension-code-block": "^3.20.0",
    "@tiptap/extension-collaboration": "^3.20.0",
    "@tiptap/extension-drag-handle": "^3.20.0",
    "@tiptap/extension-drag-handle-react": "^3.20.0",
    "@tiptap/extension-dropcursor": "^3.20.0",
    "@tiptap/extension-focus": "^3.20.0",
    "@tiptap/extension-link": "^3.20.0",
    "@tiptap/extension-node-range": "^3.20.0",
    "@tiptap/extension-placeholder": "^3.20.0",
    "@tiptap/extension-table": "^3.20.0",
    "@tiptap/extension-table-cell": "^3.20.0",
    "@tiptap/extension-table-header": "^3.20.0",
    "@tiptap/extension-table-row": "^3.20.0",
    "@tiptap/extension-text-align": "^3.20.0",
    "@tiptap/extension-typography": "^3.20.0",
    "@tiptap/extension-underline": "^3.20.0",
    "@tiptap/pm": "^3.20.0",
    "@tiptap/react": "^3.20.0",
    "@tiptap/starter-kit": "^3.20.0",
    "@tiptap/y-tiptap": "^3.0.5",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "dompurify": "^3.3.2",
    "marked": "^17.0.3",
    "react-hotkeys-hook": "^5.2.4",
    "tailwind-merge": "^3.3.0",
    "y-protocols": "^1.0.7",
    "yjs": "^13.6.0",
    "@emdash-cms/blocks": "0.31.1",
    "@emdash-cms/plugin-types": "0.3.0",
    "@emdash-cms/registry-client": "0.3.4",
    "@emdash-cms/registry-lexicons": "0.3.0"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.2",
    "@babel/core": "^7.29.7",
    "@lingui/babel-plugin-lingui-macro": "^5.9.4",
    "@lingui/cli": "^5.9.4",
    "@lingui/macro": "^5.9.4",
    "@tailwindcss/cli": "^4.3.3",
    "@tailwindcss/typography": "^0.5.20",
    "@testing-library/react": "^16.3.0",
    "@tiptap/suggestion": "^3.20.0",
    "@types/react": "19.2.14",
    "@types/react-dom": "19.2.3",
    "@vitejs/plugin-react": "^4.6.0",
    "@vitest/browser-playwright": "^4.1.10",
    "jsdom": "^26.1.0",
    "playwright": "^1.61.1",
    "publint": "0.3.17",
    "tailwindcss": "^4.1.10",
    "tsdown": "0.20.3",
    "typescript": "^6.0.3",
    "vite": "^7.0.0",
    "vitest": "^4.1.5",
    "vitest-browser-react": "^2.2.0"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emdash-cms/emdash.git",
    "directory": "packages/admin"
  },
  "homepage": "https://github.com/emdash-cms/emdash",
  "keywords": [
    "astro",
    "cms",
    "admin",
    "react"
  ],
  "author": "Matt Kane",
  "license": "MIT",
  "scripts": {
    "build": "node --run locale:compile && tsdown && node --run locale:copy && npx @tailwindcss/cli -i src/styles.css -o dist/styles.css --minify",
    "dev": "tsdown src/index.ts --format esm --dts --watch",
    "check": "publint && attw --pack --ignore-rules=cjs-resolves-to-esm --ignore-rules=no-resolution",
    "test": "vitest",
    "typecheck": "tsgo --noEmit",
    "locale:compile": "lingui compile --namespace es",
    "locale:copy": "node ./scripts/copy-locales.js",
    "locale:extract": "lingui extract --clean"
  }
}