-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.62 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.62 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
{
"name": "ebrora",
"version": "1.0.0",
"description": "Ebrora - UK Construction Excel Templates Store with RAMS Builder",
"scripts": {
"dev": "next dev",
"build": "node scripts/sync-tbt.js && prisma generate && next build",
"start": "next start",
"lint": "next lint",
"prisma:generate": "prisma generate",
"prisma:migrate": "prisma migrate dev",
"prisma:seed": "npx tsx prisma/seed.ts",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@auth/prisma-adapter": "^1.6.0",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.2.0",
"@prisma/client": "^5.22.0",
"@sparticuz/chromium": "^131.0.0",
"@vercel/blob": "^0.23.0",
"bcryptjs": "^2.4.3",
"date-fns": "^3.6.0",
"docx": "^8.5.0",
"exceljs": "^4.4.0",
"gray-matter": "^4.0.3",
"html2canvas": "^1.4.1",
"js-cookie": "^3.0.5",
"jspdf": "^2.5.2",
"jszip": "^3.10.1",
"lucide-react": "^0.460.0",
"next": "^14.2.0",
"next-auth": "^4.24.0",
"next-mdx-remote": "^6.0.0",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.0",
"openai": "^4.47.0",
"puppeteer-core": "^23.0.0",
"qrcode": "^1.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stripe": "^22.0.1",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/node": "^20.10.0",
"@types/nodemailer": "^6.4.14",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-next": "^14.2.0",
"postcss": "^8.4.32",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=18.17.0"
}
}