-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.44 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": "ignite-call",
"description": "User-friendly scheduling web app with seamless Google Calendar integration",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@hookform/resolvers": "^3.3.1",
"@ignite-ui/react": "^2.2.4",
"@prisma/client": "^5.3.1",
"@tanstack/react-query": "^4.35.3",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"axios": "^1.5.0",
"dayjs": "^1.11.9",
"eslint-config-next": "13.4.19",
"googleapis": "^126.0.1",
"next": "13.4.19",
"next-auth": "^4.23.1",
"next-seo": "^6.1.0",
"nookies": "^2.5.2",
"phosphor-react": "^1.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.1",
"typescript": "5.2.2",
"zod": "^3.22.2"
},
"devDependencies": {
"@rocketseat/eslint-config": "^2.1.0",
"@types/cookie": "^0.5.2",
"eslint": "^8.49.0",
"prisma": "^5.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guipmdev/ignite-call.git"
},
"bugs": {
"url": "https://github.com/guipmdev/ignite-call/issues"
},
"author": {
"name": "Guilherme Preveda Milék",
"email": "[email protected]",
"url": "https://guipm.dev/"
},
"license": "MIT",
"homepage": "https://guipmdev-ignite-call.vercel.app/"
}