-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.29 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
{
"name": "sci",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.8",
"@emotion/react": "^11.11.3",
"@hookform/resolvers": "^3.3.3",
"@nextui-org/react": "^2.2.9",
"@prisma/client": "^5.6.0",
"@react-pdf/renderer": "^3.3.8",
"artsy": "^1.8.0",
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"dotenv": "^16.3.2",
"easyqrcodejs": "^4.6.1",
"framer-motion": "^10.18.0",
"jspdf": "^2.5.1",
"next": "14.0.3",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
"pdfjs-dist": "^3.4.120",
"react": "^18",
"react-awesome-reveal": "^4.2.8",
"react-dom": "^18",
"react-icons": "^4.12.0",
"react-intersection-observer": "^9.8.0",
"react-responsive": "^9.0.2",
"react-scrollbars-custom": "^4.1.1",
"resend": "^3.1.0",
"zod": "^3.22.4",
"zod-prisma-types": "^3.1.6"
},
"devDependencies": {
"@types/node": "20.11.10",
"@types/react": "18.2.48",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"prisma": "^5.6.0",
"tailwindcss": "^3.3.0"
},
"prisma": {
"seed": "node prisma/seed.js"
}
}