-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.25 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.25 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
{
"name": "pdf-reader",
"private": true,
"version": "1.0.5",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"author": {
"name": "pdf-reader",
"email": "hello@pdf-reader.com",
"url": "https://pdf-reader.com"
},
"dependencies": {
"@digital-blueprint/annotpdf": "^1.0.13-a",
"@firebase/firestore": "^4.7.5",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^3.9.1",
"@material-tailwind/html": "^2.3.2",
"@material-tailwind/react": "^2.1.10",
"@pdftron/webviewer": "^11.2.0",
"@react-oauth/google": "^0.12.1",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/get-file": "^3.12.0",
"@react-pdf-viewer/thumbnail": "^3.12.0",
"@react-pdf-viewer/zoom": "^3.12.0",
"@reduxjs/toolkit": "^2.3.0",
"@tiptap/extension-color": "^2.11.3",
"@tiptap/extension-text-style": "^2.11.3",
"@tiptap/react": "^2.11.3",
"@tiptap/starter-kit": "^2.11.3",
"@types/react-pdf": "^7.0.0",
"axios": "^1.7.8",
"depcheck": "^1.4.7",
"draft-js": "^0.11.7",
"firebase": "^11.0.2",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.4",
"jwt-decode": "^4.0.0",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^3.11.174",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draft-wysiwyg": "^1.15.0",
"react-facebook-login": "^4.1.1",
"react-hook-form": "^7.53.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-modal": "^3.16.3",
"react-paginate": "^8.2.0",
"react-pdf": "^9.2.1",
"react-redux": "^9.1.2",
"react-router": "^7.0.2",
"react-router-dom": "^6.14.2",
"react-to-print": "^3.0.5",
"react-tooltip": "^5.28.0",
"socket.io-client": "^4.8.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/draft-js": "^0.11.18",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@types/react-draft-wysiwyg": "^1.13.8",
"@types/react-facebook-login": "^4.1.11",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.14",
"vite": "^6.0.1",
"vite-plugin-commonjs": "^0.10.4",
"webpack": "^5.96.1"
}
}