This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.56 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
56
57
58
59
{
"private": true,
"name": "required",
"description": "Simple authentication flow application",
"version": "0.1.0-beta",
"license": "MIT",
"author": {
"name": "Matheus Felipe Zanin",
"email": "[email protected]",
"url": "https://github.com/MattZ6"
},
"repository": "https://github.com/MattZ6/required",
"bugs": "https://github.com/MattZ6/required/issues",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "3.1.1",
"@phosphor-icons/web": "2.0.3",
"@radix-ui/colors": "1.0.0",
"@radix-ui/react-alert-dialog": "1.0.4",
"@radix-ui/react-dropdown-menu": "2.0.5",
"@radix-ui/react-toast": "1.1.4",
"@stitches/react": "1.2.8",
"@tanstack/react-query": "4.29.19",
"alova": "2.9.1",
"axios": "1.4.0",
"chalk": "5.3.0",
"cookies-next": "2.1.2",
"jose": "4.14.4",
"jotai": "2.2.2",
"next": "13.4.9",
"next-intl": "2.17.5",
"next-themes": "0.2.1",
"nookies": "2.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.45.1",
"react-icons": "4.10.1",
"rxjs": "7.8.1",
"sharp": "0.32.1",
"swr": "2.2.0",
"zod": "3.21.4"
},
"devDependencies": {
"@rocketseat/eslint-config": "1.3.0",
"@types/node": "20.4.1",
"@types/react": "18.2.14",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"eslint-plugin-import-helpers": "1.3.1",
"sass": "1.63.6",
"typescript": "5.1.6"
}
}