-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
{
"name": "expressblog",
"version": "0.2.0",
"private": true,
"scripts": {
"start": "nodemon -r dotenv/config ./bin/www"
},
"dependencies": {
"@alicloud/pop-core": "^1.7.13",
"bad-words-chinese": "^1.0.2",
"baidu-aip-sdk": "^4.16.13",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"connect-mongo": "^5.0.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"debug": "~2.6.9",
"dotenv": "^16.3.1",
"ejs": "~3.1.7",
"express": "~4.18.2",
"express-limiter": "^1.6.1",
"express-rate-limit": "^6.10.0",
"express-session": "^1.17.3",
"geoip-lite": "^1.4.7",
"http-errors": "~1.6.3",
"ioredis": "^5.3.2",
"ip2region": "^2.3.0",
"joi": "^17.10.0",
"moment": "^2.29.4",
"mongoose": "^7.5.0",
"mongoose-paginate": "^5.0.3",
"morgan": "~1.9.1",
"mysql2": "^3.6.0",
"node-redis": "^0.1.7",
"nodemailer": "^6.9.4",
"rate-limit-redis": "^3.1.0",
"rate-limiter-flexible": "^2.4.2",
"redis": "^4.6.8",
"sequelize": "^6.33.0",
"sequelize-redis-cache": "^2.0.1",
"sprintf-js": "^1.1.2",
"ssdb": "^0.3.8",
"ssdb-node": "^5.1.0",
"string-random": "^0.1.3",
"uuid": "^9.0.0",
"xss": "^1.0.14"
}
}