-
Notifications
You must be signed in to change notification settings - Fork 78
/
deps.edn
105 lines (91 loc) · 6.37 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{:paths ["src" "resources" "bb"]
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
org.clojure/java.classpath {:mvn/version "1.0.0"}
org.clojure/tools.analyzer {:mvn/version "1.1.0"}
org.clojure/tools.analyzer.jvm {:mvn/version "1.1.0"}
babashka/fs {:mvn/version "0.5.22"}
borkdude/edamame {:mvn/version "1.4.24"}
weavejester/dependency {:mvn/version "0.2.1"}
com.nextjournal/beholder {:mvn/version "1.0.2"}
org.flatland/ordered {:mvn/version "1.15.12"}
io.github.nextjournal/markdown {:mvn/version "0.6.157"
;; only used in cljs
:exclusions [applied-science/js-interop]}
babashka/process {:mvn/version "0.4.16"}
io.github.nextjournal/dejavu {:git/sha "4980e0cc18c9b09fb220874ace94ba6b57a749ca"}
io.github.babashka/sci.nrepl {:mvn/version "0.0.2"}
com.taoensso/nippy {:mvn/version "3.4.2"}
mvxcvi/multiformats {:mvn/version "0.3.107"}
com.pngencoder/pngencoder {:mvn/version "0.13.1"}
http-kit/http-kit {:mvn/version "2.8.0"}
hiccup/hiccup {:mvn/version "2.0.0-RC3"}
rewrite-clj/rewrite-clj {:mvn/version "1.1.45"}
juji/editscript {:mvn/version "0.6.4"}}
:aliases {:nextjournal/clerk {:extra-deps {org.clojure/clojure {:mvn/version "1.11.1"} ;; for `:as-alias` support in static build
org.slf4j/slf4j-nop {:mvn/version "2.0.7"}
org.babashka/cli {:mvn/version "0.7.52"}}
:extra-paths ["notebooks"]
:exec-fn nextjournal.clerk/build!
:exec-args {:paths-fn nextjournal.clerk.builder/clerk-docs}
:main-opts ["-m" "babashka.cli.exec"]
:jvm-opts ["-Dclojure.main.report=stdout"]
:nextjournal.clerk/aliases [:demo]}
:sci {:extra-deps {io.github.nextjournal/clerk.render {:local/root "render"}}}
:dev {:extra-deps {org.clojure/clojure {:mvn/version "1.12.0-beta1"} ;; for `:as-alias` & `add-lib` support but only in dev
arrowic/arrowic {:mvn/version "0.1.1"}
binaryage/devtools {:mvn/version "1.0.3"}
cider/cider-nrepl {:mvn/version "0.49.3"}
nrepl/nrepl {:mvn/version "1.3.0"}
com.clojure-goes-fast/clj-async-profiler {:mvn/version "1.3.0"}
io.github.nextjournal/cas-client {:git/sha "d9f838937ebc8b645fe5764949e72a6df8e344de"}
org.slf4j/slf4j-nop {:mvn/version "2.0.7"}
org.babashka/cli {:mvn/version "0.5.40"}}
:extra-paths ["dev" "notebooks"]
:jvm-opts ["-Dclerk.resource_manifest={\"/js/viewer.js\" \"/js/viewer.js\"}"
"-Dpolyglot.engine.WarnInterpreterOnly=false"
"-Djdk.attach.allowAttachSelf"
"-XX:+UnlockDiagnosticVMOptions"
"-XX:+DebugNonSafepoints"
"-XX:+EnableDynamicAgentLoading"
"-XX:-OmitStackTraceInFastThrow"]
:main-opts ["-m" "shadow.cljs.devtools.cli"]
:exec-fn nextjournal.clerk.dev-launcher/start
:exec-args {:render-nrepl {}}}
:profile {:exec-fn user/profile
:exec-args {:phase :analysis}
:jvm-opts ["-Dclojure.main.report=stdout"]}
:test {:extra-deps {nubank/matcher-combinators {:mvn/version "3.5.1"}
org.clojure/test.check {:mvn/version "1.1.1"}
lambdaisland/kaocha {:mvn/version "1.66.1034"}
io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}}
:extra-paths ["test"]
:jvm-opts ["-Dclerk.resource_manifest={\"/js/viewer.js\" \"/js/viewer.js\"}"]
:exec-fn kaocha.runner/exec-fn
;; Run a single test:
;; clj -M:test -v nextjournal.clerk.analyzer-test/analyze-doc
:main-opts ["-m" "cognitect.test-runner"]}
:demo {:extra-paths ["demo"]
:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.2.659"}
io.github.applied-science/shapes {:git/sha "da44031cf79a649932cb502f17388db23f2b8ace"}
org.xerial/sqlite-jdbc {:mvn/version "3.34.0"}
com.github.seancorfield/honeysql {:mvn/version "2.6.1126"}
org.clojure/data.csv {:mvn/version "1.0.0"}
hickory/hickory {:mvn/version "0.7.1"}
org.mentat/emmy {:mvn/version "0.32.0"
:exclusions [org.babashka/sci]}
;; emmy needs SCI, here we use the same version as in render:
org.babashka/sci {:git/url "https://github.com/babashka/sci"
:git/sha "c556f4474303c61da72e7a07eef496dcbf66a56e"}
io.github.nextjournal/clerk-slideshow {:git/sha "11a83fea564da04b9d17734f2031a4921d917893"}}}
:nextjournal/garden {:exec-fn nextjournal.clerk/serve!
:exec-args {:index "book.clj"}
:nextjournal.garden/aliases [:demo]}
:build {:deps {io.github.nextjournal/clerk {:local/root "."}
io.github.nextjournal/cas-client {:git/sha "d9f838937ebc8b645fe5764949e72a6df8e344de"}
io.github.clojure/tools.build {:git/tag "v0.10.3" :git/sha "15ead66"}
io.github.slipset/deps-deploy {:git/sha "b4359c5d67ca002d9ed0c4b41b710d7e5a82e3bf"}}
:extra-paths ["bb" "src" "resources"] ;; for loading lookup-url in build
:ns-default build}
:test-release-js {:jvm-opts ["-Dclerk.resource_manifest={\"/js/viewer.js\" \"/viewer.js\"}"]
:exec-args {:out-path "build"}
:main-opts ["-m" "babashka.cli.exec"]}}}