-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdeps.edn
17 lines (15 loc) · 945 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{:path ["src"]
:deps {re-frame/re-frame {:git/url "https://github.com/nextjournal/freerange"
:git/sha "8cf68c30722a4c6f8f948a134c900d7a656ecad4"}
io.github.nextjournal/devcards {:local/root "../devcards"}
io.github.nextjournal/viewer {:local/root "../viewer"}
io.github.nextjournal/cljs-extensions {:local/root "../cljs-extensions"}
io.github.nextjournal/markdown {:local/root "../markdown"}
com.nextjournal/clerk {:git/url "git@github.com:nextjournal/clerk.git"
:git/sha "db33708ae3aecac791a1b25f3ad68e39a7695013"}
;; we use shadow-resource directly
thheller/shadow-cljs {:mvn/version "2.15.12"}
metosin/reitit-frontend {:mvn/version "0.5.15"}
com.lambdaisland/deja-fu {:mvn/version "0.3.33"}
com.lambdaisland/shellutils {:mvn/version "0.0.10"}
org.flatland/ordered {:mvn/version "1.15.10"}}}