Added the main page.

This commit is contained in:
2025-06-12 19:14:33 -05:00
parent a0d925aba1
commit 82a110be02
8 changed files with 5003 additions and 482 deletions

View File

@@ -10,13 +10,16 @@
"preview": "vite preview"
},
"dependencies": {
"lucide-react": "^0.514.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@tailwindcss/vite": "^4.1.10",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.5.2",
"@vitejs/plugin-react-swc": "^3.9.0",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",