-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
15 lines (15 loc) · 852 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{:paths ["src" "test" "resources"]
:deps {org.clojure/clojurescript {:mvn/version "1.11.121"}
reagent/reagent {:mvn/version "1.2.0"}
re-frame/re-frame {:mvn/version "1.4.2"}
metosin/jsonista {:mvn/version "0.3.8"}
day8.re-frame/re-frame-10x {:mvn/version "1.9.3"}
pjstadig/humane-test-output {:mvn/version "0.11.0"}
thheller/shadow-cljs {:mvn/version "2.26.2"}
io.github.nenadalm/clojure-utils {:git/sha "42cbaa203eff28afe99512164874c9b57d750ba0" :git/url "https://github.com/nenadalm/clojure-tools.git"}}
:aliases
{:dev {:extra-paths ["dev"]}
:cljfmt {:extra-deps {cljfmt/cljfmt {:mvn/version "0.9.2"}}
:main-opts ["-m" "cljfmt.main"]}
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2023.12.15"}}
:main-opts ["-m" "clj-kondo.main" "--lint" "src"]}}}