-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.5 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.5 KB
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
{
"name": "discord-study",
"version": "0.0.0",
"private": true,
"main": "",
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"postbuild": "next-sitemap",
"start": "next start",
"start:dev": "next build && next",
"lint": "next lint"
},
"license": "ISC",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@prisma/client": "^5.22.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-email/components": "^1.0.12",
"@react-email/render": "^2.0.7",
"@stripe/stripe-js": "^1.22.0",
"@tailwindcss/typography": "^0.5.19",
"@types/canvas-confetti": "^1.9.0",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@vercel/blob": "^2.3.1",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.37.0",
"gray-matter": "^4.0.3",
"i18next": "^23.7.16",
"lucide-react": "^0.577.0",
"next": "^12.1.0",
"next-auth": "^4.24.13",
"next-i18next": "^15.2.0",
"next-mdx-remote": "^6.0.0",
"next-seo": "^6.8.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"nodemailer": "^6.6.3",
"prisma": "^5.22.0",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.6.0",
"react-i18next": "^14.1.3",
"reading-time": "^1.5.0",
"recharts": "^3.8.0",
"resend": "^6.12.2",
"sass": "^1.45.1",
"sharp": "^0.30.3",
"sonner": "^2.0.7",
"stripe": "^8.199.0",
"swr": "^1.1.2",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^3.0.23",
"tailwindcss-animate": "^1.0.7",
"typescript": "^4.5.4"
},
"devDependencies": {
"@resvg/resvg-js": "^2.6.2",
"@types/node": "^17.0.15",
"autoprefixer": "^10.4.2",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.8",
"prettier": "2.6.2",
"satori": "^0.26.0"
}
}