Skip to content

Commit afe4db2

Browse files
Merge pull request #96 from CodeChefVIT/abhinav/AIremove
Staging branch minus AI Features
2 parents 81a1cc8 + 6f44c77 commit afe4db2

28 files changed

+3567
-2255
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
- Tailwind CSS : Utility-first CSS framework for rapid UI development.
1616
- MongoDB & Mongoose : Database and object data modeling (ODM) for Node.js.
1717
- Cloudinary : Media storage and optimization service.
18-
- Nodemailer : Node.js library for sending emails.
1918
- Shadcn : Collection of pre-built components using Radix UI and Tailwind CSS.
2019

2120
## 💡 Features:

ongoing-papers.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { type Paper } from "@/interface";
1+
import { type IPaper } from "@/interface";
22

3-
const papers: Paper[] = [
3+
const papers: IPaper[] = [
44
{
55
_id: "6708fd8002a75017a4f08759",
66
finalUrl:
@@ -11,6 +11,8 @@ const papers: Paper[] = [
1111
slot: "A2",
1212
year: "2023",
1313
exam: "CAT-2",
14+
semester: "Fall",
15+
campus: "Vellore",
1416
},
1517
{
1618
_id: "670980523ec3fdad83b2d211",
@@ -22,6 +24,8 @@ const papers: Paper[] = [
2224
slot: "A2",
2325
year: "2024",
2426
exam: "CAT-2",
27+
semester: "Fall",
28+
campus: "Vellore",
2529
},
2630
{
2731
_id: "670a105e6272bcf9da4e2362",
@@ -34,6 +38,8 @@ const papers: Paper[] = [
3438
slot: "A1",
3539
year: "2023",
3640
exam: "CAT-2",
41+
semester: "Fall",
42+
campus: "Vellore",
3743
},
3844
{
3945
_id: "67097e7b3ec3fdad83b2d205",
@@ -45,6 +51,8 @@ const papers: Paper[] = [
4551
slot: "C2",
4652
year: "2023",
4753
exam: "CAT-2",
54+
semester: "Fall",
55+
campus: "Vellore",
4856
},
4957
];
5058

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"@ilovepdf/ilovepdf-nodejs": "^0.2.6",
13+
"@mistralai/mistralai": "^1.3.5",
1414
"@radix-ui/react-dialog": "^1.1.2",
1515
"@radix-ui/react-icons": "^1.3.0",
1616
"@radix-ui/react-popover": "^1.1.2",
@@ -25,17 +25,21 @@
2525
"@react-pdf-viewer/zoom": "^3.12.0",
2626
"@t3-oss/env-nextjs": "^0.10.1",
2727
"@types/mongoose": "^5.11.97",
28+
"@ungap/with-resolvers": "^0.1.0",
2829
"@upstash/ratelimit": "^2.0.3",
2930
"@vercel/analytics": "^1.4.1",
3031
"@vercel/kv": "^3.0.0",
3132
"axios": "^1.7.2",
3233
"bcrypt": "^5.1.1",
34+
"canvas": "^3.0.0",
3335
"class-variance-authority": "^0.7.0",
3436
"cloudinary": "^2.2.0",
3537
"clsx": "^2.1.1",
3638
"cmdk": "1.0.0",
3739
"debounce": "^2.1.1",
40+
"dropzone": "6.0.0-beta.2",
3841
"file-saver": "^2.0.5",
42+
"fuse.js": "^7.0.0",
3943
"geist": "^1.3.0",
4044
"gridfs-stream": "^1.1.1",
4145
"jose": "^5.4.1",
@@ -48,17 +52,23 @@
4852
"multer": "1.4.5-lts.1",
4953
"next": "^14.2.1",
5054
"next-cloudinary": "^6.6.2",
55+
"next-qrcode": "^2.5.1",
5156
"next-themes": "^0.3.0",
5257
"node-fetch": "^3.3.2",
58+
"node-poppler": "^7.2.2",
5359
"nodemailer": "^6.9.13",
5460
"pdf-compressor": "^1.0.5",
5561
"pdf-lib": "^1.17.1",
56-
"pdfjs-dist": "^3.4.120",
62+
"pdf.worker": "link:pdfjs-dist/build/pdf.worker",
63+
"pdf2pic": "^3.1.3",
64+
"pdfjs-dist": "3.4.120",
65+
"pdftoimg-js": "^0.0.2",
5766
"react": "^18.3.0",
5867
"react-camera-pro": "^1.4.0",
5968
"react-dom": "^18.3.0",
6069
"react-dropzone": "^14.2.3",
6170
"react-hot-toast": "^2.4.1",
71+
"react-icons": "^5.4.0",
6272
"tailwind-merge": "^2.5.3",
6373
"tailwindcss-animate": "^1.0.7",
6474
"use-debounce": "^10.0.3",

0 commit comments

Comments
 (0)