-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.38 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
{
"name": "weiblogja",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint",
"postinstall": "npm rebuild @napi-rs/canvas || npm rebuild canvas || true"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.908.0",
"@aws-sdk/client-s3": "^3.908.0",
"@aws-sdk/lib-dynamodb": "^3.908.0",
"@aws-sdk/s3-request-presigner": "^3.908.0",
"@google/generative-ai": "^0.24.1",
"@napi-rs/canvas": "^0.1.86",
"@napi-rs/canvas-linux-x64-gnu": "^0.1.86",
"@tiptap/extension-image": "^3.14.0",
"@tiptap/extension-link": "^3.14.0",
"@tiptap/extension-placeholder": "^3.14.0",
"@tiptap/pm": "^3.14.0",
"@tiptap/react": "^3.14.0",
"@tiptap/starter-kit": "^3.14.0",
"bcryptjs": "^3.0.2",
"canvas": "^3.2.0",
"lucide-react": "^0.545.0",
"next": "16.0.7",
"next-auth": "^5.0.0-beta.30",
"nodemailer": "^7.0.12",
"pdf-parse": "^1.1.2",
"pdfjs-dist": "^5.4.394",
"react": "19.2.1",
"react-dom": "19.2.1",
"sharp": "^0.34.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/nodemailer": "^7.0.4",
"@types/pdf-parse": "^1.1.5",
"@types/react": "19.2.7",
"eslint": "^9",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.2.7"
}
}