-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
deps.edn
24 lines (24 loc) · 1.7 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{:paths ["src"]
:deps {com.widdindustries/cljs.java-time {:mvn/version "0.1.20"}}
:aliases {:build {:extra-deps {slipset/deps-deploy {:mvn/version "RELEASE"}
io.github.clojure/tools.build {:git/tag "v0.8.2" :git/sha "ba1a2bf"}}
:paths ["dev"]
:ns-default build}
:dev {:extra-paths ["dev" "test"]
:extra-deps {medley/medley {:mvn/version "0.8.4"}
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.0"}
org.clojure/tools.namespace {:mvn/version "0.2.11"}
org.clojure/clojure {:mvn/version "1.11.1"}
}}
:bb {:extra-deps {tubular/tubular {:mvn/version "1.3.0"}}
:extra-paths ["dev" "test"]}
:test {:extra-paths ["test"]
:extra-deps {com.cognitect/test-runner {:git/url "https://github.com/cognitect-labs/test-runner.git"
:sha "028a6d41ac9ac5d5c405dfc38e4da6b4cc1255d5"}}
:main-opts ["-m" "cognitect.test-runner"]}
:test-cljs {:extra-paths ["dev" "test" "web-target"]
:extra-deps {com.widdindustries/tiado-cljs2
{ ;:local/root "../shadow-template"
:git/url "https://github.com/henryw374/tiado-cljs2.git"
:sha "0f3507c377dc76ea4c471d43dd91395e498c0e73"
}}}}}