feat: initial website implementation with all pages and components

This commit is contained in:
Matthias
2026-05-27 20:55:12 +02:00
parent 3d36fc376a
commit 1911879891
28 changed files with 3901 additions and 150 deletions

View File

@@ -21,7 +21,9 @@
"astro": "^5.18.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.40.0",
"lucide-react": "^1.16.0",
"maplibre-gl": "^5.24.0",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
@@ -31,6 +33,7 @@
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@eslint/js": "^9.39.4",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
@@ -39,7 +42,7 @@
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript": "~5.9.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.57.1"
}
}