-
Notifications
You must be signed in to change notification settings - Fork 2
/
deps.edn
16 lines (16 loc) · 854 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{:paths ["src" "example"]
:aliases
{:dev {:extra-deps {com.bhauman/figwheel-main {:mvn/version "0.2.18"}
org.slf4j/slf4j-nop {:mvn/version "2.0.16"}
devcards/devcards {:mvn/version "0.2.7"}}
:extra-paths ["env/dev" "test" "target"]
:main-opts
["-m" "cljs.main" "--compile" "traction" "--repl"]}
:prod {:main-opts
["-m" "cljs.main" "--optimizations" "advanced" "--compile" "traction.traction"]}
:outdated {:replace-deps {olical/depot {:mvn/version "2.3.0"}
org.slf4j/slf4j-nop {:mvn/version "1.7.32"}}
:main-opts
["-m" "depot.outdated.main"]}}
:deps {org.clojure/clojure {:mvn/version "1.11.4"}
org.clojure/clojurescript {:mvn/version "1.11.132"}}}