-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 869 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
37
{
"name": "guest-portal",
"version": "2.0",
"description": " External UniFi guest portal ",
"repository": "https://github.com/Carlgo11/guest-portal.git",
"main": "server.js",
"private": true,
"scripts": {
"start": "node server.js",
"health": "node healthcheck.js"
},
"keywords": [
"unifi",
"web-portal",
"guest-portal"
],
"engines": {
"node": ">=20.12.2"
},
"author": "Carlgo11",
"license": "GPL-3.0",
"dependencies": {
"@fontsource/roboto": "^5.0.13",
"@passwordless-id/webauthn": "^1.6.1",
"bootstrap-icons": "^1.11.3",
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"image-size": "^1.1.1",
"ioredis": "^5.4.1",
"mime-types": "^2.1.35",
"node-fetch": "^3.3.2",
"node-unifi": "^2.5.1"
}
}