-
Notifications
You must be signed in to change notification settings - Fork 5
/
deps.edn
198 lines (174 loc) · 8.63 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
{:jvm-opts ["-Dclojure.spec.check-asserts=true"
"-Dlogback.configurationFile=resources/logback.xml"]
:paths ["lib" "src/main" "src/shared" "resources/main"]
:deps
{buddy/buddy {:mvn/version "2.0.0"}
^{:doc "https://github.com/clojure-emacs/cider-nrepl"}
cider/cider-nrepl {:mvn/version "0.29.0"}
clj-commons/clj-yaml {:mvn/version "0.7.108"}
^{:doc "https://github.com/fulcrologic/fulcro"}
com.fulcrologic/fulcro {:mvn/version "3.6.1"}
^{:doc "https://github.com/fulcrologic/fulcro-garden-css"}
com.fulcrologic/fulcro-garden-css {:mvn/version "3.0.9"}
^{:doc "https://github.com/fulcrologic/fulcro-i18n"}
com.fulcrologic/fulcro-i18n {:mvn/version "1.0.0"}
^{:doc "https://github.com/fulcrologic/fulcro-rad"}
com.fulcrologic/fulcro-rad {:mvn/version "1.4.7"}
^{:doc "https://github.com/fulcrologic/fulcro-rad-semantic-ui"}
com.fulcrologic/fulcro-rad-semantic-ui {:mvn/version "1.3.4"}
^{:doc "https://github.com/fulcrologic/fulcro-websockets"}
com.fulcrologic/fulcro-websockets {:mvn/version "3.3.0"}
com.fzakaria/slf4j-timbre {:mvn/version "0.3.21"}
com.lambdaisland/glogi {:mvn/version "1.1.144"}
com.taoensso/timbre {:mvn/version "5.1.2"}
^{:doc "https://github.com/wilkerlucio/pathom"}
com.wsscode/pathom {:mvn/version "2.4.0"}
^{:doc "https://docs.xtdb.com/guides/quickstart/"}
com.xtdb/xtdb-core {:mvn/version "1.23.0"}
com.xtdb/xtdb-jdbc {:mvn/version "1.23.0"}
com.xtdb/xtdb-rocksdb {:mvn/version "1.23.0"}
^{:doc "https://github.com/weavejester/compojure"}
compojure/compojure {:mvn/version "1.7.0"}
^{:doc "https://github.com/edn-query-language/eql"}
edn-query-language/eql {:mvn/version "2021.07.18"}
^{:doc "https://github.com/gnarroway/hato"}
hato/hato {:mvn/version "0.9.0"}
http-kit/http-kit {:mvn/version "2.6.0"}
http.async.client/http.async.client {:mvn/version "1.3.1"}
^{:doc "https://github.com/erp12/fijit"}
io.github.erp12/fijit {:mvn/version "1.0.8"}
^{:doc "https://github.com/nextjournal/markdown"}
io.github.nextjournal/markdown {:mvn/version "0.6.157"}
io.pedestal/pedestal.log {:mvn/version "0.5.9"}
^{:doc "https://github.com/dainiusjocas/clj-jq"}
lt.jocas/clj-jq {:mvn/version "1.2.1"}
^{:doc "https://github.com/clj-commons/manifold"}
manifold/manifold {:mvn/version "0.3.0"}
^{:doc "https://github.com/metosin/reitit"}
metosin/reitit {:mvn/version "0.6.0"}
^{:doc "https://github.com/metosin/ring-http-response"}
metosin/ring-http-response {:mvn/version "0.9.3"}
^{:doc "https://github.com/tolitius/mount"}
mount/mount {:mvn/version "0.1.17"}
^{:doc "https://github.com/roterski/fulcro-rad-xtdb"}
net.clojars.roterski/fulcro-rad-xtdb {:mvn/version "0.0.1-alpha-7"}
^{:doc "https://github.com/nrepl/nrepl"}
nrepl/nrepl {:mvn/version "1.1.0-alpha1"}
^{:doc "https://github.com/bitcoin-s/bitcoin-s"}
org.bitcoin-s/bitcoin-s-bitcoind-rpc_2.13 {:mvn/version "1.9.7"}
org.bitcoin-s/bitcoin-s-core_2.13 {:mvn/version "1.9.7"}
org.bitcoin-s/bitcoin-s-lnd-rpc_2.13 {:mvn/version "1.9.7"}
^{:doc "https://github.com/clj-commons/byte-streams"}
org.clj-commons/byte-streams {:mvn/version "0.3.2"}
org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/clojurescript {:mvn/version "1.10.879"}
^{:doc "https://github.com/clojure/core.async"}
org.clojure/core.async {:mvn/version "1.5.648"}
^{:doc "https://github.com/clojure/data.csv"}
org.clojure/data.csv {:mvn/version "1.0.1"}
^{:doc "https://github.com/clojure/spec.alpha"}
org.clojure/spec.alpha {:mvn/version "0.3.214"}
org.clojure/test.check {:mvn/version "1.1.1"}
org.clojure/tools.cli {:mvn/version "1.0.206"}
org.clojure/tools.namespace {:mvn/version "1.3.0"}
org.postgresql/postgresql {:mvn/version "42.3.1"}
ring/ring-core {:mvn/version "1.9.5"}
ring/ring-defaults {:mvn/version "0.3.3"}
ring/ring-devel {:mvn/version "1.9.5"}
ring/ring-mock {:mvn/version "0.4.0"}
sablono/sablono {:mvn/version "0.8.6"}
^{:doc "https://github.com/thheller/shadow-cljs"}
thheller/shadow-cljs {:mvn/version "2.15.12"}
tick/tick {:mvn/version "0.4.32"
:exclusions [cljsjs/js-joda-timezone
cljsjs/js-joda-timezone-en-us]}}
:aliases
{:build
{:deps {^{:doc "https://github.com/nextjournal/clerk"}
io.github.nextjournal/clerk {:mvn/version "0.17.1102"}
io.github.seancorfield/build-clj {:git/tag "v0.8.3" :git/sha "7ac1f8d"}}
:ns-default build}
:cljfmt
{:extra-deps
{^{:doc "https://github.com/weavejester/cljfmt"}
cljfmt/cljfmt {:mvn/version "0.9.2"}}
:main-opts ["-m" "cljfmt.main"]}
:codox
{:extra-deps {^{:doc "https://github.com/weavejester/codox"}
codox/codox {:mvn/version "0.10.8"}}
:exec-fn codox.main/generate-docs
:exec-args {:source-paths ["src/main"]}}
:codox-cljs
{:extra-deps {^{:doc "https://github.com/weavejester/codox"}
codox/codox {:mvn/version "0.10.8"}}
:exec-fn codox.main/generate-docs
:exec-args {:source-paths ["src/main"]
:language :clojurescript
:output-path "target/docs-cljs"}}
:dev
{:extra-paths ["src/dev" "src/test" "src/shared-test"]
:extra-deps
{^{:doc "https://github.com/binaryage/cljs-devtools"}
binaryage/devtools {:mvn/version "1.0.2"}
^{:doc "https://github.com/awkay/workspaces"}
com.github.awkay/workspaces {:mvn/version "1.0.3"}
^{:doc "https://github.com/fulcrologic/fulcro-spec"}
fulcrologic/fulcro-spec {:mvn/version "3.1.12"}
thheller/shadow-cljs {:mvn/version "2.15.12"}}}
:dev-main
{:main-opts ["-m" "dinsro.core"]}
:devcards
{:extra-deps
{io.github.nextjournal/viewers {:git/sha "c88c97c9ad008b0c214e44523488fcfa0605e6d9"}}
:extra-paths ["src/shared-cards"]}
:guardrails
{:jvm-opts ["-Dguardrails.enabled=true"]}
:reveal
{:extra-deps {vlaaad/reveal {:mvn/version "1.3.250"}}
:ns-default vlaaad.reveal
:exec-fn repl}
:dispatch
{:replace-deps
{cider/cider-nrepl {:mvn/version "0.27.2"}
com.taoensso/timbre {:mvn/version "5.1.2"}
nrepl/nrepl {:mvn/version "0.9.0-beta4"}}
:extra-paths ["src/dispatch"]
:main-opts ["-m" "dinsro.components.dispatch"]}
:eastwood
{:extra-deps
{jonase/eastwood {:mvn/version "1.3.0"}}
:main-opts ["-m" "eastwood.lint" {:exclude-linters [:reflection]}]}
:funnel
{:replace-deps {lambdaisland/funnel {:mvn/version "1.4.71"}}
:main-opts ["-m" "lambdaisland.funnel"]}
:kibit
{:extra-deps
{tvaughan/kibit-runner {:mvn/version "1.0.1"}}
:main-opts ["-m" "kibit-runner.cmdline"]}
:notebooks
{:extra-paths ["src/notebooks" "src/notebook-utils"]
:extra-deps
{^{:doc "https://github.com/nextjournal/clerk"}
io.github.nextjournal/clerk {:mvn/version "0.17.1102"}}}
:outdated
{:replace-deps {olical/depot {:mvn/version "2.3.0"}}
:main-opts ["-m" "depot.outdated.main"]}
:production
{:extra-paths ["src/prod" "resources/prod" "classes"]}
:production-main
{:main-opts ["-m" "dinsro.core"]}
:shadow-cljs
{:jvm-opts ["-Dclerk.resource_manifest={\"/js/viewer.js\" \"http://localhost:7778/js/viewer.js\"}"
"-Dpolyglot.engine.WarnInterpreterOnly=false"
"-XX:-OmitStackTraceInFastThrow"]
:main-opts ["-m" "shadow.cljs.devtools.cli"]}
:test
{:extra-deps
{etaoin/etaoin {:mvn/version "1.1.41"}
^{:doc "https://github.com/lambdaisland/chui"}
lambdaisland/chui {:mvn/version "1.1.192"}
lambdaisland/kaocha {:mvn/version "1.80.1274"}
lambdaisland/kaocha-cljs2 {:mvn/version "0.1.58"}
lambdaisland/kaocha-cloverage {:mvn/version "1.0.75"}
lambdaisland/kaocha-junit-xml {:mvn/version "0.0.76"}}
:main-opts ["-m" "kaocha.runner"]}}}