-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.28 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"start:dev": "nodemon --watch . app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"artillery": "^2.0.0-34",
"base64-img": "^1.0.4",
"body-parser": "^1.19.0",
"connect-session-sequelize": "^6.0.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"date-utils": "^1.2.21",
"dateformat": "^3.0.3",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"express-mysql-session": "^2.1.0",
"express-pino-logger": "^4.0.0",
"express-session": "^1.16.1",
"formidable": "^1.2.1",
"fs-extra": "^8.0.1",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.11",
"mime-types": "^2.1.24",
"mocha": "^10.2.0",
"mongoose": "^5.5.11",
"mysql2": "^1.6.5",
"nodemon": "^3.0.2",
"path": "^0.12.7",
"redis": "^3.1.1",
"redis-server": "^1.2.2",
"rich-text": "^3.1.0",
"sequelize": "^6.29.0",
"sequelize-session-store": "^0.1.0",
"sharedb": "^1.0.0-beta.23",
"sharedb-mongo": "^4.1.0",
"socket.io": "^2.2.0",
"uuid": "^3.3.2",
"uuid4": "^1.1.4",
"websocket-json-stream": "0.0.3",
"ws": "^7.0.0"
}
}