Skip to content

Commit

Permalink
Merge pull request #44 from YaleComputerSociety/FAQ_page
Browse files Browse the repository at this point in the history
Faq page
  • Loading branch information
darwin-hub authored Apr 26, 2024
2 parents 2049ae8 + c12fb67 commit d2400fd
Show file tree
Hide file tree
Showing 33 changed files with 1,010 additions and 192 deletions.
202 changes: 153 additions & 49 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.11",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.82",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"bootstrap": "^5.3.3",
"chroma-js": "^2.4.2",
"clsx": "^2.1.0",
"d3": "^7.8.5",
Expand All @@ -27,6 +29,8 @@
"react-router-dom": "^6.22.3",
"react-scripts": "^5.0.1",
"react-tooltip": "^5.26.3",
"reactstrap": "^9.2.2",
"sass": "^1.75.0",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
Expand Down
Loading

0 comments on commit d2400fd

Please sign in to comment.