server-islands/package.json

19 lines
369 B
JSON
Raw Permalink Normal View History

2024-08-15 16:54:57 -04:00
{
"name": "minpluto-server-island",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^8.3.3",
"astro": "^4.14.3"
2024-08-15 16:54:57 -04:00
},
"devDependencies": {
"sass-embedded": "^1.77.8"
}
}