-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 800 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
35
{
"name": "privatechat",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "nodemon server.js",
"build": "next build",
"start": "node server.js",
"lint": "eslint"
},
"dependencies": {
"axios": "^1.12.2",
"concurrently": "^9.2.1",
"cors": "^2.8.5",
"express": "^5.1.0",
"lucide-react": "^1.23.0",
"mongoose": "^8.19.0",
"next": "15.5.4",
"next-auth": "^5.0.0-beta.29",
"nodemon": "^3.1.10",
"react": "19.1.0",
"react-dom": "19.1.0",
"socket-client": "^1.0.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.5.4",
"tailwindcss": "^4"
}
}