feat: initial user list (no edit/delete yet) and job schedules

This commit is contained in:
sct
2020-11-05 10:45:51 +00:00
parent 320432657e
commit 24a0423f3b
10 changed files with 213 additions and 7 deletions

View File

@@ -28,6 +28,7 @@
"intl": "^1.2.5",
"lodash": "^4.17.20",
"next": "9.5.4",
"node-schedule": "^1.3.2",
"nookies": "^2.4.0",
"plex-api": "^5.3.1",
"react": "16.13.1",
@@ -58,6 +59,7 @@
"@types/express-session": "^1.17.0",
"@types/lodash": "^4.14.161",
"@types/node": "^14.10.0",
"@types/node-schedule": "^1.3.1",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-toast-notifications": "^2.4.0",