-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.24 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.24 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
{
"name": "codeProctor",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.23.1",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-avatar": "^1.1.4",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.7",
"@radix-ui/react-dropdown-menu": "^2.1.7",
"@radix-ui/react-label": "^2.1.3",
"@radix-ui/react-popover": "^1.1.7",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.4",
"@radix-ui/react-scroll-area": "^1.2.4",
"@radix-ui/react-select": "^2.1.7",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-switch": "^1.1.4",
"@radix-ui/react-tabs": "^1.1.4",
"@radix-ui/react-tooltip": "^1.2.7",
"@stream-io/node-sdk": "^0.4.25",
"@stream-io/video-react-sdk": "^1.18.6",
"@tanstack/react-virtual": "^3.13.12",
"@types/nodemailer": "^6.4.17",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.23.0",
"cors": "^2.8.5",
"date-fns": "^3.6.0",
"express": "^5.1.0",
"framer-motion": "^12.6.5",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.487.0",
"monaco-editor": "^0.52.2",
"next": "15.2.4",
"nodemailer": "^7.0.3",
"react": "^19.0.0",
"react-day-picker": "^9.7.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-resizable-panels": "^2.1.7",
"react-toastify": "^11.0.5",
"react-tooltip": "^5.28.1",
"resend": "^4.6.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"svix": "^1.68.0",
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.2.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/node": "^20.19.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"nodemon": "^3.1.10",
"tailwindcss": "^4",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}