[[org.clojure/clojure "1.7.0"]
[org.clojure/clojurescript "1.7.48"]
[org.clojure/core.async "0.1.346.0-17112a-alpha"]
[adzerk/bootlaces "0.1.11" :scope "test"]
[adzerk/boot-reload "0.3.1" :scope "test"]
[pandeiro/boot-http "0.6.3" :scope "test"]
[jeluard/boot-notify "0.2.0" :scope "test"]
[tailrecursion/boot-hoplon "0.1.1" :scope "test"]
[adzerk/boot-cljs "1.7.48-SNAPSHOT" :scope "test"]
;; frontend
[tailrecursion/hoplon "6.0.0-alpha5"]
[tailrecursion/castra "3.0.0-SNAPSHOT"]
[inflections "0.9.14"]
[mathias/boot-sassc "0.1.5"]
[cljsjs/moment "2.9.0-2"]
;; backend
[org.clojure/java.jdbc "0.3.6"]
[net.sourceforge.jtds/jtds "1.2.4"]
[clj-time "0.9.0"]
[pandect "0.5.2"]
[jumblerg/ring.middleware.cors "1.0.1"]
[ring "1.3.2"]
[org.clojure/tools.logging "0.3.1"]
[clj-http "1.1.2"]
[camel-snake-kebab "0.3.2"]
[cheshire "5.5.0"]
[tailrecursion/ring-proxy "2.0.0-SNAPSHOT"]
[tailrecursion/castra "3.0.0-SNAPSHOT"]]
I guess the next step is for me to include these in my minimal setup and see if anything breaks :)
Thanks!
Daniel