blog/package.json

19 lines
377 B
JSON
Raw Permalink 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",
2024-08-01 02:24:23 +00:00
"highlight.js": "^11.10.0",
"hono": "^4.4.13",
"marked": "^13.0.2",
2024-08-01 02:24:23 +00:00
"marked-highlight": "^2.1.3",
2024-07-03 02:35:01 +00:00
"remark": "^15.0.1",
"yaml-front-matter": "^4.1.1"
},
"devDependencies": {
"@types/bun": "latest"
}
}