Skip to content

Commit

Permalink
Merge pull request #99 from IEEEUCSC/main
Browse files Browse the repository at this point in the history
Add
  • Loading branch information
Udeesha-Prabhashana authored Feb 4, 2024
2 parents 7dc7f1c + c630550 commit a950689
Show file tree
Hide file tree
Showing 16 changed files with 1,044 additions and 91 deletions.
2 changes: 1 addition & 1 deletion Frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ npm install framer-motion
## MUI
npm install @mui/lab @types/material-ui
npm install @mui/icons-material

npm install react-swipeable-views



10 changes: 10 additions & 0 deletions Frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@
"@types/node": "^16.18.76",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-swipeable-views": "^0.13.5",
"aos": "^2.3.4",
"axios": "^1.6.7",
"bootstrap": "^5.3.2",
"embla-carousel-react": "8.0.0-rc22",
"framer-motion": "^11.0.3",
"lucide-react": "^0.321.0",
"pure-react-carousel": "^1.30.1",
"react": "^18.2.0",
"react-bootstrap": "^2.10.0",
"react-dom": "^18.2.0",
Expand All @@ -30,10 +34,15 @@
"react-router-hash-link": "^2.4.3",
"react-scripts": "5.0.1",
"react-slideshow-image": "^4.3.0",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"react-tsparticles": "^2.12.2",
"react-vertical-timeline-component": "^3.6.0",
"sass": "^1.70.0",
"styled-components": "^6.1.8",
"sweetalert2": "^11.10.4",
"tsparticles-engine": "^2.12.0",
"tsparticles-slim": "^2.12.0",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
Expand Down Expand Up @@ -64,6 +73,7 @@
"devDependencies": {
"@types/aria-query": "^5.0.4",
"@types/react-router-hash-link": "^2.4.9",
"@types/react-swipeable-views-utils": "^0.13.7",
"@types/react-vertical-timeline-component": "^3.3.6",
"tailwindcss": "^3.4.1"
}
Expand Down
Loading

0 comments on commit a950689

Please sign in to comment.