tmp: temporary stash

This commit is contained in:
Finn Linck Ryan 2026-01-11 01:29:00 +01:00
parent 2b2e610851
commit 11aca13f38
23 changed files with 483 additions and 96 deletions

View file

@ -4,7 +4,7 @@ shadow = "9.3.0"
dotenv-plugin = "1.1.3"
dotenv = "6.5.1"
http4k = "6.23.1.0"
htmlflow = "5.0.1"
kotlinx-html = "0.12.0"
flyway = "11.19.0"
jooq = "3.20.10"
junit = "6.0.0"
@ -27,6 +27,11 @@ http4k = [
"http4k-web-htmx"
]
templating = [
"kotlinx-html",
"kotlinx-html-jvm"
]
testing = [
"http4k-testing-approval",
"http4k-testing-hamkrest",
@ -55,7 +60,8 @@ http4k-server-jetty = { module = "org.http4k:http4k-server-jetty" }
http4k-web-htmx = { module = "org.http4k:http4k-web-htmx" }
# HTML Templating
htmlflow-kotlin = { module = "com.github.xmlet:htmlflow-kotlin", version.ref = "htmlflow" }
kotlinx-html = { module = "org.jetbrains.kotlinx:kotlinx-html", version.ref = "kotlinx-html" }
kotlinx-html-jvm = { module = "org.jetbrains.kotlinx:kotlinx-html-jvm", version.ref = "kotlinx-html" }
# Database Driver
postgresql = { module = "org.postgresql:postgresql", version.ref = "postgresql" }