mirror of
https://github.com/supabase/supabase.git
synced 2026-06-21 02:56:05 +08:00
19 lines
367 B
JSON
19 lines
367 B
JSON
{
|
|
"name": "supabase-slack-clone-basic",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@supabase/supabase-js": "^0.1.27",
|
|
"next": "^9.3.0",
|
|
"react": "^16.7.0",
|
|
"react-dom": "^16.7.0",
|
|
"sass": "^1.26.2",
|
|
"tailwindcss": "^1.1.4"
|
|
}
|
|
}
|