Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .zed/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"languages": {
"CSS": {
"language_servers": ["tailwindcss-intellisense-css", "!vscode-css-language-server", "..."]
}
}
}
4 changes: 2 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This is a content-driven website with three types of content:
- TypeScript.
- Zod (for schemas and validation).
- TailwindCSS v4 and `tailwind-merge`.
- `@skeletonlabs/skeleton` v4.
- `@skeletonlabs/skeleton` v5.
- Mdsvex for authoring posts and notes.
- Content Collections for the content pipeline.
- Private package `@maiertech/sveltekit-helpers` for reusable components, Zod schemas and types.
Expand All @@ -25,7 +25,7 @@ This is a content-driven website with three types of content:

- Prefer TailwindCSS in combination with `tailwind-merge` for styling. You can use plain CSS inside
Svelte's `<style>` tag for complex styles.
- Follow the best practices for Skeleton v4 as outlined in https://v4.skeleton.dev/llms-svelte.txt.
- Follow the best practices for Skeleton v5 as outlined in https://www.skeleton.dev/llms-svelte.txt.
- Comments always end with a period.

## Authoring
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,38 +21,38 @@
"@eslint/js": "^10.0.1",
"@fontsource/lexend": "^5.3.0",
"@fontsource/spectral": "^5.3.0",
"@lucide/svelte": "^1.27.0",
"@maiertech/sveltekit-helpers": "^0.54.0",
"@playwright/test": "^1.62.0",
"@skeletonlabs/skeleton": "^4.15.2",
"@skeletonlabs/skeleton-svelte": "^4.15.2",
"@lucide/svelte": "^1.28.0",
"@maiertech/sveltekit-helpers": "^0.55.0",
"@playwright/test": "^1.62.1",
"@skeletonlabs/skeleton": "^5.0.0",
"@skeletonlabs/skeleton-svelte": "^5.0.0",
"@stackblitz/sdk": "^1.11.1",
"@sveltejs/adapter-node": "^5.5.7",
"@sveltejs/enhanced-img": "^0.11.0",
"@sveltejs/kit": "^2.70.1",
"@sveltejs/kit": "^2.70.2",
"@sveltejs/vite-plugin-svelte": "^7.2.0",
"@tailwindcss/vite": "^4.3.3",
"@types/node": "^26.1.1",
"@types/node": "^26.1.2",
"d3-array": "^3.2.4",
"dotenv": "^17.4.2",
"eslint": "^10.8.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.22.0",
"globals": "^17.7.0",
"globals": "^17.8.0",
"mdsvex": "^0.12.8",
"prettier": "^3.9.6",
"prettier-plugin-svelte": "^4.1.1",
"prettier-plugin-tailwindcss": "^0.8.1",
"shiki": "^4.3.1",
"simple-icons": "^16.27.0",
"shiki": "^4.4.1",
"simple-icons": "^16.27.1",
"svelte": "^5.56.8",
"svelte-check": "^4.7.3",
"svelte-check": "^4.7.4",
"sveltekit-embed": "^0.0.22",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.65.0",
"vite": "^8.1.5",
"vite": "^8.2.0",
"zod": "^4.4.3"
}
}
Loading