mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-28 16:20:34 +08:00
24 lines
581 B
JSON
24 lines
581 B
JSON
{
|
|
"name": "website",
|
|
"homepage": "http://projects.laion.ai.github.io/Open-Chat-GPT",
|
|
"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.5.2",
|
|
"@supabase/auth-helpers-react": "^0.3.1",
|
|
"@supabase/auth-ui-react": "^0.2.6",
|
|
"@supabase/supabase-js": "^2.1.4",
|
|
"eslint": "8.29.0",
|
|
"eslint-config-next": "13.0.6",
|
|
"next": "13.0.6",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
}
|
|
}
|