32 lines
748 B
JSON
32 lines
748 B
JSON
{
|
|
"name": "astro",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build --remote",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/db": "0.17.1",
|
|
"@astrojs/mdx": "^4.3.3",
|
|
"@astrojs/node": "9.4.1",
|
|
"@astrojs/rss": "4.0.12",
|
|
"@fujocoded/astro-dev-only": "0.0.4",
|
|
"astro": "5.13.0",
|
|
"astro-breadcrumbs": "^3.3.1",
|
|
"dayjs": "^1.11.13",
|
|
"dompurify": "^3.2.6",
|
|
"markdown-it": "^14.1.0",
|
|
"marked": "^16.1.2",
|
|
"node-html-parser": "^7.0.1",
|
|
"sanitize-html": "^2.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/node": "^22.17.1",
|
|
"@types/sanitize-html": "^2.16.0"
|
|
}
|
|
}
|