mirror of
https://github.com/supabase/supabase.git
synced 2026-06-22 03:02:48 +08:00
22 lines
482 B
JSON
22 lines
482 B
JSON
{
|
|
"name": "supabase-slack-clone-basic",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@supabase/realtime-js": "^0.1.6",
|
|
"@supabase/supabase-js": "^0.1.16",
|
|
"@zeit/next-sass": "^1.0.0",
|
|
"next": "latest",
|
|
"next-compose-plugins": "^2.2.0",
|
|
"node-sass": "^4.13.1",
|
|
"react": "^16.7.0",
|
|
"react-dom": "^16.7.0",
|
|
"tailwindcss": "^1.1.4"
|
|
}
|
|
}
|