diff --git a/project.clj b/project.clj index 805f03a..59a5dd7 100644 --- a/project.clj +++ b/project.clj @@ -4,13 +4,18 @@ :min-lein-version "2.0.0" :source-paths ["src_clj"] :dependencies [[org.clojure/clojure "1.8.0"] + [org.clojure/clojurescript "1.10.238"] [compojure "1.6.0"] [ring/ring-defaults "0.3.1"] [ring-server "0.5.0"] + [ring/ring-json "0.4.0"] [org.apache.commons/commons-math3 "3.6.1"] [org.clojure/core.async "0.4.474"] [quil "2.6.0"] - [reagent "0.8.0-alpha2"]] + [cljs-ajax "0.7.3"] + [reagent "0.8.0-alpha2"] + [re-frame "0.10.5"] + [day8.re-frame/http-fx "0.1.6"]] :plugins [[lein-ring "0.9.7"] [lein-figwheel "0.5.15"]] :cljsbuild {:builds [{:id "dev"