mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 01:14:23 +08:00
20 lines
395 B
JSON
20 lines
395 B
JSON
{
|
|
"name": "supabase-slack-clone-basic",
|
|
"version": "0.1.1",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"export": "next export",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@supabase/supabase-js": "^1.1.2",
|
|
"next": "latest",
|
|
"react": "^16.7.0",
|
|
"react-dom": "^16.7.0",
|
|
"sass": "^1.26.2",
|
|
"tailwindcss": "^1.1.4"
|
|
}
|
|
}
|