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
41
42
43
44
45
{:deps {aero/aero {:mvn/version "1.1.6"}
cheshire/cheshire {:mvn/version "5.11.0"}
cljfmt/cljfmt {:mvn/version "0.9.0"}
clojure.java-time/clojure.java-time {:mvn/version "0.3.3"}
com.github.seancorfield/honeysql {:mvn/version "2.3.928"}
com.github.seancorfield/next.jdbc {:mvn/version "1.3.834"}
com.taoensso/timbre {:mvn/version "5.2.1"}
com.zaxxer/HikariCP {:mvn/version "5.0.1"}
compojure/compojure {:mvn/version "1.7.0"}
hiccup/hiccup {:mvn/version "1.0.5"}
http-kit/http-kit {:mvn/version "2.6.0"}
metosin/ring-http-response {:mvn/version "0.9.3"}
org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/tools.reader {:mvn/version "1.3.6"}
org.postgresql/postgresql {:mvn/version "42.5.0"}
org.slf4j/slf4j-simple {:mvn/version "2.0.2"}
ring/ring {:mvn/version "1.9.6"}
ring-middleware-format/ring-middleware-format {:mvn/version "0.7.5"}
ring/ring-defaults {:mvn/version "0.3.4"}
ring/ring-json {:mvn/version "0.5.1"}
ring/ring-mock {:mvn/version "0.4.0"}}
:paths ["src/clj" "test/clj" "resources"]
:aliases
{:frontend
{:replace-paths ["src/cljs"]
:replace-deps
{bidi/bidi {:mvn/version "2.1.6"}
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"
:exclusions [org.clojure/clojure]}
cljs-ajax/cljs-ajax {:mvn/version "0.8.4"}
com.andrewmcveigh/cljs-time {:mvn/version "0.5.2"}
day8.re-frame/http-fx {:mvn/version "0.2.4"}
kibu/pushy {:mvn/version "0.3.8"}
re-frame/re-frame {:mvn/version "1.3.0"}
reagent/reagent {:mvn/version "1.1.1"}
reagent-utils/reagent-utils {:mvn/version "0.3.5"}
thheller/shadow-cljs {:mvn/version "2.20.2"}
tongue/tongue {:mvn/version "0.4.4"}}
:main-opts ["-m" "shadow.cljs.devtools.cli"]}
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}
:main-opts ["-m" "antq.core"]}
:run {:main-opts ["-m" "boodle.core"]}
:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.70.1086"}}}}}