-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.62 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
{
"name": "zoz.bio-frontend",
"version": "1.0.0",
"description": "A beauty platform to create your bio page and link your socials",
"repository": "https://github.com/guustavocl/zoz.bio-frontend",
"author": "@guustavocl - https://gus.sh/",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.1.0",
"@tanstack/react-query": "^4.29.12",
"@tippyjs/react": "^4.2.6",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"clsx": "^1.2.1",
"cookies-next": "^2.1.1",
"css-doodle": "^0.34.9",
"next": "^13.4.4",
"next-auth": "^4.22.1",
"nextjs-toploader": "^1.4.2",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.44.3",
"react-toastify": "^9.1.3",
"tailwind-merge": "^1.13.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@types/react-google-recaptcha": "^2.1.5",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"color": "^4.2.3",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"postcss": "8.4.24",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
},
"resolutions": {
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4"
}
}