-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.78 KB
/
package.json
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
{
"name": "projectnext",
"author": "vevcom",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"prisma": {
"schema": "src/prisma/schema"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@prisma/client": "^6.1.0",
"@react-email/components": "^0.0.31",
"@react-email/render": "^1.0.3",
"bcrypt": "^5.1.1",
"html5-qrcode": "^2.3.8",
"jsonwebtoken": "^9.0.2",
"jsqr": "^1.4.0",
"luxon": "^3.5.0",
"next": "^14.2.5",
"next-auth": "^4.24.11",
"next-qrcode": "^2.5.1",
"nodemailer": "^6.9.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-fontawesome": "^1.7.1",
"react-intersection-observer": "^9.14.0",
"react-pdf": "^9.1.1",
"react-simplemde-editor": "^5.2.0",
"rehype-format": "^5.0.1",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"sass": "^1.83.0",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"unified": "^11.0.5",
"uuid": "^10.0.0",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"zod": "^3.24.1",
"zod-form-data": "^2.0.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.7",
"@types/luxon": "^3.4.2",
"@types/node": "^22.10.2",
"@types/nodemailer": "^6.4.17",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.15",
"prisma": "^6.1.0",
"typescript": "^5.7.2"
}
}