-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
36 lines (36 loc) · 884 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
35
36
{
"name": "kanadev",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.4",
"cos-nodejs-sdk-v5": "^2.5.20",
"cron": "^1.8.2",
"debug": "~2.6.9",
"ejs": "^2.6.2",
"express": "^4.16.4",
"express-mysql-session": "^2.1.4",
"express-session": "^1.17.1",
"express-socket.io-session": "^1.3.5",
"http-errors": "~1.6.3",
"markdown-it": "^10.0.0",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"nodemon": "^2.0.4",
"sequelize": "^5.21.11",
"sharp": "^0.25.2",
"socket.io": "^2.3.0",
"string-random": "^0.1.3",
"svg-captcha": "^1.4.0",
"tencentcloud-sdk-nodejs": "^4.0.58",
"uuid": "^8.3.2",
"webp-converter": "^2.2.3",
"xss": "^1.0.6"
}
}