-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.39 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.39 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "master-utils",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node scripts/copy-ffmpeg-core.mjs && next dev -p 3742",
"build": "node scripts/copy-ffmpeg-core.mjs && next build",
"start": "next start",
"lint": "eslint",
"postinstall": "node scripts/copy-ffmpeg-core.mjs"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.67",
"@ai-sdk/react": "^3.0.195",
"@auth/prisma-adapter": "^2.11.2",
"@aws-sdk/client-s3": "^3.1056.0",
"@aws-sdk/client-ses": "^3.1063.0",
"@aws-sdk/s3-request-presigner": "^3.1056.0",
"@base-ui/react": "^1.5.0",
"@distube/ytdl-core": "^4.16.12",
"@ffmpeg/core": "^0.12.9",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"@stripe/stripe-js": "^9.7.0",
"@tanstack/react-table": "^8.21.3",
"@types/nodemailer": "^8.0.0",
"ai": "^6.0.193",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.4.0",
"diff": "^9.0.0",
"dotenv": "^17.4.2",
"exifr": "^7.1.3",
"heic2any": "^0.0.4",
"imagetracerjs": "^1.2.6",
"jszip": "^3.10.1",
"lucide-react": "^1.16.0",
"next": "16.2.6",
"next-auth": "^5.0.0-beta.31",
"nodemailer": "^7.0.13",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.7.284",
"pg": "^8.21.0",
"prettier": "^3.8.3",
"prisma": "^7.8.0",
"qrcode": "^1.5.4",
"react": "19.2.4",
"react-day-picker": "^10.0.1",
"react-dom": "19.2.4",
"react-icons": "^5.6.0",
"replicate": "^1.4.0",
"shadcn": "^4.8.2",
"sharp": "^0.34.5",
"sonner": "^2.0.7",
"stripe": "^22.2.0",
"svgo": "^4.0.1",
"tailwind-merge": "^3.6.0",
"tesseract.js": "^7.0.0",
"tw-animate-css": "^1.4.0",
"youtube-transcript": "^1.3.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@types/bcryptjs": "^2.4.6",
"@types/diff": "^7.0.2",
"@types/node": "^20",
"@types/pg": "^8.20.0",
"@types/qrcode": "^1.5.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"postcss": "^8.5.15",
"tailwindcss": "^4.3.0",
"typescript": "^5"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}