forked from LeoHBK/boodle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshadow-cljs.edn
23 lines (20 loc) · 902 Bytes
/
shadow-cljs.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{:builds {:boodle {:asset-path "/js"
:modules {:main {:entries [boodle.core]}}
:output-dir "resources/public/js"
:target :browser}}
:dependencies [[bidi "2.1.6"]
[camel-snake-kebab "0.4.0" :exclusions [org.clojure/clojure]]
[cider/cider-nrepl "0.22.0-beta6"]
[cljs-ajax "0.8.0"]
[com.andrewmcveigh/cljs-time "0.5.2"]
[day8.re-frame/http-fx "0.1.6"]
[kibu/pushy "0.3.8"]
[org.clojure/google-closure-library "0.0-20190213-2033d5d9"]
[re-frame "0.10.7"]
[reagent "0.8.1"]
[reagent-utils "0.3.3"]
[refactor-nrepl "2.4.0"]
[tongue "0.2.6"]]
:nrepl {:middleware [refactor-nrepl.middleware/wrap-refactor]
:port 8777}
:source-paths ["src/cljs"]}