{
  "name": "@lacneu/atrium",
  "version": "0.75.3",
  "description": "Atrium — public, self-hostable, Convex-backed web chat UI for AI agent gateways (OpenClaw today, Hermes next). Ships an origin-agnostic static bundle (Convex URL injected at runtime via /config.json).",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lacneu/atrium.git"
  },
  "homepage": "https://github.com/lacneu/atrium#readme",
  "bugs": {
    "url": "https://github.com/lacneu/atrium/issues"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "vite",
    "dev:convex": "convex dev",
    "build": "vite build",
    "paraglide:compile": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide --emit-ts-declarations --strategy localStorage baseLocale",
    "typecheck:convex": "tsc --noEmit -p convex",
    "typecheck": "npm run paraglide:compile && tsc --noEmit && npm run typecheck:convex",
    "test": "npm run paraglide:compile && npm run i18n:check && vitest run",
    "i18n:check": "npm run i18n:check-parity && npm run i18n:check-literals",
    "i18n:check-parity": "node scripts/i18n-check-parity.mjs",
    "i18n:check-literals": "node scripts/i18n-check-literals.mjs",
    "preview": "vite preview"
  },
  "dependencies": {
    "@assistant-ui/react": "^0.14.23",
    "@assistant-ui/react-streamdown": "^0.3.4",
    "@auth/core": "0.41.3",
    "@convex-dev/auth": "0.0.94",
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/modifiers": "^9.0.0",
    "@dnd-kit/sortable": "^10.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@inlang/paraglide-js": "^2.18.2",
    "@tailwindcss/vite": "^4.3.0",
    "@tanstack/react-router": "^1.170.11",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "convex": "1.42.3",
    "lucide-react": "^1.17.0",
    "pdfjs-dist": "^6.1.200",
    "radix-ui": "^1.4.3",
    "react": "^19.2.6",
    "react-dom": "^19.2.6",
    "remark-gfm": "^4.0.1",
    "tailwind-merge": "^3.6.0",
    "tailwindcss": "^4.3.0",
    "tw-animate-css": "^1.4.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@edge-runtime/vm": "^5.0.0",
    "@tanstack/react-router-devtools": "^1.167.0",
    "@types/node": "^25.9.1",
    "@types/react": "^19.2.15",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^6.0.2",
    "ajv": "^8.20.0",
    "convex-test": "^0.0.53",
    "shadcn": "^4.10.0",
    "typescript": "^6.0.3",
    "vite": "^8.0.14",
    "vitest": "^4.1.8"
  }
}
