-
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) · 960 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 960 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": "grinchat",
"version": "1.0.0",
"description": "Realtime chat app with registration, storing messages in a database, group and personal chats.",
"main": "server.js",
"scripts": {
"start": "nodemon backend/server.js",
"build": "cd frontend && npm install && npm run build"
},
"author": "Tovstolis Maksym",
"license": "ISC",
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@types/react": "^18.2.12",
"axios": "^1.9.0",
"bcryptjs": "^2.4.3",
"colors": "^1.4.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"framer-motion": "^10.12.4",
"jsonwebtoken": "^9.0.0",
"mongodb": "^5.3.0",
"mongoose": "^7.0.4",
"node-cron": "^4.0.4",
"nodemon": "^3.1.10",
"sass": "^1.62.0",
"socket.io": "^4.7.1",
"typescript": "^5.1.3"
}
}