-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.59 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 3.59 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
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
112
113
114
115
{
"name": "Learn404",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 5173",
"build": "npx prisma generate && next build",
"start": "next start -p 5173",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^2.1.0",
"@gsap/react": "^2.1.1",
"@hookform/resolvers": "^3.9.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mux/mux-node": "^8.7.1",
"@mux/mux-player-react": "^2.7.0",
"@mux/mux-uploader-react": "^1.0.0-beta.18",
"@next/mdx": "^14.2.4",
"@prisma/client": "^5.14.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.1",
"@react-email/components": "^0.0.22",
"@remirror/core-constants": "^2.0.2",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^3.5.0",
"@tanstack/react-table": "^8.19.2",
"@tiptap/extension-blockquote": "^2.5.8",
"@tiptap/extension-character-count": "^2.5.8",
"@tiptap/extension-code-block-lowlight": "^2.5.8",
"@tiptap/extension-heading": "^2.5.8",
"@tiptap/extension-highlight": "^2.5.8",
"@tiptap/extension-image": "^2.5.8",
"@tiptap/extension-link": "^2.5.8",
"@tiptap/extension-underline": "^2.5.8",
"@tiptap/pm": "^2.5.8",
"@tiptap/react": "^2.5.8",
"@tiptap/starter-kit": "^2.5.8",
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/mdx": "^2.0.13",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"framer-motion": "^11.2.10",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"hast-util-is-element": "^3.0.0",
"input-otp": "^1.2.4",
"jsonwebtoken": "^9.0.2",
"lowlight": "^2.4.0",
"lucide-react": "^0.379.0",
"next": "14.2.3",
"next-auth": "^5.0.0-beta.18",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
"path": "^0.12.7",
"postinstall": "^0.10.3",
"prismjs": "^1.29.0",
"react": "^18",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18",
"react-hook-form": "^7.52.1",
"react-icon-cloud": "^4.1.4",
"react-markdown": "^9.0.1",
"react-tabs": "^6.0.2",
"react-toastify": "^10.0.5",
"recharts": "^2.12.7",
"rehype-highlight": "^7.0.0",
"rehype-highlight-code-lines": "^1.0.4",
"rehype-pretty-code": "^0.13.2",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"resend": "^3.4.0",
"sharp": "^0.33.4",
"sonner": "^1.5.0",
"stripe": "^15.9.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20",
"@types/prismjs": "^1.26.4",
"@types/react": "^18",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18",
"@types/react-highlight": "^0.12.8",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"prisma": "^5.14.0",
"rehype-extended-table": "^0.1.3",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.4",
"typescript": "^5"
}
}