-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage-lock.json
More file actions
53 lines (53 loc) · 1.28 KB
/
package-lock.json
File metadata and controls
53 lines (53 loc) · 1.28 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "comconnect",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "comconnect",
"version": "1.0.0",
"license": "ISC"
},
"backend": {
"version": "1.0.0",
"extraneous": true,
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"colors": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-async-handler": "^1.2.0",
"firebase": "^11.1.0",
"firebase-admin": "^13.0.2",
"ioredis": "^5.4.2",
"jsonwebtoken": "^9.0.2",
"kafkajs": "^2.2.4",
"mongoose": "^8.4.1",
"socket.io": "^4.7.5",
"tls": "^0.0.1"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
},
"frontend": {
"version": "0.1.0",
"extraneous": true,
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0",
"react-scripts": "5.0.1",
"socket.io-client": "^4.7.4",
"web-vitals": "^2.1.4"
}
}
}
}