views.reagent/reagent-data-views/project.clj
Gered 86b7ec0ca2 lots of updates: new views and reagent. remove direct browserchannel dep
new "architecture" will rely on secondary "adapter" libraries that
plug in to reagent-data-views and provide the actual underlying
client/server messaging implementation (e.g. browserchannel or sente)
2016-05-19 16:24:26 -04:00

15 lines
631 B
Clojure

(defproject reagent-data-views "0.2.0-SNAPSHOT"
:description "Support for Reagent components that get pushed realtime database updates from the server."
:url "https://github.com/gered/reagent-data-views"
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/tools.logging "0.3.1"]]
:profiles {:provided
{:dependencies
[[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.8.51"]
[reagent "0.6.0-alpha"]
[gered/views "1.5-SNAPSHOT"]]}})