-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 755 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 755 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
{
"name": "echowave",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@faker-js/faker": "^10.1.0",
"@socket.io/redis-adapter": "^8.3.0",
"@socket.io/redis-emitter": "^5.1.0",
"angular": "^1.8.2",
"bootstrap": "^5.3.8",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^17.2.3",
"ejs": "~2.6.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jquery": "^3.7.1",
"morgan": "~1.9.1",
"mysql2": "^3.15.3",
"redis": "^5.9.0",
"toastr": "^2.1.4"
},
"devDependencies": {
"bufferutil": "^4.0.9",
"socket.io": "^4.8.1",
"utf-8-validate": "^6.0.5",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1"
}
}