Skip to content
Open
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
280 changes: 216 additions & 64 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "npm run sync-authors && vite dev",
"dev": "vite dev",
"build": "npm run sync-authors && vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
Expand Down Expand Up @@ -34,9 +34,11 @@
"vite": "^6.2.6"
},
"dependencies": {
"iconoir": "^7.11.0",
"bits-ui": "^2.18.1",
"dompurify": "^3.4.5",
"gray-matter": "^4.0.3",
"posthog-js": "^1.258.5",
"ical.js": "^2.2.0"
"ical.js": "^2.2.0",
"iconoir": "^7.11.0",
"posthog-js": "^1.258.5"
}
}
Loading