-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "payback",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"dbpull": "npx prisma db pull",
"dbgen": "npx prisma generate"
},
"dependencies": {
"@badrap/bar-of-progress": "^0.2.1",
"@moxy/next-router-scroll": "^2.2.0",
"@prisma/client": "^4.15.0",
"babel-plugin-superjson-next": "^0.4.4",
"form-data": "^4.0.0",
"nanoid": "^4.0.0",
"next": "^12.3.4",
"next-auth": "^4.10.3",
"pusher": "^5.1.1-beta",
"pusher-js": "^7.3.0",
"razorpay": "^2.8.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-modal": "^3.15.1",
"react-notifications": "^1.7.4",
"sass": "^1.54.0",
"superjson": "^1.9.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.4",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"prettier": "^2.7.1",
"prettier-plugin-style-order": "^0.2.2",
"prisma": "^4.15.0"
}
}