-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
30 lines (29 loc) · 1.57 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
{:aliases {:ancient {:extra-deps {deps-ancient {:mvn/version "RELEASE"}},
:main-opts ["-m" "deps-ancient.deps-ancient"]},
:dev {:extra-deps {binaryage/devtools {:mvn/version "RELEASE"},
com.bhauman/figwheel-main {:mvn/version "RELEASE"},
com.bhauman/rebel-readline-cljs {:mvn/version "RELEASE"}},
:extra-paths ["target"
"../bindscript/src"
"../browser-headsup/src"
"../conform/src"
"../facts-db/src"],
:main-opts ["--main" "figwheel.main" "--build" "dev"]},
:prod-js {:extra-deps {com.bhauman/figwheel-main {:mvn/version "RELEASE"}},
:main-opts ["--main"
"figwheel.main"
"--optimizations"
"simple"
"--build-once"
"prod"]}},
:deps {re-frame {:mvn/version "0.10.6"},
cljsjs/create-react-class {:mvn/version "15.6.3-1"},
cljsjs/material-ui {:mvn/version "3.9.1-0"},
cljsjs/material-ui-icons {:mvn/version "3.0.1-0"},
com.cemerick/url {:mvn/version "0.1.1"},
kunagi/facts-db {:local/root "../facts-db"},
org.clojure/clojure {:mvn/version "1.10.0"},
org.clojure/clojurescript {:mvn/version "1.10.520"},
venantius/accountant {:mvn/version "0.2.4"}},
:paths ["src"]}
;; Generated by kunagi-toolbox.