-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
42 lines (36 loc) · 1.36 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{:paths
["src/cljs"]
:deps
{
;; clojurescript
reagent {:mvn/version "0.8.1"}
re-frame {:mvn/version "0.10.7"}
hickory {:mvn/version "0.7.1"}
com.andrewmcveigh/cljs-time {:mvn/version "0.5.2"}
cljs-http {:mvn/version "0.1.45"}
;;venantius/accountant {:mvn/version "0.2.0"}
;;clj-commons/secretary {:mvn/version "1.2.4"}
;; district0x/re-frame-interval-fx {:mvn/version "1.0.2"}
;; [hiccups "0.3.0"] ;; html string generation with hiccup syntax
;; [crate "0.2.5"] ;; dom-node generation with hiccup syntax
;;binaryage/oops {:mvn/version "0.6.2"}
;; clojure/clojurescript
com.taoensso/timbre {:mvn/version "4.10.0"}
org.clojure/core.async {:mvn/version "0.4.474"}
org.clojure/core.match {:mvn/version "0.3.0"}
;;com.cemerick/url {:mvn/version "0.1.1"}
;;prismatic/schema {:mvn/version "1.1.11"}
;; repl
cider/cider-nrepl {:mvn/version "0.22.0-beta11"}}
:aliases
{:provided
{:extra-deps
{org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/clojurescript {:mvn/version "1.10.520"}
thheller/shadow-cljs {:mvn/version "2.8.40"}}}
:dev
{:extra-paths
["test"]
:extra-deps
{binaryage/devtools {:mvn/version "0.9.10"}
day8.re-frame/re-frame-10x {:mvn/version "0.3.4-react16"}}}}}