forked from kasta-ua/fe-challenge-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
23 lines (20 loc) · 958 Bytes
/
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
{:paths ["src" "resources"]
:deps
{org.clojure/clojure {:mvn/version "1.10.3"}
org.slf4j/slf4j-api {:mvn/version "1.7.30"}
org.slf4j/slf4j-simple {:mvn/version "1.7.30"}
mount/mount {:mvn/version "0.1.16"}
ring/ring {:mvn/version "1.9.3"}
ring/ring-json {:mvn/version "0.5.1"}
http-kit/http-kit {:mvn/version "2.5.3"}
hiccup/hiccup {:mvn/version "1.0.5"}}
:aliases
{:cider {:extra-deps {cider/cider-nrepl {:mvn/version "0.26.0"}
refactor-nrepl/refactor-nrepl {:mvn/version "2.5.1"}}
:main-opts ["-i" "dev/user.clj"
"-e" "(start)"
"-m" "nrepl.cmdline"
"-i"
"--middleware" "[cider.nrepl/cider-middleware,refactor-nrepl.middleware/wrap-refactor]"]}
:ancient {:extra-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}
:main-opts ["-m" "antq.core"]}}}