Proto-to-Prod

This commit is contained in:
Pen Anderson 2026-05-26 11:52:32 -05:00
parent 82a8a6a21a
commit 5cabc31d37
63 changed files with 3783 additions and 602 deletions

View file

@ -9,6 +9,14 @@
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@fontsource/bebas-neue": "^5.1.0",
"@fontsource/cantarell": "^5.1.0",
"@fontsource/cormorant-garamond": "^5.1.0",
"@fontsource/inspiration": "^5.1.0",
"@fontsource/oswald": "^5.1.0",
"@fontsource/playwrite-de-sas": "^5.1.0"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.7.0",