{ "name": "frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint", "typecheck": "tsc --noEmit", "test": "vitest run" }, "dependencies": { "@clerk/nextjs": "^7.5.0", "@tanstack/react-query": "^5.101.0", "@xterm/addon-fit": "^0.10.0", "@xterm/xterm": "^5.5.0", "@xyflow/react": "^12.11.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "geist": "^1.7.2", "github-slugger": "^2.0.0", "lucide-react": "^1.17.0", "next": "16.2.9", "nuqs": "^2.8.9", "react": "19.2.4", "react-dom": "19.2.4", "react-markdown": "^10.1.0", "rehype-slug": "^6.0.0", "remark-gfm": "^4.0.1", "tailwind-merge": "^3.6.0", "three": "^0.169.0", "zod": "^4.4.3" }, "devDependencies": { "@axe-core/playwright": "^4.11.3", "@playwright/test": "^1.61.1", "@tailwindcss/postcss": "^4", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "@types/three": "^0.169.0", "@vitejs/plugin-react": "^6.0.2", "eslint": "^9", "eslint-config-next": "16.2.9", "happy-dom": "^20.10.2", "tailwindcss": "^4", "typescript": "^5", "vitest": "^4.1.8" } }