-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 886 Bytes
/
package.json
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
{
"name": "pdfthing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/og": "^0.6.4",
"axios": "^1.7.9",
"compress-pdf": "^0.5.1",
"compressorjs": "^1.2.1",
"fs": "0.0.1-security",
"jszip": "^3.10.1",
"next": "15.0.3",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^2.16.105",
"prettier": "^3.4.2",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106"
},
"devDependencies": {
"@types/node": "^20.17.9",
"@types/pdfjs-dist": "^2.10.377",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"worker-loader": "^3.0.8"
}
}