Files
examples/astro-ssr/package.json

19 lines
422 B
JSON
Raw Normal View History

2024-06-30 20:24:44 -06:00
{
"name": "nebulous-neptune",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
2024-06-30 20:29:12 -06:00
"preview": "astro preview --host 0.0.0.0",
2024-06-30 20:24:44 -06:00
"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"
}
}