{:version "0.9.9"
:description "Frontend to display public sector source code repositories"
:url "https://git.sr.ht/~etalab/code.gouv.fr"
:license {:name "Eclipse Public License - v 2.0"
:url "http://www.eclipse.org/legal/epl-v20.html"}
:deps
{cljs-ajax/cljs-ajax {:mvn/version "0.8.4"}
cljs-bean/cljs-bean {:mvn/version "1.7.0"}
com.bhauman/figwheel-main {:mvn/version "0.2.14"}
com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}
com.taoensso/tempura {:mvn/version "1.2.1"}
com.taoensso/timbre {:mvn/version "5.1.2"}
markdown-to-hiccup/markdown-to-hiccup {:mvn/version "0.6.2"}
metosin/reitit-frontend {:mvn/version "0.5.15"}
org.clojure/clojure {:mvn/version "1.10.3"}
org.clojure/clojurescript {:mvn/version "1.10.879"}
org.clojure/core.async {:mvn/version "1.4.627"}
re-frame/re-frame {:mvn/version "1.2.0"}
semantic-csv/semantic-csv {:mvn/version "0.2.1-alpha1"}}
:paths ["src/cljs" "src/clj" "resources"]
:aliases
{:fig {:main-opts ["-m" "figwheel.main" "-b" "dev" "-r"]}
:js {:main-opts ["-m" "figwheel.main" "-O" "advanced" "-bo" "dev"]}}}