-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
37 lines (37 loc) · 1.82 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
{:paths ["src/cljs" "src/clj" "resources" "target"]
:deps {com.taoensso/tufte {:mvn/version "2.0.1"}
com.taoensso/timbre {:mvn/version "4.10.0"}
org.clojure/clojure {:mvn/version "1.10.0-beta3"}
org.clojure/clojurescript {:mvn/version "1.10.339"}
org.clojure/core.match {:mvn/version "0.3.0-alpha5"}
binaryage/devtools {:mvn/version "0.9.10"}
cider/cider-nrepl {:mvn/version "0.18.0"}
cider/piggieback {:mvn/version "0.3.9"}
bidi {:mvn/version "2.1.4"}
kibu/pushy {:mvn/version "0.3.8"}
com.cemerick/url {:mvn/version "0.1.1"}
ring {:mvn/version "1.7.0"}
com.bhauman/figwheel-main {:mvn/version "0.1.9"}
com.bhauman/rebel-readline {:mvn/version "0.1.4"}
com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}
org.clojure/tools.nrepl {:mvn/version "0.2.13"}
day8.re-frame/re-frame-10x {:mvn/version "0.3.3-react16"
:exclusions [cljsjs/highlight
cljsjs/react-highlight
cljsjs/react-flip-move]}
reagent {:mvn/version "0.8.1"
;; these are being provided by foreign-lib
;; see https://clojurescript.org/guides/webpack
:exclusions [cljsjs/react
cljsjs/react-dom
cljsjs/react-dom-server
cljsjs/create-react-class]}
re-frame {:mvn/version "0.10.6"}
stylefy {:mvn/version "1.9.0"}}
:aliases {:rebel
{:extra-paths ["dev"]
:main-opts ["--main" "rebel-readline.main"]}
:figwheel
{:main-opts ["--main" "figwheel.main"
"--build" "config/dev"
"--repl"]}}}