-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 941 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 941 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
40
{
"name": "formbuddy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@adobe/pdfservices-node-sdk": "^4.1.0",
"@googleapis/drive": "^8.14.0",
"@nextui-org/react": "^2.6.8",
"framer-motion": "^11.11.7",
"next": "^14.2.5",
"next-auth": "^4.24.8",
"next-themes": "^0.3.0",
"next-ui": "^0.9.0",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-image-crop": "^11.0.7",
"react-pdf": "^9.1.1",
"react-zoom-pan-pinch": "^3.6.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5"
},
"trustedDependencies": [
"compress-pdf"
]
}