27 lines
588 B
JSON
27 lines
588 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",
|
|
"isomorphic-dompurify": "^2.26.0",
|
|
"marked": "^16.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.17.1"
|
|
}
|
|
}
|