mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
27 lines
655 B
JSON
27 lines
655 B
JSON
{
|
|
"name": "@stackframe/example-supabase",
|
|
"version": "2.8.34",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbo --port 8115",
|
|
"clean": "rimraf .next && rimraf node_modules",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@stackframe/stack": "workspace:*",
|
|
"@supabase/ssr": "latest",
|
|
"@supabase/supabase-js": "latest",
|
|
"jose": "^5.2.2",
|
|
"next": "^14.2.5",
|
|
"react": "^18.3.0",
|
|
"react-dom": "^18.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.17.6",
|
|
"@types/react": "link:@types/react@18.3.12",
|
|
"@types/react-dom": "^18.3.12",
|
|
"typescript": "5.3.3"
|
|
}
|
|
}
|