Added basic login.

This commit is contained in:
2024-02-29 05:08:54 +01:00
parent 76a831eb50
commit 78b389e33a
21 changed files with 3553 additions and 189 deletions

View File

@@ -8,8 +8,11 @@
},
"dependencies": {
"@brillout/json-serializer": "^0.5.8",
"@dicebear/collection": "^7.0.5",
"@dicebear/core": "^7.0.5",
"@floating-ui/dom": "^1.5.3",
"@floating-ui/vue": "^1.0.2",
"@resvg/resvg-js": "^2.6.0",
"@toycode/markdown-it-class": "^1.2.4",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/compiler-sfc": "^3.3.10",
@@ -18,6 +21,7 @@
"@vueuse/core": "^10.7.1",
"compression": "^1.7.4",
"config": "^3.3.9",
"connect-redis": "^7.1.1",
"convert": "^4.14.1",
"cross-env": "^7.0.3",
"date-fns": "^3.0.0",
@@ -25,6 +29,8 @@
"express": "^4.18.2",
"express-promise-router": "^4.1.1",
"express-query-boolean": "^2.0.0",
"express-session": "^1.18.0",
"floating-vue": "^5.2.2",
"knex": "^3.1.0",
"manticoresearch": "^4.0.0",
"markdown-it": "^14.0.0",
@@ -34,13 +40,15 @@
"path-to-regexp": "^6.2.1",
"pg": "^8.11.3",
"redis": "^4.6.12",
"sharp": "^0.32.6",
"sirv": "^2.0.3",
"vike": "^0.4.150",
"vite": "^4.5.1",
"vue": "^3.3.10",
"vue-virtual-scroller": "^2.0.0-beta.8",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1"
"winston-daily-rotate-file": "^4.7.1",
"yargs": "^17.7.2"
},
"type": "module",
"devDependencies": {