-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.19 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
{
"name": "pdf-tracker",
"version": "0.1.0",
"private": true,
"license": "GPL-3.0-only",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@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/page-navigation": "^3.12.0",
"@react-pdf-viewer/scroll-mode": "^3.12.0",
"@react-pdf-viewer/zoom": "^3.12.0",
"@types/bcrypt": "^5.0.2",
"@vercel/analytics": "^1.5.0",
"bcrypt": "^6.0.0",
"canvas": "^3.1.2",
"cloudinary": "^2.7.0",
"mongodb": "^6.17.0",
"mongoose": "^8.15.2",
"next": "^15.3.8",
"next-auth": "^5.0.0-beta.28",
"pdfjs-dist": "^3.4.120",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20.19.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"daisyui": "^5.0.43",
"eslint": "^9",
"eslint-config-next": "15.3.3",
"prettier": "3.6.1",
"tailwindcss": "^4",
"typescript": "^5.8.3"
}
}