-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.29 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "web3-dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 4534",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.23.2",
"@clerk/themes": "^1.7.5",
"@hookform/resolvers": "^3.3.1",
"@nextui-org/react": "^2.2.9",
"@radix-ui/react-alert-dialog": "1.0.4",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-dialog": "1.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/supabase-js": "^2.39.0",
"@tanstack/react-query": "^4.33.0",
"@uploadthing/react": "^5.5.0",
"@vercel/analytics": "^1.0.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.9",
"formik": "^2.4.1",
"framer-motion": "^10.16.16",
"lucide-react": "^0.269.0",
"nanoid": "^4.0.2",
"next": "^13.5.6",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.45.4",
"react-icons": "^4.9.0",
"react-loading-skeleton": "^3.3.1",
"react-textarea-autosize": "^8.5.3",
"react-toastify": "^9.1.3",
"resend": "^3.1.0",
"slugify": "^1.6.6",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.6",
"uploadthing": "^5.5.0",
"yup": "^1.2.0",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/eslint": "^8.37.0",
"@types/lodash.merge": "^4.6.7",
"@types/node": "^18.16.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@xpd/tailwind-3dtransforms": "^1.0.3",
"autoprefixer": "^10.4.14",
"daisyui": "^3.6.4",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.2",
"hamburger-react": "^2.5.0",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
},
"ct3aMetadata": {
"initVersion": "7.13.1"
},
"packageManager": "[email protected]"
}