-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.91 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
{
"name": "SSMCloud",
"version": "1.0.161",
"exports": "./src/index.js",
"repository": "[email protected]:SatisfactoryServerManager/SSMCloud.git",
"author": "Mrhid6 <[email protected]>",
"type": "module",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"axios": "^1.7.7",
"body-parser": "^1.20.3",
"bootstrap": "^5.3.2",
"bootstrap4-toggle": "^3.6.1",
"chart.js": "^4.4.3",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csrf-csrf": "^3.0.8",
"ejs": "^3.1.10",
"express": "^4.21.0",
"express-handlebars": "^8.0.1",
"express-session": "^1.17.3",
"express-validator": "^7.2.0",
"frameguard": "^4.0.0",
"fs-extra": "^11.2.0",
"hcaptcha": "^0.2.0",
"helmet": "^7.1.0",
"jquery": "^3.7.1",
"jquery-steps": "^1.1.0",
"method-override": "^3.0.0",
"morgan": "^1.10.0",
"mrhid6utils": "^1.0.20",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.15",
"otplib": "^12.0.1",
"popper.js": "^1.16.1",
"qrcode": "^1.5.4",
"semver": "^7.6.3",
"serve-favicon": "^2.5.0",
"session-file-store": "^1.5.0",
"toastr": "^2.1.4"
},
"scripts": {
"start": "node ./src/index.js",
"watch": "watchify src/client/app.js -o src/client/public/js/bundle.js",
"watch:map": "watchify src/client/map.js -o src/client/public/js/map.bundle.js",
"bundle": "browserify --plugin tinyify src/client/app.js -o src/client/public/js/bundle.js",
"clean-css": "bash scripts/clean-css.sh"
},
"resolutions": {
"graceful-fs": "^4.2.10"
},
"devDependencies": {
"tinyify": "^4.0.0"
}
}