|
21 | 21 | "@sveltejs/adapter-vercel": "^5.5.3", |
22 | 22 | "@sveltejs/kit": "^2.16.1", |
23 | 23 | "@sveltejs/vite-plugin-svelte": "^5.0.3", |
| 24 | + "@tailwindcss/vite": "^4.0.5", |
24 | 25 | "@tanstack/table-core": "^8.20.5", |
25 | 26 | "@total-typescript/ts-reset": "^0.6.1", |
26 | 27 | "@unovis/svelte": "^1.5.0", |
27 | 28 | "@vercel/speed-insights": "^1.1.0", |
28 | | - "autoprefixer": "^10.4.20", |
29 | 29 | "bits-ui": "1.0.0-next.84", |
30 | 30 | "clsx": "^2.1.1", |
31 | 31 | "eslint": "^9.19.0", |
|
35 | 35 | "husky": "^9.1.7", |
36 | 36 | "lucide-svelte": "^0.474.0", |
37 | 37 | "mode-watcher": "^0.5.1", |
38 | | - "postcss": "^8.5.1", |
39 | | - "postcss-import": "^16.1.0", |
40 | | - "postcss-load-config": "^6.0.1", |
41 | 38 | "prettier": "^3.4.2", |
42 | 39 | "prettier-plugin-svelte": "^3.3.3", |
43 | 40 | "prettier-plugin-tailwindcss": "^0.6.11", |
44 | 41 | "svelte": "^5.19.6", |
45 | 42 | "svelte-check": "^4.1.4", |
46 | 43 | "svelte-dnd-action": "^0.9.56", |
47 | 44 | "svelte-sonner": "^0.3.28", |
48 | | - "tailwind-merge": "^2.6.0", |
| 45 | + "tailwind-merge": "^3.0.1", |
49 | 46 | "tailwind-variants": "^0.3.1", |
50 | | - "tailwindcss": "^3.4.17", |
51 | | - "tailwindcss-3d": "^1.0.7", |
| 47 | + "tailwindcss": "^4.0.5", |
52 | 48 | "tailwindcss-animate": "^1.0.7", |
53 | 49 | "tslib": "^2.8.1", |
54 | 50 | "typescript": "^5.7.3", |
|
59 | 55 | "pnpm": { |
60 | 56 | "onlyBuiltDependencies": [ |
61 | 57 | "@vercel/speed-insights", |
62 | | - "esbuild" |
| 58 | + "esbuild", |
| 59 | + "maplibre-gl" |
63 | 60 | ] |
64 | 61 | }, |
65 | 62 | "type": "module", |
|
0 commit comments