-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 955 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
33
34
{
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.6.5",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-flash": "^0.0.2",
"express-session": "^1.17.3",
"http-proxy-middleware": "^2.0.6",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.7.0",
"nodemailer": "^6.9.8",
"randomstring": "^1.3.0",
"react": "^18.2.0",
"react-chat-engine": "^1.11.28",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"validator": "^13.11.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "concurrently \"npm run start-chat\" \"npm run start-main-server\"",
"start-main-server": "node server.js",
"start-chat": "cd chat-app && npm start"
},
"devDependencies": {
"concurrently": "^8.2.2"
}
}