-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.22 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.22 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
{
"name": "codingcollab",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint-fix": "eslint . --fix",
"format": "prettier --write ."
},
"dependencies": {
"@emoji-mart/react": "^1.1.1",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^4.0.0",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-hover-card": "^1.1.5",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.5",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-toast": "^1.2.6",
"@radix-ui/react-tooltip": "^1.1.7",
"@reduxjs/toolkit": "^2.5.1",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"firebase": "^11.2.0",
"framer-motion": "^12.23.25",
"input-otp": "^1.4.2",
"js-cookie": "^3.0.5",
"lucide-react": "^0.462.0",
"moment": "^2.30.1",
"next": "^16.0.7",
"next-themes": "^0.4.4",
"react": "^18.3.1",
"react-calendar-heatmap": "^1.10.0",
"react-codemirror2": "^8.0.1",
"react-day-picker": "^9.12.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-markdown": "^9.0.3",
"react-redux": "^9.2.0",
"socket.io-client": "^4.8.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.5",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18.3.18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.3",
"postcss": "^8",
"prettier": "^3.6.2",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}