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
|
|
|
funcool/promesa {:mvn/version "2.0.1"}
|
|
|
|
com.cognitect/transit-cljs {:mvn/version "0.8.256"}
|
2019-06-19 00:18:52 +02:00
|
|
|
|
2019-07-18 12:25:24 +02:00
|
|
|
funcool/rumext {:git/url "https://github.com/funcool/rumext.git"
|
2019-07-18 14:27:42 +02:00
|
|
|
:sha "ed2e674cb774153e852cab29f197e8f40ac143d0"}
|
2019-06-19 00:18:52 +02:00
|
|
|
|
|
|
|
cljsjs/react-dom-server {:mvn/version "16.8.6-0"}
|
2019-06-03 16:51:20 +02:00
|
|
|
|
|
|
|
environ/environ {:mvn/version "1.1.0"}
|
2019-07-01 19:40:01 +02:00
|
|
|
metosin/reitit-core {:mvn/version "0.3.9"}
|
|
|
|
|
|
|
|
funcool/beicon {:mvn/version "5.0.0"}
|
2019-06-03 16:51:20 +02:00
|
|
|
funcool/cuerdas {:mvn/version "2.2.0"}
|
|
|
|
funcool/lentes {:mvn/version "1.2.0"}
|
2019-07-01 19:40:01 +02:00
|
|
|
funcool/potok {:mvn/version "2.3.0"}
|
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-18 12:25:24 +02:00
|
|
|
com.bhauman/figwheel-main {:mvn/version "0.2.1"}
|
2019-07-01 19:40:01 +02:00
|
|
|
org.clojure/tools.namespace {:mvn/version "0.3.0"}}
|
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
|
|
|
}}
|
|
|
|
|