24 lines
588 B
JSON
24 lines
588 B
JSON
{
|
|
"name": "wynne.rs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev --port 4322",
|
|
"build": "astro build --remote && node scripts/generate-stats.js",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/db": "^0.20.1",
|
|
"@astrojs/node": "^10.0.4",
|
|
"@astrojs/rss": "^4.0.18",
|
|
"astro": "^6.1.3",
|
|
"js-yaml": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.9",
|
|
"remark-directive": "^3.0.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"remark-slug": "^7.0.1",
|
|
"remark-smartypants": "^3.0.2",
|
|
"unist-util-visit": "^5.1.0"
|
|
}
|
|
}
|