stuff...?

This commit is contained in:
2024-11-20 14:54:05 -05:00
parent 15bc578fa4
commit 4ec942d3c7
54 changed files with 4285 additions and 21 deletions

View File

@@ -9,8 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@chakra-ui/react": "^3.1.2",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.0",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@mui/icons-material": "^6.1.7",
"@mui/joy": "^5.0.0-beta.48",
"@mui/material": "^6.1.7",
@@ -22,9 +25,11 @@
"drizzle-orm": "^0.36.3",
"fontsource-roboto": "^4.0.0",
"next": "15.0.3",
"next-themes": "^0.4.3",
"pg": "^8.13.1",
"react": "18.2.0",
"react-dom": "18.2.0"
"react-dom": "18.2.0",
"react-icons": "^5.3.0"
},
"devDependencies": {
"@types/node": "^20.17.6",