-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
29 lines (24 loc) · 1 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
{:paths
["src" "resources"]
:deps
{org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/clojurescript {:mvn/version "1.10.597"}
thheller/shadow-cljs {:mvn/version "2.8.73"}
mount {:mvn/version "0.1.16"}
aleph {:mvn/version "0.4.6"}
ring/ring-core {:mvn/version "1.7.1"}
ring/ring-defaults {:mvn/version "0.3.2"}
uix.core {:git/url "https://github.com/roman01la/uix.git"
:deps/root "core"
:sha "46011c8a2f1a05025971af8e26b8b6704520383c"}
uix.dom {:git/url "https://github.com/roman01la/uix.git"
:deps/root "dom"
:sha "46011c8a2f1a05025971af8e26b8b6704520383c"}
}
:aliases
{:dev {:extra-paths ["dev"]}
:dev/cljs {:extra-deps
{thheller/shadow-cljs {:mvn/version "2.8.73"}
binaryage/devtools {:mvn/version "0.9.10"}}}
}
}