{ "name": "djnizz-website", "type": "module", "version": "1.0.0", "private": true, "description": "Offizielle Website von DJ NIZZ - djnizz.at", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "node ./dist/server/entry.mjs", "assets": "node scripts/assets.mjs", "astro": "astro" }, "dependencies": { "@astrojs/node": "^11.1.2", "astro": "^7.2.2" }, "devDependencies": { "@astrojs/check": "^0.9.10", "@astrojs/sitemap": "^3.7.3", "@fontsource-variable/inter": "^5.3.0", "@fontsource/archivo-black": "^5.3.0", "@tailwindcss/vite": "^4.3.3", "sharp": "^0.35.3", "tailwindcss": "^4.3.3", "typescript": "^6.0.3" } }