{
  "name": "@eventcatalogtest/studio",
  "version": "0.1.12",
  "type": "module",
  "description": "A drag and drop UI for distributed systems that keeps your diagrams where they belong – in your repo",
  "bin": {
    "eventcatalog-studio": "bin/cli.js"
  },
  "files": [
    "bin/",
    ".next/standalone/",
    ".next/static/",
    ".next/server/",
    ".next/*.json",
    "app/",
    "components/",
    "lib/",
    "modals/",
    "stores/",
    "templates/",
    "utils/",
    "public/",
    "scripts/",
    "next.config.ts",
    "postcss.config.js",
    "tsconfig.json",
    ".npmrc"
  ],
  "keywords": [
    "eventcatalog",
    "event-driven",
    "architecture",
    "ddd",
    "domain-driven-design"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/event-catalog/studio.git"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@monaco-editor/react": "^4.7.0",
    "@radix-ui/react-accordion": "^1.2.10",
    "@radix-ui/react-context-menu": "^2.2.14",
    "@radix-ui/react-dialog": "^1.1.13",
    "@radix-ui/react-dropdown-menu": "^2.1.15",
    "@radix-ui/react-menubar": "^1.1.14",
    "@radix-ui/react-popover": "^1.1.13",
    "@radix-ui/react-tabs": "^1.1.12",
    "@radix-ui/react-tooltip": "^1.2.7",
    "@rjsf/core": "6.0.0-beta.8",
    "@rjsf/utils": "6.0.0-beta.8",
    "@rjsf/validator-ajv8": "6.0.0-beta.8",
    "@xyflow/react": "^12.6.1",
    "elkjs": "^0.10.0",
    "fast-glob": "^3.3.3",
    "gray-matter": "^4.0.3",
    "html-to-image": "^1.11.13",
    "lucide-react": "^0.510.0",
    "mermaid": "^11.9.0",
    "nanoid": "^5.1.5",
    "next": "^15.3.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "react-hotkeys-hook": "^5.1.0",
    "react-resizable-panels": "^3.0.2",
    "short-unique-id": "^5.3.2",
    "slate": "^0.118.0",
    "slate-history": "^0.113.1",
    "slate-hyperscript": "^0.100.0",
    "slate-react": "^0.117.4",
    "slugify": "^1.6.6",
    "zod": "^4.0.14",
    "zustand": "^5.0.4",
    "@eventcatalog/visualizer": "0.0.5"
  },
  "devDependencies": {
    "@eslint/js": "^9.26.0",
    "@next/eslint-plugin-next": "^15.3.0",
    "@tailwindcss/postcss": "^4.1.5",
    "@types/node": "^22.15.3",
    "@types/react": "^19.1.0",
    "@types/react-dom": "^19.1.1",
    "autoprefixer": "^10.4.20",
    "eslint": "^9.26.0",
    "eslint-config-prettier": "^10.1.1",
    "eslint-plugin-only-warn": "^1.1.0",
    "eslint-plugin-react": "^7.37.4",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-turbo": "^2.5.0",
    "globals": "^16.1.0",
    "postcss": "^8.5.3",
    "tailwindcss": "^4.1.5",
    "typescript": "5.8.2",
    "typescript-eslint": "^8.32.0"
  },
  "scripts": {
    "dev": "next dev --port 3001 --turbopack",
    "build": "next build && node scripts/copy-templates.js",
    "start": "next start",
    "lint": "next lint --max-warnings 0",
    "check-types": "tsc --noEmit"
  }
}