-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.36 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "classifyai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seed": "tsx prisma/seed.ts",
"export": "next export"
},
"dependencies": {
"@aws-sdk/client-rekognition": "^3.895.0",
"@cyntler/react-doc-viewer": "^1.17.1",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@google/genai": "^1.48.0",
"@google/generative-ai": "^0.24.1",
"@prisma/client": "^6.15.0",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@react-pdf/renderer": "^4.3.1",
"@react-three/drei": "^10.5.1",
"@react-three/fiber": "^9.2.0",
"@tailwindcss/typography": "^0.5.16",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-notification": "^2.3.1",
"@tauri-apps/plugin-shell": "^2.3.5",
"@tauri-apps/plugin-store": "^2.4.3",
"anthropic": "^0.0.0",
"axios": "^1.12.2",
"bcrypt": "^6.0.0",
"bullmq": "^5.58.9",
"cloudinary": "^2.9.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"emoji-picker-react": "^4.19.1",
"face-api.js": "^0.22.2",
"firebase": "^12.10.0",
"firebase-admin": "^13.5.0",
"framer-motion": "^12.23.0",
"googleapis": "^150.0.1",
"highlight.js": "^11.11.1",
"html-to-image": "^1.11.13",
"html5-qrcode": "^2.3.8",
"ioredis": "^5.6.1",
"json2csv": "^6.0.0-alpha.2",
"jsonwebtoken": "^9.0.2",
"jspdf": "^3.0.1",
"lucide-react": "^0.513.0",
"maath": "^0.10.8",
"next": "15.3.1",
"node-fetch": "^3.3.2",
"nodemailer": "^7.0.4",
"openai": "^5.6.0",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.4.296",
"prisma": "^6.15.0",
"pusher": "^5.3.3",
"pusher-js": "^8.5.0",
"qrcode": "^1.5.4",
"razorpay": "^2.9.6",
"react": "^19.0.0",
"react-countup": "^6.5.3",
"react-dom": "^19.0.0",
"react-fast-marquee": "^1.6.5",
"react-hot-toast": "^2.5.2",
"react-markdown": "^10.1.0",
"react-pdf": "^10.1.0",
"react-qr-reader": "^3.0.0-beta-1",
"react-webcam": "^7.2.0",
"recharts": "^3.0.2",
"rehype-highlight": "^7.0.2",
"remark-gfm": "^4.0.1",
"stripe": "^18.3.0",
"swr": "^2.3.4",
"three": "^0.178.0",
"unpdf": "^1.4.0",
"uuid": "^11.1.0",
"zod": "^3.25.67"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcrypt": "^6.0.0",
"@types/jest": "^29.5.14",
"@types/json2csv": "^5.0.7",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^24.0.15",
"@types/node-cron": "^3.0.11",
"@types/nodemailer": "^6.4.17",
"@types/pdf-parse": "^1.1.5",
"@types/qrcode": "^1.5.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/stripe": "^8.0.417",
"autoprefixer": "^10.4.21",
"jest": "^29.7.0",
"postcss": "^8.5.6",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.11",
"ts-jest": "^29.3.3",
"ts-node": "^10.9.2",
"tsx": "^4.21.0",
"typescript": "^5"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}