-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 958 Bytes
/
package.json
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
{
"name": "live-chat-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node backend/server.js",
"server": "nodemon backend/server.js",
"build": "npm install --legacy-peer-deps && npm install --legacy-peer-deps --prefix frontend && npm run build --prefix frontend"
},
"author": "Ritik Bhatt",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"axios": "^1.6.7",
"bcryptjs": "^2.4.3",
"colors": "^1.4.0",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"express-async-handler": "^1.2.0",
"framer-motion": "^11.0.8",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.2.0",
"nodemon": "^3.1.0",
"react-router-dom": "^6.22.2",
"socket.io": "^4.7.4"
}
}