-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
42 lines (33 loc) · 1.3 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
38
39
40
41
42
{:paths ["src" "resources"]
:deps { ;;
;; https://github.com/clojure/spec.alpha
org.clojure/spec.alpha {:mvn/version "0.2.194"}
io.github.kunagi/kunagi-utils
{:git/sha "a4b4163f167610bee0c7cd5f3a123db5ec82ea7b", :git/tag "v0.1.61"}
io.github.kunagi/kunagi-mui
{:git/sha "009703ee77606f64aaaa990cc78d1905c54a5826", :git/tag "v0.0.78"}
;; https://github.com/zelark/nano-id
nano-id/nano-id {:mvn/version "1.1.0"}
;; https://github.com/mfikes/cljs-bean
cljs-bean/cljs-bean {:mvn/version "1.9.0"}
;; https://github.com/juxt/tick
tick/tick {:mvn/version "0.7.5"}
;; https://github.com/metosin/malli
metosin/malli {:mvn/version "0.14.0"}
}
:aliases
{:build
{:paths ["src"]
:deps { ;;
io.github.kunagi/kunagi-build {:local/root "/p/kunagi-build"}
io.github.kunagi/kunagi-utils {:local/root "/p/kunagi-utils"}
io.github.kunagi/kunagi-mui {:local/root "/p/kunagi-mui"}
;;
}
:ns-default build}
:test {
:extra-deps {
;; https://github.com/lambdaisland/kaocha
lambdaisland/kaocha {:mvn/version "1.66.1034"}
}
:main-opts ["-m" "kaocha.runner"]}}}