Responsive navigation fully working, placeholders for all major items on site, resume pages working, abstracted site-layout, preparing for unit and e2e testing, added flotbite + tailwind + vitest + playwright

This commit is contained in:
2025-11-05 03:13:05 -08:00
parent b342f7b1cb
commit 6f728ad146
66 changed files with 1509 additions and 794 deletions

View File

@@ -4,15 +4,21 @@
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"dev-hosted": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"test": "vitest"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.11",
"astro": "^5.11.0",
"astro-navbar": "^2.4.0",
"astro-rehype-relative-markdown-links": "^0.18.1",
"astro": "^5.15.3",
"flowbite": "^3.1.2",
"tailwindcss": "^4.1.11"
},
"devDependencies": {
"@playwright/test": "^1.56.1",
"@types/node": "^24.10.0",
"vitest": "^4.0.7"
}
}