astro/package.json

30 lines
673 B
JSON

{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/db": "^0.16.1",
"@astrojs/mdx": "^4.3.3",
"@astrojs/node": "^9.3.3",
"@astrojs/rss": "4.0.12",
"astro": "5.12.3",
"astro-breadcrumbs": "^3.3.1",
"bcryptjs": "^3.0.2",
"dayjs": "^1.11.13",
"markdown-it": "^14.1.0",
"node-html-parser": "^7.0.1",
"sanitize-html": "^2.17.0"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.17.0",
"@types/sanitize-html": "^2.16.0"
}
}