diff --git a/.prettierrc b/.prettierrc index 8bc6e86..d173948 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,8 +1,18 @@ { - "useTabs": true, - "singleQuote": true, - "trailingComma": "none", - "printWidth": 100, - "plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"], - "overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }] -} + "tabWidth": 4, + "singleQuote": true, + "trailingComma": "none", + "printWidth": 100, + "plugins": [ + "prettier-plugin-svelte", + "prettier-plugin-tailwindcss" + ], + "overrides": [ + { + "files": "*.svelte", + "options": { + "parser": "svelte" + } + } + ] +} \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index 58960aa..9931be6 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 2f95a54..9c2defb 100644 --- a/package.json +++ b/package.json @@ -35,8 +35,17 @@ }, "type": "module", "dependencies": { + "axios": "^1.6.8", + "bits-ui": "^0.21.7", "clsx": "^2.1.1", + "formsnap": "^1.0.0", + "lucide-svelte": "^0.378.0", + "mode-watcher": "^0.3.0", + "svelte-persisted-store": "^0.9.2", + "svelte-sonner": "^0.3.24", + "sveltekit-superforms": "^2.13.1", "tailwind-merge": "^2.3.0", - "tailwind-variants": "^0.2.1" + "tailwind-variants": "^0.2.1", + "zod": "^3.23.8" } } diff --git a/src/app.d.ts b/src/app.d.ts index 743f07b..d1b0cb7 100644 --- a/src/app.d.ts +++ b/src/app.d.ts @@ -1,13 +1,13 @@ // See https://kit.svelte.dev/docs/types#app // for information about these interfaces declare global { - namespace App { - // interface Error {} - // interface Locals {} - // interface PageData {} - // interface PageState {} - // interface Platform {} - } + namespace App { + // interface Error {} + // interface Locals {} + // interface PageData {} + // interface PageState {} + // interface Platform {} + } } -export {}; +export { }; diff --git a/src/app.html b/src/app.html index 77a5ff5..257c68a 100644 --- a/src/app.html +++ b/src/app.html @@ -1,12 +1,28 @@ + + -
- - - - %sveltekit.head% - - -