examples/astro-ssr/package.json

19 lines
441 B
JSON

{
"name": "nebulous-neptune",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "node ./dist/server/entry.mjs",
"build": "astro check && astro build",
"preview": "astro preview --host 0.0.0.0",
"astro": "astro"
},
"dependencies": {
"@astrojs/node":"8.3.2",
"@astrojs/rss": "^4.0.6",
"astro": "^4.11.0",
"@astrojs/check": "^0.7.0",
"typescript": "^5.5.2"
}
}