Build Page and form page development

This commit is contained in:
rockyeverlast
2024-04-03 20:34:26 +05:30
committed by satyam70288
parent 8202bf344b
commit dfd718f41a
41 changed files with 4025 additions and 41 deletions

View File

@@ -15,10 +15,12 @@
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fontsource/poppins": "^5.0.12",
"@gsap/react": "^2.1.0",
"framer-motion": "^11.0.15",
"react": "^18.2.0",
"react-countup": "^6.5.2",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-intersection-observer": "^9.8.1",
"react-router-dom": "^6.22.3",
"swiper": "^11.1.0"
@@ -27,6 +29,10 @@
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"vite": "^5.1.6"
}
}