2019-07-01 19:40:01 +02:00
|
|
|
{:deps {org.clojure/clojurescript {:mvn/version "1.10.520"}
|
2019-06-19 00:18:52 +02:00
|
|
|
org.clojure/clojure {:mvn/version "1.10.1"}
|
2019-07-01 19:40:01 +02:00
|
|
|
com.cognitect/transit-cljs {:mvn/version "0.8.256"}
|
2019-06-19 00:18:52 +02:00
|
|
|
|
2019-08-21 20:58:53 +00:00
|
|
|
cljsjs/react-dom-server {:mvn/version "16.9.0-0"}
|
2019-06-03 16:51:20 +02:00
|
|
|
|
|
|
|
environ/environ {:mvn/version "1.1.0"}
|
2019-10-22 14:02:49 +02:00
|
|
|
metosin/reitit-core {:mvn/version "0.3.10"}
|
2019-11-18 11:52:57 +01:00
|
|
|
expound/expound {:mvn/version "0.7.2"}
|
2019-07-01 19:40:01 +02:00
|
|
|
|
2019-08-21 20:58:53 +00:00
|
|
|
funcool/beicon {:mvn/version "5.1.0"}
|
2019-06-03 16:51:20 +02:00
|
|
|
funcool/cuerdas {:mvn/version "2.2.0"}
|
2019-10-22 14:02:49 +02:00
|
|
|
funcool/lentes {:mvn/version "1.3.3"}
|
2019-12-04 20:13:35 +01:00
|
|
|
funcool/potok {:mvn/version "2.7.0"}
|
2019-10-17 16:45:33 +02:00
|
|
|
funcool/promesa {:mvn/version "4.0.2"}
|
2019-08-02 20:18:05 +02:00
|
|
|
funcool/rumext {:mvn/version "2.0.0-SNAPSHOT"}
|
2019-06-03 16:51:20 +02:00
|
|
|
}
|
2019-07-01 19:40:01 +02:00
|
|
|
:paths ["src" "vendor" "resources"]
|
2019-06-03 16:51:20 +02:00
|
|
|
:aliases
|
2019-06-20 22:33:55 +02:00
|
|
|
{:dev {:extra-deps {com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}
|
|
|
|
com.bhauman/rebel-readline {:mvn/version "0.1.4"}
|
2019-07-19 17:32:50 +02:00
|
|
|
com.bhauman/figwheel-main {:mvn/version "0.2.3"}
|
2019-08-10 19:09:56 +00:00
|
|
|
org.clojure/tools.namespace {:mvn/version "0.3.1"}}
|
2019-06-20 22:33:55 +02:00
|
|
|
:extra-paths ["test"]}
|
2019-06-03 16:51:20 +02:00
|
|
|
|
2019-06-20 22:33:55 +02:00
|
|
|
:repl {:main-opts ["-m" "rebel-readline.main"]}
|
2019-07-01 19:40:01 +02:00
|
|
|
:ancient {:main-opts ["-m" "deps-ancient.deps-ancient"]
|
|
|
|
:extra-deps {deps-ancient {:mvn/version "RELEASE"}}}
|
2019-06-03 16:51:20 +02:00
|
|
|
}}
|
|
|
|
|