-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.6 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.6 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
{
"name": "Docuvate",
"version": "1.2.0",
"private": true,
"homepage": "https://itsrkmahapatra.github.io/Docuvate",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"predeploy": "npm run build",
"deploy": "gh-pages -d out -t"
},
"dependencies": {
"@hello-pangea/dnd": "^18.0.1",
"@imgly/background-removal": "^1.7.0",
"@tensorflow-models/body-pix": "^2.2.1",
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
"@tensorflow/tfjs-core": "^4.22.0",
"@upscalerjs/esrgan-slim": "^1.0.0",
"@upscalerjs/esrgan-thick": "^1.0.0",
"@upscalerjs/maxim-deblurring": "^0.1.0",
"@upscalerjs/maxim-denoising": "^0.1.0",
"browser-image-compression": "^2.0.2",
"cropperjs": "^2.1.1",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.1",
"jszip": "^3.10.1",
"lucide-react": "^1.16.0",
"next": "16.2.6",
"onnxruntime-web": "^1.26.0",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.7.284",
"react": "^19",
"react-dom": "^19",
"react-signature-canvas": "^1.1.0-alpha.2",
"tesseract.js": "^7.0.0",
"upscaler": "^1.0.0",
"zustand": "^5.0.13"
},
"devDependencies": {
"@types/cropperjs": "^1.1.5",
"@types/jszip": "^3.4.0",
"@types/node": "^25",
"@types/pdfjs-dist": "^2.10.378",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-signature-canvas": "^1.0.7",
"eslint": "^8",
"eslint-config-next": "16.2.6",
"gh-pages": "^6.3.0",
"postcss": "^8",
"tailwindcss": "^4.3.0",
"typescript": "^6"
}
}