-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
24 lines (24 loc) · 1.27 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
{:paths ["src/main"]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
re-frame/re-frame {:mvn/version "1.3.0"}
applied-science/js-interop {:mvn/version "0.4.2"}
org.clojure/clojurescript {:mvn/version "1.11.60"}
thheller/shadow-cljs {:mvn/version "2.26.1"}
ring/ring-defaults {:mvn/version "0.3.4"}
ring/ring {:mvn/version "1.10.0"}
ring/ring-anti-forgery {:mvn/version "1.3.0"}
http-kit/http-kit {:mvn/version "2.8.0-beta3"}
cljs-http/cljs-http {:mvn/version "0.1.46"}
clj-http/clj-http {:mvn/version "3.12.3"}
io.github.lukaszkorecki/tolkien {:git/tag "v0.1.4" :git/sha "65aeb98"}
compojure/compojure {:mvn/version "1.7.0"}
net.clojars.wkok/openai-clojure {:mvn/version "0.13.0"}
com.github.oliyh/martian {:mvn/version "0.1.26"}
com.github.oliyh/martian-test {:mvn/version "0.1.26"}
reagent/reagent {:mvn/version "0.10.0"
:exclusions [cljsjs/react
cljsjs/react-dom]}}
:aliases
{;; Run with clj -T:build function-in-build
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.9.6" :git/sha "8e78bcc"}}
:ns-default build}}}