-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
40 lines (29 loc) · 1.65 KB
/
deps.edn
File metadata and controls
40 lines (29 loc) · 1.65 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
31
32
33
34
35
36
37
38
39
40
{:paths ["src" "resources" "classes"]
:deps {org.clojure/clojure {:mvn/version "1.11.3"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
org.clojure/core.async {:mvn/version "1.6.673"}
io.github.clojure/tools.build {:mvn/version "0.10.3"}
babashka/fs {:mvn/version "0.5.20"}
com.github.clj-easy/graal-build-time {:mvn/version "1.0.5"}
markdown-clj/markdown-clj {:mvn/version "1.10.7"}
;;YAML found in markdown front matter
clj-commons/clj-yaml {:mvn/version "0.7.109"}
hiccup/hiccup {:mvn/version "2.0.0-alpha2"}
commonmark-hiccup/commonmark-hiccup {:mvn/version "0.1.0"}
markdown-to-hiccup/markdown-to-hiccup {:mvn/version "0.6.2"}
;;Plantuml for generating diagram
net.sourceforge.plantuml/plantuml-mit {:mvn/version "1.2024.4"}
;;our fork to be able to inline HTML
io.github.nextjournal/markdown {:git/url "https://github.com/defsquare/markdown.git"
:git/sha "560d5f35e54ff9b1b517fdc3f236d7ac75a58a82"}
instaparse/instaparse {:mvn/version "1.5.0"}
lambdaisland/uri {:mvn/version "1.15.125"}
org.clj-commons/hickory {:mvn/version "0.7.4"}
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.2"}
http-kit/http-kit {:mvn/version "2.6.0"}
ring/ring-core {:mvn/version "1.10.0"}
environ/environ {:mvn/version "1.2.0"}
functionalbytes/mount-lite {:mvn/version "2.3.0"}
clj-rss/clj-rss {:mvn/version "0.4.0"}
}
}