blog/package.json

17 lines
311 B
JSON
Raw Normal View History

2024-07-03 02:35:01 +00:00
{
"name": "blog",
"scripts": {
"dev": "bun run --hot src/index.tsx"
},
"dependencies": {
"@types/yaml-front-matter": "^4.1.3",
"hono": "^4.4.13",
"marked": "^13.0.2",
2024-07-03 02:35:01 +00:00
"remark": "^15.0.1",
"yaml-front-matter": "^4.1.1"
},
"devDependencies": {
"@types/bun": "latest"
}
}