-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
17 lines (17 loc) · 1.08 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{:paths ["src/main"]
:deps {applied-science/js-interop {:mvn/version "0.4.2"}
cljs-http/cljs-http {:mvn/version "0.1.46"}
funcool/promesa {:mvn/version "11.0.678"}
hoplon/hoplon {:git/url "https://github.com/hoplon/hoplon"
:git/sha "1fb6352a2b403e0a8d99e4cb772dae32f6c96425"}
lambdaisland/glogi {:mvn/version "1.3.169"}
macchiato/core {:mvn/version "0.2.24"}}
:mvn/repos {"central" {:url "https://repo1.maven.org/maven2/"}
"clojars" {:url "https://clojars.org/repo/"}}
:aliases {:dev {:jvm-opts ["-Dlogback.configurationFile=logback.xml" "--illegal-access=deny"]}
:cljs {:extra-deps {binaryage/devtools {:mvn/version "1.0.7"}
cider/cider-nrepl {:mvn/version "0.50.3"}
refactor-nrepl/refactor-nrepl {:mvn/version "3.10.0"}
thheller/shadow-cljs {:mvn/version "2.28.20"}}}
:cljs-cli {:extra-deps {thheller/shadow-cljs {:mvn/version "2.28.20"}}
:main-opts ["-m" "shadow.cljs.devtools.cli"]}}}