Skip to content

Commit

Permalink
supabase
Browse files Browse the repository at this point in the history
  • Loading branch information
Liry24 committed Dec 3, 2024
1 parent 1229b82 commit efce39b
Show file tree
Hide file tree
Showing 10 changed files with 11,275 additions and 351 deletions.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"denoland.vscode-deno"
]
}
20 changes: 20 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"deno.enable": true,
"deno.enablePaths": ["supabase/functions"],
"deno.lint": true,
"deno.unstable": [
"bare-node-builtins",
"byonm",
"sloppy-imports",
"unsafe-proto",
"webgpu",
"broadcast-channel",
"worker-options",
"cron",
"kv",
"ffi",
"fs",
"http",
"net"
]
}
10,912 changes: 10,848 additions & 64 deletions deno.lock

Large diffs are not rendered by default.

102 changes: 100 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,22 @@
"@vueuse/nuxt": "^12.0.0",
"eslint-plugin-prettier": "^5.2.1",
"nuxt": "^3.14.1592",
"prettier": "^3.4.1"
"prettier": "^3.4.1",
"supabase": "^1.226.3"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.701.0",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.46.2",
"@vercel/edge-config": "^1.4.0",
"@yeger/vue-masonry-wall": "^5.0.16",
"budoux": "^0.6.3",
"date-fns": "^4.1.0",
"discordeno": "^20.0.0",
"marked": "^15.0.3",
"radix-vue": "^1.9.10",
"sanitize-html": "^2.13.1",
"sharp": "^0.33.5",
"supabase": "^1.207.9",
"tailwind-merge": "^2.5.5",
"tailwind-variants": "^0.3.0",
"zod": "^3.23.8"
Expand Down
Loading

0 comments on commit efce39b

Please sign in to comment.