feat: package.json & gitignore

This commit is contained in:
Lewis Wynne 2026-01-23 00:51:05 +00:00
parent cd7914dc4e
commit 8a09357036
2 changed files with 7 additions and 1 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
node_modules
dist
.astro
.vercel
pnpm-lock.yaml

View file

@ -13,6 +13,7 @@
"remark-directive": "^3.0.0", "remark-directive": "^3.0.0",
"remark-gfm": "^4.0.0", "remark-gfm": "^4.0.0",
"remark-slug": "^7.0.1", "remark-slug": "^7.0.1",
"remark-smartypants": "^3.0.2" "remark-smartypants": "^3.0.2",
"unist-util-visit": "^5.1.0"
} }
} }