Skip to content

Commit d4b760f

Browse files
committed
Added background to hero page using aceternity UI
1 parent 94871fd commit d4b760f

13 files changed

+3812
-1820
lines changed

frontend/package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,17 @@
1414
"deploy": "gh-pages -d build"
1515
},
1616
"dependencies": {
17+
"@chakra-ui/react": "^2.8.2",
18+
"@directus/sdk": "^16.1.1",
1719
"@emailjs/browser": "^4.3.3",
20+
"@emotion/react": "^11.11.4",
21+
"@emotion/styled": "^11.11.5",
1822
"@react-oauth/google": "^0.12.1",
23+
"@tabler/icons-react": "^3.8.0",
1924
"@tanstack/react-router": "^1.40.0",
2025
"aos": "^2.3.4",
2126
"axios": "^1.7.2",
27+
"clsx": "^2.1.1",
2228
"dotenv": "^16.4.5",
2329
"firebase": "^10.12.2",
2430
"framer-motion": "^11.2.12",
@@ -28,10 +34,10 @@
2834
"prop-types": "^15.8.1",
2935
"react": "^18.3.1",
3036
"react-dom": "^18.3.1",
31-
"react-google-button": "^0.8.0",
3237
"react-helmet-async": "^2.0.5",
3338
"react-icons": "^5.2.1",
34-
"sonner": "^1.5.0"
39+
"sonner": "^1.5.0",
40+
"tailwind-merge": "^2.3.0"
3541
},
3642
"devDependencies": {
3743
"@tanstack/router-vite-plugin": "^1.40.3",

0 commit comments

Comments
 (0)