Files
buzzer_2/webpage/package.json
2026-03-09 10:02:43 +01:00

25 lines
522 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",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.17.1",
"prettier-plugin-svelte": "^3.5.1",
"svelte": "^5.53.7",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
},
"devDependencies": {
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1"
}
}