-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 764 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
{
"name": "codelab",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"dotenv": "^17.4.2",
"jsonwebtoken": "^9.0.3",
"monaco-editor": "^0.44.0",
"mongoose": "^8.24.0",
"next": "^14.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"sass": "^1.72.0",
"socket.io": "^4.8.3",
"socket.io-client": "^4.7.5",
"uuid": "^9.0.1"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.0"
}
}