Skip to content

Commit

Permalink
#55 Adding the ability to upload and view the uploaded files
Browse files Browse the repository at this point in the history
  • Loading branch information
santthosh committed May 11, 2024
1 parent 3ffca72 commit 7619ecd
Show file tree
Hide file tree
Showing 42 changed files with 5,175 additions and 1,707 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"apexcharts": "^3.48.0",
"aws-crt": "^1.21.2",
"aws-sdk": "^2.1614.0",
"busboy": "^1.6.0",
"flowbite": "^2.2.1",
"flowbite-react": "^0.7.2",
"groq-sdk": "^0.3.3",
Expand All @@ -37,10 +38,11 @@
"next": "14.0.4",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.13",
"openai": "^4.32.0",
"openai": "^4.42.0",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-highlight": "^0.15.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
Expand All @@ -52,6 +54,7 @@
"ulidx": "^2.3.0"
},
"devDependencies": {
"@types/busboy": "^1.5.4",
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18",
Expand Down
Loading

0 comments on commit 7619ecd

Please sign in to comment.