-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 822 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 822 Bytes
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
{
"name": "ignite-call",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "3.1.0",
"@ignite-ui/react": "2.2.4",
"@prisma/client": "4.13.0",
"axios": "1.4.0",
"next": "13.3.1",
"nookies": "2.5.2",
"phosphor-react": "1.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.43.9",
"zod": "3.21.4"
},
"devDependencies": {
"@rocketseat/eslint-config": "1.2.0",
"@types/cookie": "0.5.1",
"@types/node": "18.16.0",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"prisma": "4.13.0",
"typescript": "5.0.4"
}
}