-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 918 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
{
"name": "ignite-call",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "prisma generate"
},
"dependencies": {
"@hookform/resolvers": "^3.1.1",
"@ignite-ui/react": "^2.2.4",
"@prisma/client": "^4.15.0",
"@tanstack/react-query": "^4.29.25",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"googleapis": "^123.0.0",
"next": "13.4.6",
"next-auth": "^4.22.1",
"next-seo": "^6.1.0",
"nookies": "^2.5.2",
"phosphor-react": "^1.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.4",
"react-hook-form": "^7.44.3",
"zod": "^3.21.4"
},
"devDependencies": {
"@rocketseat/eslint-config": "^1.2.0",
"@types/cookie": "^0.5.1",
"prisma": "^4.15.0"
}
}