@@ -91,6 +91,7 @@ h2 = "2.2.220"
9191micrometer = " 1.11.2"
9292swagger-ui = " 5.1.3"
9393config4k = " 0.6.0"
94+ apache-commons-imaging = " 1.0-alpha3"
9495
9596# NPM Dependencies
9697npm-highlightjs = " 11.8.0"
@@ -120,6 +121,7 @@ modulegraph = "0.4.0"
120121jetbrains-compose = " 1.5.0-dev1114"
121122jetbrains-compose-compiler = " 1.5.0"
122123cash-molecule = " 1.1.0"
124+ npm-publish-plugin = " 3.4.0"
123125
124126
125127[libraries ]
@@ -160,7 +162,7 @@ build-modulegraph-plugin = { module = "dev.iurysouza:modulegraph"
160162build-jetbrains-compose-mpp = { module = " org.jetbrains.compose:compose-gradle-plugin" , version.ref = " jetbrains-compose" }
161163build-jetbrains-compose-runtime = { module = " org.jetbrains.compose.runtime:runtime" , version.ref = " jetbrains-compose" }
162164build-jetbrains-compose-compiler = { module = " org.jetbrains.compose.compiler:compiler" , version.ref = " jetbrains-compose-compiler" }
163-
165+ build-npm-publish-plugin = { module = " dev.petuska:npm-publish-gradle-plugin " , version.ref = " npm-publish-plugin " }
164166
165167# Gradle Dependencies
166168kotlin-bom = { module = " org.jetbrains.kotlin:kotlin-bom" , version.ref = " kotlin" }
@@ -206,6 +208,7 @@ ktor-server-default-headers = { module = "io.ktor:ktor-server-default-h
206208ktor-server-status-pages = { module = " io.ktor:ktor-server-status-pages" , version.ref = " ktor" }
207209ktor-server-auto-head = { module = " io.ktor:ktor-server-auto-head-response" , version.ref = " ktor" }
208210ktor-server-forwarded-header = { module = " io.ktor:ktor-server-forwarded-header" , version.ref = " ktor" }
211+
209212ktor-serialization-json = { module = " io.ktor:ktor-serialization-kotlinx-json" , version.ref = " ktor" }
210213ktor-cohort-core = { module = " com.sksamuel.cohort:cohort-core" , version.ref = " ktor-cohort" }
211214ktor-cohort-hikari = { module = " com.sksamuel.cohort:cohort-hikari" , version.ref = " ktor-cohort" }
@@ -215,8 +218,8 @@ ktor-client-cio = { module = "io.ktor:ktor-client-cio"
215218ktor-client-java = { module = " io.ktor:ktor-client-java" , version.ref = " ktor" }
216219ktor-client-okhttp = { module = " io.ktor:ktor-client-okhttp" , version.ref = " ktor" }
217220ktor-client-jetty = { module = " io.ktor:ktor-client-jetty" , version.ref = " ktor" }
218- ktor-client-serialization = { module = " io.ktor:ktor-client-serialization" , version.ref = " ktor" }
219221ktor-client-websockets = { module = " io.ktor:ktor-client-websockets" , version.ref = " ktor" }
222+ ktor-client-content-negotiation = { module = " io.ktor:ktor-client-content-negotiation" , version.ref = " ktor" }
220223ktor-client-auth = { module = " io.ktor:ktor-client-auth" , version.ref = " ktor" }
221224ktor-client-logging = { module = " io.ktor:ktor-client-logging" , version.ref = " ktor" }
222225ktor-client-resources = { module = " io.ktor:ktor-client-resources" , version.ref = " ktor" }
@@ -314,6 +317,8 @@ kotlin-wrappers-bom = { module = "org.jetbrains.kotlin-wrappers
314317multiplatform-settings-core = { module = " com.russhwolf:multiplatform-settings" , version.ref = " kmp-settings" }
315318multiplatform-settings-coroutines = { module = " com.russhwolf:multiplatform-settings-coroutines" , version.ref = " kmp-settings" }
316319
320+ apache-commons-imaging = { module = " org.apache.commons:commons-imaging" , version.ref = " apache-commons-imaging" }
321+
317322[bundles ]
318323ktor-server = [
319324 " ktor-bom" ,
@@ -348,11 +353,12 @@ ktor-client = [
348353 " ktor-client-java" ,
349354 " ktor-client-okhttp" ,
350355 " ktor-client-jetty" ,
351- " ktor-client-serialization" ,
352356 " ktor-client-websockets" ,
357+ " ktor-client-content-negotiation" ,
358+ " ktor-serialization-json" ,
359+ " ktor-client-resources" ,
353360 " ktor-client-auth" ,
354- " ktor-client-logging" ,
355- " ktor-client-resources"
361+ " ktor-client-logging"
356362]
357363
358364[plugins ]
0 commit comments