Files
netris-nestri/packages/web/package.json
2025-07-19 15:17:01 +03:00

17 lines
344 B
JSON

{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.0",
"@astrojs/solid-js": "^5.1.0",
"@fontsource/geist-sans": "^5.2.5",
"astro": "^5.11.2"
}
}