Added country and birthday filters to actors page.

This commit is contained in:
2024-01-03 02:52:41 +01:00
parent b59a6dc066
commit 3c3be10c4e
21 changed files with 1061 additions and 138 deletions

View File

@@ -7,6 +7,8 @@
"server:prod": "cross-env NODE_ENV=production node ./src/web/server"
},
"dependencies": {
"@floating-ui/dom": "^1.5.3",
"@floating-ui/vue": "^1.0.2",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/compiler-sfc": "^3.3.10",
"@vue/server-renderer": "^3.3.10",
@@ -17,9 +19,9 @@
"express": "^4.18.2",
"express-promise-router": "^4.1.1",
"express-query-boolean": "^2.0.0",
"floating-vue": "^2.0.0-beta.24",
"knex": "^3.1.0",
"manticoresearch": "^4.0.0",
"mitt": "^3.0.1",
"nanoid": "^5.0.4",
"pg": "^8.11.3",
"sirv": "^2.0.3",