{ "name": "@stackframe/example-supabase", "version": "2.6.22", "private": true, "scripts": { "dev": "next dev --port 8115", "build": "next build", "start": "next start" }, "dependencies": { "@stackframe/stack": "workspace:*", "@supabase/ssr": "latest", "@supabase/supabase-js": "latest", "jose": "^5.2.2", "next": "latest", "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { "@types/node": "20.10.6", "@types/react": "18.2.46", "@types/react-dom": "18.2.18", "typescript": "5.3.3" } }