{ "name": "dashboard", "version": "0.1.0", "private": true, "packageManager": "bun@1.3.4", "scripts": { "dev": "next dev --port 3001", "build": "next build", "start": "next start", "lint": "eslint", "test": "bunx playwright test", "test:ui": "bunx playwright test --ui" }, "dependencies": { "@radix-ui/react-slot": "^1.2.4", "@types/prismjs": "^1.26.5", "@types/react-syntax-highlighter": "^15.5.13", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "framer-motion": "^12.23.26", "lucide-react": "^0.561.0", "next": "16.0.10", "prismjs": "^1.30.0", "react": "19.2.1", "react-dom": "19.2.1", "react-markdown": "^10.1.0", "react-simple-code-editor": "^0.14.1", "react-syntax-highlighter": "^16.1.0", "recharts": "^3.6.0", "remark-gfm": "^4.0.1", "sonner": "^2.0.7", "swr": "^2.3.8", "tailwind-merge": "^3.4.0", "xterm": "^5.3.0", "xterm-addon-fit": "^0.8.0", "zod": "^4.2.0" }, "devDependencies": { "@playwright/test": "^1.57.0", "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "19.2.7", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.0.10", "sharp": "^0.34.5", "tailwindcss": "^4", "typescript": "^5" } }