|
16 | 16 | "test:unit": "vitest"
|
17 | 17 | },
|
18 | 18 | "devDependencies": {
|
| 19 | + "@iconify/svelte": "^3.1.6", |
19 | 20 | "@playwright/test": "^1.40.1",
|
20 | 21 | "@sveltejs/adapter-auto": "^3.0.1",
|
21 | 22 | "@sveltejs/adapter-vercel": "^4.0.3",
|
22 | 23 | "@sveltejs/kit": "^2.0.6",
|
23 | 24 | "@sveltejs/vite-plugin-svelte": "^3.0.1",
|
24 | 25 | "@tailwindcss/typography": "^0.5.10",
|
25 |
| - "@typescript-eslint/eslint-plugin": "^6.16.0", |
26 |
| - "@typescript-eslint/parser": "^6.16.0", |
| 26 | + "@typescript-eslint/eslint-plugin": "^6.17.0", |
| 27 | + "@typescript-eslint/parser": "^6.17.0", |
27 | 28 | "autoprefixer": "^10.4.16",
|
28 | 29 | "eslint": "^8.56.0",
|
29 | 30 | "eslint-config-prettier": "^9.1.0",
|
30 | 31 | "eslint-plugin-svelte": "^2.35.1",
|
31 |
| - "marked": "^11.1.0", |
32 | 32 | "postcss": "^8.4.32",
|
33 | 33 | "postcss-load-config": "^5.0.2",
|
34 | 34 | "prettier": "^3.1.1",
|
35 | 35 | "prettier-plugin-svelte": "^3.1.2",
|
36 | 36 | "prettier-plugin-tailwindcss": "^0.5.10",
|
37 |
| - "svelte": "5.0.0-next.27", |
| 37 | + "svelte": "4.2.8", |
38 | 38 | "svelte-check": "^3.6.2",
|
39 | 39 | "tailwindcss": "^3.4.0",
|
40 | 40 | "tslib": "^2.6.2",
|
41 | 41 | "typescript": "^5.3.3",
|
42 | 42 | "vite": "^5.0.10",
|
43 |
| - "vitest": "^1.1.0" |
| 43 | + "vitest": "^1.1.1" |
44 | 44 | },
|
45 | 45 | "dependencies": {
|
46 | 46 | "@11ty/eleventy-fetch": "^4.0.0",
|
47 |
| - "@niama/notion-tools": "^1.3.3", |
| 47 | + "@melt-ui/svelte": "^0.67.0", |
| 48 | + "@niama/notion-tools": "^1.5.1", |
| 49 | + "@sendgrid/mail": "^8.1.0", |
48 | 50 | "@total-typescript/ts-reset": "^0.5.1",
|
49 |
| - "bits-ui": "^0.11.8", |
50 |
| - "clsx": "^2.0.0", |
| 51 | + "bits-ui": "^0.13.0", |
| 52 | + "clsx": "^2.1.0", |
51 | 53 | "formsnap": "^0.4.2",
|
52 | 54 | "lucide-svelte": "^0.303.0",
|
53 | 55 | "sharp": "^0.33.1",
|
| 56 | + "svelte-turnstile": "^0.5.0", |
54 | 57 | "sveltekit-superforms": "^1.13.1",
|
55 | 58 | "tailwind-merge": "^2.2.0",
|
56 | 59 | "tailwind-variants": "^0.1.19",
|
|
0 commit comments