mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-01-27 06:34:59 +00:00
Add project.clj
This commit is contained in:
parent
04e8dea3b8
commit
6bf1648187
8
project.clj
Normal file
8
project.clj
Normal file
@ -0,0 +1,8 @@
|
||||
(defproject day8.re-frame/trace "0.0.1-SNAPSHOT"
|
||||
:description "Tracing and developer tools for re-frame apps"
|
||||
:url "https://github.com/Day8/re-frame-trace"
|
||||
:license {:name "MIT"}
|
||||
:dependencies [[org.clojure/clojure "1.8.0"]
|
||||
[org.clojure/clojurescript "1.9.227"]
|
||||
[reagent "0.6.0"]]
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user