This commit is contained in:
2026-02-27 18:04:46 +01:00
parent dc3467ac0f
commit bed9ab1968
14 changed files with 6476 additions and 0 deletions

20
webpage/package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"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"
}
}