astro/package.json
2025-08-03 23:58:13 -04:00

32 lines
738 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.8",
"@astrojs/rss": "4.0.12",
"@astrojs/svelte": "^7.1.0",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.14.9",
"astro": "5.12.3",
"astro-breadcrumbs": "^3.3.1",
"dayjs": "^1.11.13",
"markdown-it": "^14.1.0",
"node-html-parser": "^7.0.1",
"sanitize-html": "^2.17.0",
"svelte": "^5.37.1",
"typescript": "^5.9.2"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.17.0",
"@types/sanitize-html": "^2.16.0"
}
}