Files
buzzer/webpage/package.json
2026-02-27 18:04:46 +01:00

21 lines
427 B
JSON

{
"name": "webpage",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^7.2.5",
"@phosphor-icons/core": "^2.1.1",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.17.1",
"svelte": "^5.53.5",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
}
}