mirror of https://github.com/status-im/pluto.git
10 lines
407 B
Clojure
10 lines
407 B
Clojure
(defproject status-im/pluto "iteration-4-7-SNAPSHOT"
|
|
:dependencies [[org.clojure/clojure "1.9.0"]
|
|
[org.clojure/clojurescript "1.10.439"]
|
|
[org.clojure/tools.reader "1.2.1"]
|
|
[reagent "0.8.0"]
|
|
[re-frame "0.10.5"]
|
|
[binaryage/devtools "0.9.10"]
|
|
[day8.re-frame/re-frame-10x "0.3.2"]]
|
|
:source-paths ["src"])
|