-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.23 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
{
"name": "secret-library",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"postinstall": "prisma generate"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.64",
"@auth/prisma-adapter": "^2.11.1",
"@aws-sdk/client-s3": "^3.1024.0",
"@aws-sdk/lib-storage": "^3.1024.0",
"@aws-sdk/s3-request-presigner": "^3.1024.0",
"@prisma/client": "^6.19.2",
"@types/nodemailer": "^7.0.11",
"@types/react-pdf": "^5.0.7",
"@vercel/analytics": "^1.5.0",
"ai": "^5.0.89",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"epubjs": "^0.3.93",
"jszip": "^3.10.1",
"nanoid": "^5.1.6",
"next": "^16.2.3",
"next-auth": "^5.0.0-beta.30",
"nodemailer": "^7.0.10",
"pdf-lib": "^1.17.1",
"prisma": "^6.19.2",
"react": "^19.2.1",
"react-dom": "19.2.0",
"react-pdf": "^10.2.0",
"xml2js": "^0.6.2",
"zod": "^4.1.12"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20.19.24",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^10",
"eslint-config-next": "16.2.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}