-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
48 lines (48 loc) · 1.47 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
{
"name": "kcapp",
"version": "2.7.0",
"private": true,
"scripts": {
"dev": "browser-refresh ./bin/www",
"prod": "cross-env NODE_ENV=production npm start",
"docker": "NODE_ENV=production npm start",
"start": "node ./bin/www"
},
"dependencies": {
"@lasso/marko-taglib": "^2.0.5",
"@marko/compiler": "^5.30.1",
"@marko/express": "^2.1.0",
"alertifyjs": "^1.13.1",
"axios": "^0.21.2",
"body-parser": "^1.20.2",
"bottleneck": "^2.18.0",
"browser-refresh": "^1.7.3",
"browser-refresh-taglib": "^1.2.1",
"chart.js": "^3.9.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"debug": "^4.3.2",
"dissolve": "^0.2.1",
"express": "^4.18.2",
"kcapp-bot": "github:kcapp/bot#bf4fd3503cbc5e05e8193c52f58daa520803f4e1",
"kcapp-sio-client": "github:kcapp/kcapp-sio-client",
"lasso": "^4.0.3",
"lasso-less": "^4.0.2",
"lasso-marko": "^3.2.1",
"less-middleware": "^2.2.1",
"marko": "^5.28.1",
"mobile-detect": "^1.4.5",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"rotating-file-stream": "^3.1.0",
"serve-favicon": "^2.5.0",
"socket.io": "^4.2.0",
"socket.io-client": "^4.2.0",
"underscore": "^1.13.6",
"uuid": "^9.0.0",
"xmldom": "^0.6.0"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}