-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.25 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.25 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
{
"name": "collabwriter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.1.6",
"@clerk/themes": "^2.1.10",
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@google-cloud/storage": "^7.11.2",
"@hookform/resolvers": "^3.6.0",
"@icons-pack/react-simple-icons": "^9.6.0",
"@radix-ui/react-context-menu": "^2.2.6",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@types/diff": "^7.0.1",
"@types/react-file-icon": "^1.0.4",
"@xterm/xterm": "^5.5.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"devicon": "^2.16.0",
"diff": "^7.0.0",
"embla-carousel-autoplay": "^8.1.5",
"embla-carousel-react": "^8.1.5",
"framer-motion": "^12.4.10",
"highlight.js": "^11.9.0",
"html2canvas": "^1.4.1",
"i": "^0.3.7",
"lucide-react": "^0.399.0",
"mongoose": "^8.4.4",
"next": "^14.2.5",
"npm": "^10.8.1",
"quill": "^2.0.2",
"react": "^18",
"react-ace": "^12.0.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18",
"react-file-icon": "^1.5.0",
"react-hook-form": "^7.52.0",
"react-icons": "^5.2.1",
"react-resizable": "^3.0.5",
"react-toastify": "^10.0.5",
"sharp": "^0.33.4",
"simple-icons": "^13.1.0",
"socket.io-client": "^4.7.5",
"sonner": "^2.0.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-animatecss": "^3.0.5",
"uuidv4": "^6.2.13",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}