{ "name": "mission-control", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 3001", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@react-oauth/google": "^0.13.4", "@supabase/ssr": "^0.8.0", "@supabase/supabase-js": "^2.97.0", "@types/react-syntax-highlighter": "^15.5.13", "better-sqlite3": "^12.6.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^4.1.0", "glob": "^13.0.6", "googleapis": "^171.4.0", "lucide-react": "^0.575.0", "next": "16.1.6", "radix-ui": "^1.4.3", "react": "19.2.3", "react-dom": "19.2.3", "react-markdown": "^10.1.0", "react-syntax-highlighter": "^16.1.0", "recharts": "^3.7.0", "remark-gfm": "^4.0.1", "rimraf": "^6.0.0", "tailwind-merge": "^3.5.0", "zustand": "^5.0.11" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/better-sqlite3": "^7.6.13", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^10.0.1", "eslint-config-next": "^0.2.4", "shadcn": "^3.8.5", "tailwindcss": "^4", "tw-animate-css": "^1.4.0", "typescript": "^5" } }