feat: package.json & gitignore
This commit is contained in:
parent
cd7914dc4e
commit
8a09357036
2 changed files with 7 additions and 1 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
node_modules
|
||||
dist
|
||||
.astro
|
||||
.vercel
|
||||
pnpm-lock.yaml
|
||||
|
|
@ -13,6 +13,7 @@
|
|||
"remark-directive": "^3.0.0",
|
||||
"remark-gfm": "^4.0.0",
|
||||
"remark-slug": "^7.0.1",
|
||||
"remark-smartypants": "^3.0.2"
|
||||
"remark-smartypants": "^3.0.2",
|
||||
"unist-util-visit": "^5.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue