-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.yaml
More file actions
30 lines (29 loc) · 1.06 KB
/
module.yaml
File metadata and controls
30 lines (29 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
product: jvm/app
dependencies:
- com.vladsch.flexmark:flexmark:0.64.8
- com.vladsch.flexmark:flexmark-html-parser:0.50.50
- com.vladsch.flexmark:flexmark-ext-tables:0.64.8
- com.vladsch.flexmark:flexmark-ext-yaml-front-matter:0.64.8
- com.vladsch.flexmark:flexmark-ext-footnotes:0.64.8
- com.vladsch.flexmark:flexmark-ext-anchorlink:0.64.8
- com.vladsch.flexmark:flexmark-ext-autolink:0.64.8
- com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.64.8
- org.yaml:snakeyaml:2.2
- $kotlin.serialization.json
- com.github.jknack:handlebars:4.3.1
- com.github.ajalt.clikt:clikt:4.3.0
- io.ktor:ktor-server-core:3.1.0
- io.ktor:ktor-server-netty:3.1.0
- io.ktor:ktor-server-status-pages:3.1.0
- org.xerial:sqlite-jdbc:3.47.1.0
- org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r
- org.bouncycastle:bcprov-jdk18on:1.78.1
- org.bouncycastle:bcpkix-jdk18on:1.78.1
- org.jsoup:jsoup:1.17.2
- org.slf4j:slf4j-simple:2.0.12
test-dependencies:
- $kotlin.test
- io.ktor:ktor-server-test-host:3.1.0
settings:
kotlin:
serialization: json