-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "ex-man",
"version": "0.1.0",
"description": "everyday expense manager",
"license": "MIT",
"author": "Rashed Ahmed <ruman.rush@gmail.com> (http://rashed.vercel.app/)",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^2.9.8",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^4.3.1",
"@trpc/client": "^9.27.2",
"@trpc/next": "^9.27.2",
"@trpc/react": "^9.27.2",
"@trpc/server": "^9.27.2",
"argon2": "^0.29.1",
"cookie": "^0.5.0",
"firebase": "^9.10.0",
"jotai": "^1.8.4",
"jsonwebtoken": "^8.5.1",
"next": "12.3.0",
"next-auth": "^4.24.5",
"node-fetch": "^3.2.10",
"react": "18.2.0",
"react-countup": "^6.5.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.36.0",
"react-icons": "^4.4.0",
"react-query": "^3.39.2",
"react-slideshow-image": "^4.0.5",
"superjson": "^1.10.0",
"uuid": "^9.0.0",
"zod": "^3.19.1"
},
"devDependencies": {
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"prisma": "^4.16.2"
}
}