mirror of
https://github.com/supabase/supabase.git
synced 2026-07-03 02:34:22 +08:00
27 lines
602 B
JSON
27 lines
602 B
JSON
{
|
|
"name": "full-nextjs-auth-helpers",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@supabase/auth-helpers-nextjs": "^0.7.1",
|
|
"@supabase/supabase-js": "^2.26.0",
|
|
"@types/node": "^20.2.3",
|
|
"@types/react": "^18.2.6",
|
|
"@types/react-dom": "^18.2.4",
|
|
"eslint": "^8.41.0",
|
|
"next": "^13.4.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-next": "^13.4.3"
|
|
}
|
|
}
|