-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
30 lines (30 loc) · 1.85 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 {:cljs {:extra-deps {org.clojure/clojurescript {:mvn/version
"1.11.54"}
thheller/shadow-cljs {:mvn/version
"2.28.2"}}
:extra-paths ["test"]}
:serve {:deps {org.babashka/http-server {:mvn/version "0.1.12"}}
:exec-args {:dir "dev/html"
:headers {"Cross-Origin-Opener-Policy"
"same-origin"}
:port 8888}
:exec-fn babashka.http-server/exec
:main-opts ["-m" "babashka.http-server"]}
:site {:extra-deps {com.kiranshila/cybermonday {:mvn/version
"0.6.215"}
dev.onionpancakes/chassis {:mvn/version
"1.0.353"}}
:extra-paths ["dev"]}
:test {:exec-fn cognitect.test-runner.api/test
:extra-deps {com.taoensso/tufte {:mvn/version "2.6.3"}
com.clojure-goes-fast/clj-async-profiler {:mvn/version "1.2.1"}
io.github.cognitect-labs/test-runner
{:git/url
"https://github.com/cognitect-labs/test-runner"
:sha
"7284cda41fb9edc0f3bc6b6185cfb7138fc8a023"}
org.clojure/test.check {:mvn/version "1.1.1"}}
:extra-paths ["test"]
:jvm-opts ["-Djdk.attach.allowAttachSelf"]
}}
:deps {rewrite-clj/rewrite-clj {:mvn/version "1.1.47"}}}