{ "name": "web", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@supabase/supabase-js": "^2.99.3", "@tailwindcss/postcss": "^4.2.2", "@types/node": "^25.5.0", "@types/react": "^19.2.14", "gray-matter": "^4.0.3", "next": "^16.2.1", "next-mdx-remote": "^6.0.0", "postcss": "^8.5.8", "react": "^19.2.4", "react-dom": "^19.2.4", "tailwindcss": "^4.2.2", "typescript": "^5.9.3" } }