astro/package.json
2025-04-17 03:09:27 -04:00

29 lines
654 B
JSON

{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.5",
"@astrojs/rss": "^4.0.11",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.14.9",
"astro": "^5.6.1",
"astro-breadcrumbs": "^3.3.1",
"dayjs": "^1.11.13",
"markdown-it": "^14.1.0",
"node-html-parser": "^7.0.1",
"sanitize-html": "^2.15.0"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.14.1",
"@types/sanitize-html": "^2.15.0"
}
}