-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.38 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
{
"name": "video-call-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@clerk/clerk-react": "^4.27.2",
"@clerk/themes": "^1.7.9",
"@excalidraw/excalidraw": "^0.16.1",
"@hocuspocus/provider": "^2.8.0",
"@liveblocks/client": "^1.7.1",
"@liveblocks/react": "^1.7.1",
"@liveblocks/yjs": "^1.7.1",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@svgr/webpack": "^8.1.0",
"@tiptap/extension-collaboration": "^2.1.12",
"@tiptap/extension-collaboration-cursor": "^2.1.12",
"@tiptap/pm": "^2.1.12",
"@tiptap/react": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"@types/socket.io-client": "^3.0.0",
"add": "^2.0.6",
"dotenv": "^16.3.1",
"highlight.js": "^11.9.0",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"monaco-editor": "^0.44.0",
"node": "18.0.0",
"popover": "^2.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.4.3",
"react-grid-system": "^8.1.9",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-quill": "^2.0.0",
"react-router-dom": "^6.18.0",
"socket.io-client": "^4.7.2",
"styled-components": "^6.1.1",
"tailwind-merge": "^2.0.0",
"uuid": "^9.0.1",
"y-monaco": "^0.1.5",
"y-prosemirror": "^1.2.1",
"y-webrtc": "^10.2.6",
"yjs": "^13.6.10",
"zustand": "^4.4.6"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/lodash": "^4.14.201",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.8.10",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.17",
"@types/react-icons": "^3.0.0",
"@types/styled-components": "^5.1.31",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.2",
"vite": "^4.4.5"
},
"main": "index.js",
"license": "MIT"
}