-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.54 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
{
"name": "where-money-goes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --dir .",
"lint:fix": "next lint --dir . --fix",
"prepare": "husky install"
},
"dependencies": {
"@hookform/resolvers": "^2.9.11",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.11.0",
"@tanstack/react-query": "^4.26.1",
"@tanstack/react-query-devtools": "^4.26.1",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"next": "13.2.4",
"nodemailer": "^6.9.1",
"prisma": "^4.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-focus-lock": "^2.9.4",
"react-hook-form": "^7.43.5",
"react-icons": "^4.8.0",
"sonner": "^0.2.0",
"tailwind-merge": "^1.10.0",
"typescript": "4.9.5",
"zod": "^3.21.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/nodemailer": "^6.4.7",
"@types/react-query": "^1.2.9",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"autoprefixer": "^10.4.14",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"next-auth": "^4.20.1",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-prisma": "^4.10.0",
"tailwindcss": "^3.2.7"
}
}