-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.6 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
{
"name": "dropbin2.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^2.2.9",
"@tiptap/extension-bubble-menu": "^2.2.1",
"@tiptap/extension-code": "^2.2.1",
"@tiptap/extension-collaboration": "^2.2.1",
"@tiptap/extension-document": "^2.2.1",
"@tiptap/extension-dropcursor": "^2.2.1",
"@tiptap/extension-heading": "^2.2.1",
"@tiptap/extension-image": "^2.2.1",
"@tiptap/extension-link": "^2.2.1",
"@tiptap/extension-paragraph": "^2.2.1",
"@tiptap/extension-placeholder": "^2.2.1",
"@tiptap/extension-text": "^2.2.1",
"@tiptap/pm": "^2.2.1",
"@tiptap/react": "^2.2.1",
"@tiptap/starter-kit": "^2.2.1",
"framer-motion": "^11.0.3",
"fs": "^0.0.1-security",
"fs-extra": "^11.2.0",
"html-docx-js": "^0.3.1",
"net": "^1.0.2",
"next": "14.1.0",
"next-theme": "^0.1.5",
"next-themes": "^0.2.1",
"node-quill-converter": "^0.3.3",
"node-tls": "^0.10.2",
"quill-delta-to-html": "^0.12.1",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-quill": "^2.0.0",
"socket.io-client": "^4.7.4",
"tls": "^0.0.1",
"webrtc": "^1.14.1",
"y-prosemirror": "^1.2.2",
"y-webrtc": "^10.3.0",
"y-websocket": "^1.5.3",
"yjs": "^13.6.11"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}