-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.52 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "kanmi-ui",
"version": "20.1.0",
"description": "Frontend Web Interface for Sequenzia",
"homepage": "https://sequenzia.moe",
"author": {
"name": "Yukimi Kazari",
"email": "[email protected]"
},
"os": [
"darwin",
"linux",
"win32"
],
"dependencies": {
"amqplib": "^0.8.0",
"body-parser": "^1.20.1",
"btoa": "^1.2.1",
"colors": "^1.4.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"cron": "^1.8.2",
"dotenv": "^8.2.0",
"express": "^4.18.2",
"express-mysql-session": "^2.1.8",
"express-rate-limit": "^5.2.6",
"express-session": "^1.17.3",
"express-useragent": "^1.0.15",
"express-validator": "^6.14.2",
"fast-average-color-node": "^1.0.3",
"feed": "^4.2.2",
"get-urls": "^10.0.0",
"graylog2": "^0.2.1",
"http-auth": "^4.2.0",
"image-size": "^0.9.3",
"ioredis": "^4.22.0",
"knex": "^0.95.11",
"limiter": "^1.1.5",
"md5": "^2.3.0",
"mime-types": "^2.1.29",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"mv": "^2.1.1",
"mysql2": "^2.2.5",
"node-cron": "^3.0.2",
"node-fetch": "^2.6.1",
"node-persist": "^3.1.0",
"nunjucks": "^3.2.2",
"object-hash": "^2.1.1",
"podcast": "^1.3.0",
"pug": "^3.0.2",
"qrcode": "^1.5.1",
"remote-file-size": "^3.0.5",
"request": "^2.88.2",
"response-time": "^2.3.2",
"rimraf": "^3.0.2",
"serve-static": "^1.14.1",
"sharp": "^0.27.0",
"yauzl": "^2.10.0"
}
}