-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 767 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 767 Bytes
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
{
"name": "codeshare",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@uiw/react-codemirror": "^4.22.2",
"axios": "^1.7.2",
"clsx": "^2.1.1",
"codemirror": "^5.65.16",
"lucide-react": "^0.379.0",
"next": "14.2.3",
"react": "^18",
"react-avatar": "^5.0.3",
"react-codemirror2": "^8.0.0",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4",
"tern": "^0.24.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"postcss": "^8"
}
}