-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
35 lines (35 loc) · 2.32 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
{:paths ["src/cljs"
"src/clj"
"template/css"]
:deps {reagent/reagent {:mvn/version "1.1.0"}
org.clojure/tools.deps.alpha {:mvn/version "0.14.1205"}
funcool/promesa {:mvn/version "6.1.431"}
re-frame/re-frame {:mvn/version "1.3.0-rc2"}
day8.re-frame/re-frame-10x {:mvn/version "1.1.13"}
kee-frame/kee-frame {:mvn/version "1.3.2"}
com.github.ingesolvoll/re-statecharts {:mvn/version "0.1.1"}
re-pressed/re-pressed {:mvn/version "0.3.1"}
fork/fork {:mvn/version "2.4.3"}
com.lambdaisland/ornament {:mvn/version "0.4.34"}
com.github.mainej/headlessui-reagent {:mvn/version "1.6.4.68"}
arco/arco {:local/root "./lib/arco"
:deps/manifest :deps}
times/times {:local/root "./lib/times"
:deps/manifest :deps}
db/db {:local/root "./lib/db"
:deps/manifest :deps}
editor/editor {:local/root "./lib/editor"
:deps/manifest :deps}
whatever/whatever {:local/root "./lib/whatever"
:deps/manifest :deps}
schpaa/schpaa {:local/root "./lib/schpaa"
:deps/manifest :deps}
devcards/devcards {:mvn/version "0.2.7"}}
:aliases {:shadow-cljs
{:main-opts ["-m" "shadow.cljs.devtools.cli"]
:extra-deps {thheller/shadow-cljs {:mvn/version "2.19.5"}
day8/shadow-git-inject {:mvn/version "0.0.5"}
cider/piggieback {:mvn/version "0.5.3"}
refactor-nrepl/refactor-nrepl {:mvn/version "3.5.2"}
cider/cider-nrepl {:mvn/version "0.28.3"}
binaryage/devtools {:mvn/version "1.0.6"}}}}}