-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 859 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 859 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
{
"name": "docforge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"diff": "^9.0.0",
"jszip": "^3.10.1",
"mammoth": "^1.12.0",
"marked": "^18.0.6",
"next": "16.2.10",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^6.1.200",
"qrcode": "^1.5.4",
"react": "19.2.4",
"react-dom": "19.2.4",
"turndown": "^7.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/diff": "^7.0.2",
"@types/marked": "^5.0.2",
"@types/node": "^20",
"@types/qrcode": "^1.5.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/turndown": "^5.0.6",
"eslint": "^9",
"eslint-config-next": "16.2.10",
"tailwindcss": "^4",
"typescript": "^5"
}
}