-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.33 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.33 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
{
"name": "codeshack",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.0",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.1.9",
"@codemirror/lang-python": "^6.1.3",
"@codemirror/theme-one-dark": "^6.1.2",
"@headlessui/react": "^1.7.15",
"@prisma/client": "^4.15.0",
"@tippyjs/react": "^4.2.6",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@vercel/kv": "^0.2.1",
"autoprefixer": "10.4.14",
"codemirror": "^6.0.1",
"lucide-react": "^0.248.0",
"nanoid": "^4.0.2",
"next": "13.4.4",
"next-auth": "^4.22.1",
"nextjs-toploader": "^1.4.2",
"postcss": "8.4.24",
"razorpay": "^2.8.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"tailwindcss": "3.3.2",
"trystero": "^0.12.0",
"typescript": "5.0.4",
"uniqolor": "^1.1.0",
"video-stream-merger": "^4.0.1",
"y-codemirror.next": "^0.3.2",
"y-webrtc": "^10.2.5",
"y-websocket": "^1.5.0",
"yjs": "^13.6.6",
"zustand": "^4.3.8"
},
"devDependencies": {
"prisma": "^4.15.0"
}
}