{ "name": "fast-webapp-template", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "test": "playwright clear-cache && playwright test" }, "dependencies": { "@astrojs/solid-js": "^5.1.0", "@itsmatteomanf/astro-robots-txt": "^0.2.0", "astro": "^5.13.3", "astro-compressor": "^1.1.2", "lightningcss": "^1.30.1", "nanostores": "^1.0.1", "sharp": "^0.34.3", "solid-js": "^1.9.9" }, "devDependencies": { "@playwright/test": "^1.55.0", "@types/node": "^24.3.0", "sass-embedded": "^1.91.0" } }