-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.82 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
{
"name": "workspace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.414.0",
"@ducanh2912/next-pwa": "^9.7.1",
"@hocuspocus/provider": "^2.4.0",
"@mediapipe/selfie_segmentation": "^0.1.1675465747",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@reduxjs/toolkit": "^1.9.5",
"@tiptap/extension-collaboration": "^2.1.7",
"@tiptap/extension-collaboration-cursor": "^2.1.10",
"@tiptap/extension-color": "^2.1.7",
"@tiptap/extension-highlight": "^2.1.11",
"@tiptap/extension-table": "^2.1.11",
"@tiptap/extension-table-cell": "^2.1.11",
"@tiptap/extension-table-header": "^2.1.11",
"@tiptap/extension-table-row": "^2.1.11",
"@tiptap/extension-text-align": "^2.1.11",
"@tiptap/extension-text-style": "^2.1.7",
"@tiptap/extension-underline": "^2.1.11",
"@tiptap/pm": "^2.1.7",
"@tiptap/react": "^2.1.7",
"@tiptap/starter-kit": "^2.1.7",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@xenova/transformers": "^2.6.0",
"autoprefixer": "10.4.15",
"aws-sdk": "^2.1459.0",
"axios": "^1.5.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"emoji-picker-react": "^4.5.1",
"eslint": "8.47.0",
"eslint-config-next": "13.4.16",
"firebase": "^10.4.0",
"fs": "^0.0.1-security",
"html2canvas": "^1.4.1",
"javascript-time-ago": "^2.5.9",
"jsonwebtoken": "^9.0.1",
"jspdf": "^2.5.1",
"juice": "^9.1.0",
"lucide-react": "^0.279.0",
"net": "^1.0.2",
"next": "13.4.16",
"next-auth": "^4.23.0",
"next-themes": "^0.2.1",
"peerjs": "^1.4.7",
"perfect-freehand": "^1.2.0",
"postcss": "8.4.28",
"react": "18.2.0",
"react-color": "^2.19.3",
"react-dom": "18.2.0",
"react-multi-carousel": "^1.4.6",
"react-redux": "^8.1.2",
"react-scrollable-feed": "^1.3.2",
"react-toastify": "^9.1.3",
"relative-time-format": "^1.1.6",
"sass": "^1.66.1",
"simple-peer": "^9.11.1",
"socket.io-client": "^4.7.2",
"swiper": "^9.0.3",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"tls": "^0.0.1",
"twilio": "^4.18.0",
"typescript": "5.1.6",
"validator": "^13.11.0",
"y-prosemirror": "^1.0.20",
"y-webrtc": "^10.2.5",
"y-websocket": "^1.5.0",
"yjs": "^13.6.8"
},
"devDependencies": {
"@types/react-color": "^3.0.6",
"@types/simple-peer": "^9.11.5",
"bufferutil": "^4.0.7",
"supports-color": "^8.1.1",
"utf-8-validate": "^5.0.10"
}
}