-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·119 lines (119 loc) · 3.93 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
112
113
114
115
116
117
118
119
{
"name": "moyu-ai-v3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/supabase-adapter": "^1.7.4",
"@emotion/css": "^11.13.5",
"@hocuspocus/provider": "^2.15.0",
"@hocuspocus/server": "^2.15.0",
"@hookform/resolvers": "^4.0.0",
"@radix-ui/react-alert-dialog": "^1.1.3",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-menubar": "^1.1.4",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-tooltip": "^1.1.5",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.47.7",
"@tippyjs/react": "^4.2.6",
"@tiptap-pro/extension-file-handler": "2.10.3",
"@tiptap-pro/extension-table-of-contents": "2.10.3",
"@tiptap-pro/extension-unique-id": "2.10.3",
"@tiptap/core": "^2.10.3",
"@tiptap/extension-character-count": "^2.10.3",
"@tiptap/extension-code-block": "^2.10.3",
"@tiptap/extension-code-block-lowlight": "^2.10.3",
"@tiptap/extension-collaboration": "2.10.3",
"@tiptap/extension-collaboration-cursor": "^2.10.3",
"@tiptap/extension-color": "2.10.3",
"@tiptap/extension-document": "^2.10.3",
"@tiptap/extension-focus": "2.10.3",
"@tiptap/extension-heading": "^2.10.3",
"@tiptap/extension-highlight": "^2.10.3",
"@tiptap/extension-horizontal-rule": "^2.10.3",
"@tiptap/extension-image": "^2.10.3",
"@tiptap/extension-link": "2.10.3",
"@tiptap/extension-paragraph": "^2.10.3",
"@tiptap/extension-placeholder": "^2.10.3",
"@tiptap/extension-subscript": "2.10.3",
"@tiptap/extension-superscript": "2.10.3",
"@tiptap/extension-table": "2.10.3",
"@tiptap/extension-table-cell": "2.10.3",
"@tiptap/extension-table-header": "2.10.3",
"@tiptap/extension-table-row": "2.10.3",
"@tiptap/extension-task-item": "2.10.3",
"@tiptap/extension-task-list": "2.10.3",
"@tiptap/extension-text": "^2.10.3",
"@tiptap/extension-text-align": "^2.10.3",
"@tiptap/extension-text-style": "2.10.3",
"@tiptap/extension-typography": "^2.10.3",
"@tiptap/extension-underline": "2.10.3",
"@tiptap/pm": "^2.10.3",
"@tiptap/react": "^2.10.3",
"@tiptap/starter-kit": "^2.10.3",
"@tiptap/suggestion": "^2.10.3",
"ali-oss": "^6.22.0",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"eventemitter3": "^5.0.1",
"immer": "^10.1.1",
"is-hotkey": "^0.2.0",
"jsonwebtoken": "^9.0.2",
"lodash-es": "^4.17.21",
"lowlight": "^3.3.0",
"lucide-react": "^0.468.0",
"nanoid": "^5.0.9",
"next": "15.1.0",
"next-auth": "5.0.0-beta.25",
"next-themes": "^0.4.4",
"nodemailer": "^6.10.0",
"react": "^19.0.0",
"react-colorful": "^5.6.1",
"react-dom": "^19.0.0",
"react-easy-crop": "^5.2.0",
"react-hook-form": "^7.54.2",
"react-hot-toast": "^2.4.1",
"react-resizable-panels": "^2.1.7",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"tippy.js": "^6.3.7",
"y-prosemirror": "^1.2.15",
"y-protocols": "^1.0.6",
"yjs": "^13.6.20",
"zod": "^3.24.2",
"zustand": "^5.0.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@svgr/webpack": "^8.1.0",
"@types/ali-oss": "^6.16.11",
"@types/is-hotkey": "^0.1.10",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.0",
"postcss": "^8",
"sass": "^1.83.4",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}