-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
102 lines (102 loc) · 2.83 KB
/
package.json
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
{
"name": "papers",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@ilovepdf/ilovepdf-nodejs": "^0.2.6",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@react-pdf-viewer/core": "3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@react-pdf-viewer/full-screen": "^3.12.0",
"@react-pdf-viewer/get-file": "^3.12.0",
"@react-pdf-viewer/zoom": "^3.12.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@types/mongoose": "^5.11.97",
"@upstash/ratelimit": "^2.0.3",
"@vercel/analytics": "^1.4.1",
"@vercel/kv": "^3.0.0",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"cloudinary": "^2.2.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"debounce": "^2.1.1",
"file-saver": "^2.0.5",
"geist": "^1.3.0",
"gridfs-stream": "^1.1.1",
"jose": "^5.4.1",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.395.0",
"mongodb": "^6.7.0",
"mongoose": "^8.4.1",
"multer": "1.4.5-lts.1",
"next": "^14.2.1",
"next-cloudinary": "^6.6.2",
"next-themes": "^0.3.0",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.13",
"pdf-compressor": "^1.0.5",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^3.4.120",
"react": "^18.3.0",
"react-camera-pro": "^1.4.0",
"react-dom": "^18.3.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.3",
"uuid": "^10.0.0",
"zod": "^3.23.3"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/eslint": "^8.56.2",
"@types/file-saver": "^2.0.7",
"@types/jsonwebtoken": "^9.0.6",
"@types/multer": "^1.4.11",
"@types/node": "^20.11.20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"html-loader": "^5.0.0",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"ct3aMetadata": {
"initVersion": "7.34.0"
},
"eslintConfig": {
"rules": {
"no-var": 0
}
},
"packageManager": "[email protected]"
}