-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1011 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"migrate": "node ./migrate.js",
"start": "yarn migrate && next start"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.12.0",
"@react-pdf/renderer": "^3.1.9",
"@uploadthing/react": "^2.0.1",
"@zoomus/websdk": "^2.13.0",
"baseui": "^12.2.0",
"date-fns": "^2.30.0",
"firebase": "^9.21.0",
"formik": "^2.2.9",
"jsrsasign": "^10.8.6",
"next": "latest",
"next-auth": "^4.19.2",
"prisma": "^4.15.0",
"razorpay": "^2.8.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.8.0",
"react-leaflet": "^4.2.1",
"react-markdown-editor-lite": "^1.3.4",
"react-markdown-it": "^1.0.2",
"react-simple-image-viewer": "^1.2.2",
"styletron-engine-atomic": "^1.5.0",
"styletron-react": "^6.1.0",
"swr": "^2.1.0"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.4"
}
}