This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
server-islands/package.json
2024-08-15 16:54:57 -04:00

19 lines
No EOL
369 B
JSON

{
"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.2"
},
"devDependencies": {
"sass-embedded": "^1.77.8"
}
}