-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 943 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 943 Bytes
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
{
"name": "pdfdocx",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@accordproject/markdown-pdf": "^0.16.24",
"@opendocsg/pdf2md": "^0.1.31",
"@radix-ui/react-slot": "^1.1.0",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"docx": "^8.5.0",
"file-saver": "^2.0.5",
"formidable": "^3.5.1",
"fs": "^0.0.1-security",
"fs-extra": "^11.2.0",
"lucide-react": "^0.440.0",
"multer": "^1.4.5-lts.1",
"next": "14.2.10",
"next-connect": "^1.0.0",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^4.6.82",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tesseract.js": "^5.1.1"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}