feat: v2 website

This commit is contained in:
2025-04-13 20:35:20 +05:30
parent 12fb1cefd3
commit de6e8b6721
18 changed files with 637 additions and 248 deletions

View File

@@ -10,27 +10,24 @@
"preview": "vite preview"
},
"dependencies": {
"autoprefixer": "^10.4.20",
"dayjs": "^1.11.13",
"js-confetti": "^0.12.0",
"lucide-react": "^0.462.0",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.15"
"@icons-pack/react-simple-icons": "^12.6.0",
"lucide-react": "^0.488.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"daisyui": "^4.12.14",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1"
"@eslint/js": "^9.21.0",
"@tailwindcss/vite": "^4.1.3",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react-swc": "^3.8.0",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"tailwindcss": "^4.1.3",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0"
}
}