astro/package.json

26 lines
583 B
JSON
Raw Normal View History

2025-01-20 04:21:07 +00:00
{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/db": "^0.14.5",
"@astrojs/node": "^9.0.1",
"@astrojs/rss": "^4.0.11",
"astro": "^5.1.7",
"astro-breadcrumbs": "^3.3.1",
2025-01-27 07:12:04 +00:00
"dayjs": "^1.11.13",
2025-01-20 04:21:07 +00:00
"markdown-it": "^14.1.0",
"sanitize-html": "^2.14.0"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.10.7",
"@types/sanitize-html": "^2.13.0"
}
}