Add blog app scaffolding with remark plugins
This commit is contained in:
parent
9d9f213bbe
commit
0b8b50cf12
5 changed files with 84 additions and 0 deletions
18
apps/blog/package.json
Normal file
18
apps/blog/package.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "@ily/blog",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "astro dev --port 4322",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^5.16.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"remark-directive": "^3.0.0",
|
||||
"remark-gfm": "^4.0.0",
|
||||
"remark-slug": "^7.0.1",
|
||||
"remark-smartypants": "^3.0.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue