-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
21 lines (20 loc) · 1.08 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{:deps {io.github.nextjournal/clerk {:mvn/version "0.9.513"}
io.github.nextjournal/clerk-slideshow {:git/sha "82b3b83ca456995250bdb99deceb5a24fdd75439"}
aerial.hanami/aerial.hanami {:mvn/version "0.15.1"}
generateme/fastmath {:mvn/version "2.1.9-SNAPSHOT"
:exclusions [com.github.haifengl/smile-mkl]}
org.clojure/data.csv {:mvn/version "1.0.1"}
kixi/stats {:mvn/version "0.5.5"}}
:paths ["src" "notebooks" "data"]
:aliases {:nextjournal/clerk
{:exec-fn nextjournal.clerk/build-static-app!
:git/url "https://github.com/jamiepratt/jointprob-clerk"
:exec-args {:paths ["notebooks/*"] :bundle? true}}
:repl-server
{:exec-fn clojure.core.server/start-server
:exec-args {:name "repl-server"
:port 5555
:accept clojure.core.server/repl
:server-daemon false}}
:dev {:extra-paths ["dev"]}
:test {:extra-paths ["test"]}}}