-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
111 lines (111 loc) · 3.43 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "next-app-template",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^2.2.0",
"@auth/unstorage-adapter": "^2.1.0",
"@auth/upstash-redis-adapter": "^2.0.0",
"@discordjs/rest": "^2.4.0",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.3.4",
"@netlify/plugin-nextjs": "^5.2.2",
"@nextui-org/button": "2.0.18",
"@nextui-org/code": "2.0.16",
"@nextui-org/input": "2.1.6",
"@nextui-org/kbd": "2.0.17",
"@nextui-org/link": "2.0.19",
"@nextui-org/navbar": "2.0.19",
"@nextui-org/react": "^2.1.13",
"@nextui-org/snippet": "2.0.22",
"@nextui-org/switch": "2.0.18",
"@nextui-org/system": "2.0.7",
"@nextui-org/table": "^2.0.33",
"@nextui-org/tabs": "^2.0.29",
"@nextui-org/theme": "2.1.6",
"@prisma/client": "^5.15.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@react-aria/ssr": "^3.7.1",
"@react-aria/visually-hidden": "^3.8.3",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.43.1",
"@tanstack/react-query": "^5.35.1",
"@tanstack/react-query-devtools": "^5.35.1",
"@tremor/react": "^3.16.2",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "^18.2.7",
"@upstash/qstash": "^2.5.0",
"@upstash/ratelimit": "^1.1.3",
"@upstash/redis": "^1.30.1",
"animejs": "^3.2.1",
"autoprefixer": "^10.4.15",
"axios": "^1.6.8",
"chalk-template": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"discord-api-types": "^0.37.111",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.18.0",
"image-to-base64": "^2.2.0",
"intl-messageformat": "^10.5.0",
"logging-service": "^1.0.1",
"lucide-react": "^0.378.0",
"mongodb": "^6.7.0",
"mongoose": "^8.4.0",
"next": "^14.2.3",
"next-auth": "^5.0.0-beta.19",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"node-fetch": "^3.3.2",
"postcss": "^8.4.29",
"react": "^18.3.1",
"react-country-flag": "^3.1.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"react-icons": "^5.1.0",
"react-intersection-observer": "^9.5.2",
"react-router-dom": "^6.23.0",
"react-spring": "^9.7.3",
"react-syntax-highlighter": "^15.6.1",
"react-use-lanyard": "^0.3.1",
"redis": "^4.6.13",
"sonner": "^1.4.41",
"sugar-high": "^0.6.1",
"superjson": "^2.2.1",
"tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.1.13",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"use-lanyard": "^1.5.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/animejs": "^3.1.8",
"@types/image-to-base64": "^2.1.2",
"prettier": "^3.3.0",
"prettier-plugin-tailwindcss": "^0.6.1",
"prisma": "^5.15.0",
"typescript": "^5.4.5"
}
}