fix vercle 3

This commit is contained in:
RezHackXYZ 2025-05-17 14:12:52 +05:30
parent 63bd6cb8ef
commit 3ad30b476a
No known key found for this signature in database
2 changed files with 10 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ {
"useTabs": true, "useTabs": true,
"singleQuote": true, "singleQuote": false,
"trailingComma": "none", "trailingComma": "all",
"printWidth": 100, "printWidth": 100,
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"], "plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"overrides": [ "overrides": [
@ -11,5 +11,7 @@
"parser": "svelte" "parser": "svelte"
} }
} }
] ],
"tabWidth": 4,
"svelteAllowShorthand": true
} }

View file

@ -15,7 +15,9 @@
"@sveltejs/adapter-auto": "^4.0.0", "@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/kit": "^2.16.0", "@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0", "@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/postcss": "^4.1.6",
"@tailwindcss/vite": "^4.0.0", "@tailwindcss/vite": "^4.0.0",
"autoprefixer": "^10.4.21",
"eslint-config-prettier": "^10.0.1", "eslint-config-prettier": "^10.0.1",
"prettier": "^3.4.2", "prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3", "prettier-plugin-svelte": "^3.3.3",
@ -23,5 +25,8 @@
"svelte": "^5.0.0", "svelte": "^5.0.0",
"tailwindcss": "^4.0.0", "tailwindcss": "^4.0.0",
"vite": "^6.0.0" "vite": "^6.0.0"
},
"dependencies": {
"@supabase/supabase-js": "^2.49.4"
} }
} }