{ "name": "isms-tool", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "check:guards": "tsx scripts/check-module-guards.ts", "prebuild": "tsx scripts/check-module-guards.ts", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@base-ui/react": "^1.6.0", "@dagrejs/dagre": "^3.0.0", "@dnd-kit/core": "^6.3.1", "@node-rs/argon2": "^2.0.2", "@prisma/adapter-pg": "^7.8.0", "@prisma/client": "^7.8.0", "@xyflow/react": "^12.11.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "dotenv": "^17.4.2", "handlebars": "^4.7.9", "html-to-image": "^1.11.13", "lucide-react": "^1.23.0", "marked": "^18.0.5", "next": "16.2.10", "next-auth": "^5.0.0-beta.31", "next-intl": "^4.13.1", "react": "19.2.4", "react-dom": "19.2.4", "shadcn": "^4.12.0", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.4.0", "zod": "^4.4.3" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.2.10", "prisma": "^7.8.0", "tailwindcss": "^4", "tsx": "^4.22.4", "typescript": "^5" } }