2019-12-09 10:29:26 -05:00
|
|
|
{:deps
|
|
|
|
{org.clojure/clojurescript {:mvn/version "1.10.597"}
|
|
|
|
org.clojure/clojure {:mvn/version "1.10.1"}
|
|
|
|
com.cognitect/transit-cljs {:mvn/version "0.8.256"}
|
2019-06-18 17:18:52 -05:00
|
|
|
|
2020-01-07 03:35:38 -05:00
|
|
|
cljsjs/react {:mvn/version "16.12.0-1"}
|
|
|
|
cljsjs/react-dom {:mvn/version "16.12.0-1"}
|
|
|
|
cljsjs/react-dom-server {:mvn/version "16.12.0-1"}
|
2019-06-03 09:51:20 -05:00
|
|
|
|
2019-12-09 10:29:26 -05:00
|
|
|
environ/environ {:mvn/version "1.1.0"}
|
|
|
|
metosin/reitit-core {:mvn/version "0.3.10"}
|
|
|
|
expound/expound {:mvn/version "0.7.2"}
|
2019-07-01 12:40:01 -05:00
|
|
|
|
2020-01-07 03:35:38 -05:00
|
|
|
funcool/beicon {:mvn/version "6.0.0-SNAPSHOT"}
|
2020-01-11 15:12:32 -05:00
|
|
|
funcool/cuerdas {:mvn/version "2.2.1"}
|
2020-01-07 10:29:55 -05:00
|
|
|
funcool/lentes {:mvn/version "1.4.0-SNAPSHOT"}
|
2019-12-17 16:12:21 -05:00
|
|
|
funcool/potok {:mvn/version "2.8.0-SNAPSHOT"}
|
2020-01-11 10:28:54 -05:00
|
|
|
funcool/promesa {:mvn/version "5.0.0"}
|
2019-12-09 10:29:26 -05:00
|
|
|
funcool/rumext {:mvn/version "2.0.0-SNAPSHOT"}
|
|
|
|
}
|
2019-12-17 16:12:21 -05:00
|
|
|
:paths ["src" "vendor" "resources" "../common"]
|
2019-06-03 09:51:20 -05:00
|
|
|
:aliases
|
2019-12-09 10:29:26 -05:00
|
|
|
{:dev
|
|
|
|
{:extra-deps
|
|
|
|
{com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}
|
|
|
|
com.bhauman/rebel-readline {:mvn/version "0.1.4"}
|
|
|
|
com.bhauman/figwheel-main {:mvn/version "0.2.3"}
|
2020-01-11 10:28:54 -05:00
|
|
|
org.clojure/tools.namespace {:mvn/version "0.3.1"}
|
|
|
|
metosin/jsonista {:mvn/version "0.2.5"}
|
|
|
|
funcool/datoteka {:mvn/version "1.2.0"}}
|
2019-12-09 10:29:26 -05:00
|
|
|
:extra-paths ["test"]}
|
|
|
|
|
|
|
|
:repl
|
|
|
|
{:main-opts ["-m" "rebel-readline.main"]}
|
|
|
|
|
|
|
|
:ancient
|
|
|
|
{:main-opts ["-m" "deps-ancient.deps-ancient"]
|
|
|
|
:extra-deps {deps-ancient {:mvn/version "RELEASE"}}}
|
2019-06-03 09:51:20 -05:00
|
|
|
|
|
|
|
}}
|
|
|
|
|