Skip to content

Commit

Permalink
Responsive (#392)
Browse files Browse the repository at this point in the history
* update issues

* remove package-lock.json

* responsive

* update issues Responsive

* update response

* update responsive

* update issues

* update issues

* responsive

* update

* udpate

* update

* update

---------

Co-authored-by: Kuldeep Singh Rajpoot <[email protected]>
  • Loading branch information
Kuldeepsinghrajpoot and Kuldeep Singh Rajpoot authored Nov 1, 2024
1 parent 9b706cf commit e5cfa95
Show file tree
Hide file tree
Showing 17 changed files with 579 additions and 389 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,4 @@ dist

# Exclude package-lock.json
package-lock.json
.vercel
20 changes: 20 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/index.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
}
}
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@hookform/resolvers": "^3.8.0",
"@mui/icons-material": "^5.16.0",
"@mui/lab": "^5.0.0-alpha.171",
"@mui/material": "^6.1.5",
"@mui/system": "^6.1.2",
"@mui/x-date-pickers": "^7.9.0",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"aos": "^3.0.0-beta.6",
"axios": "^1.7.7",
"chart.js": "^4.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"emailjs": "^4.0.3",
"emailjs-com": "^3.2.0",
"firebase": "^10.14.0",
Expand All @@ -52,9 +53,12 @@
"slick-carousel": "^1.8.1",
"styled-components": "^4.0.0",
"tailwind": "^4.0.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.8.4",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react-swc": "^3.5.0",
Expand Down
Loading

0 comments on commit e5cfa95

Please sign in to comment.