-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
98 lines (79 loc) · 3.64 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
{:paths ["src"
"test"
"bench"
"resources"]
:deps
{teknql/systemic {:git/sha "db3facbabdbb949ee0c1bf54a7e24bf82b44465a"
:git/url "https://github.com/teknql/systemic"}
wing/wing {:git/sha "dce19ab8897dc4fbd98ac8ec3b0995a54a2f17bb"
:git/url "https://github.com/teknql/wing"}
aero/aero {:mvn/version "1.1.6"}
babashka/babashka {:mvn/version "1.12.195"}
babashka/babashka.pods {:mvn/version "0.2.0"}
babashka/babashka.curl {:mvn/version "0.1.2"}
babashka/process {:mvn/version "0.5.22"}
org.babashka/cli {:mvn/version "0.8.61"}
babashka/fs {:mvn/version "0.5.22"}
juxt/dirwatch {:mvn/version "0.2.5"}
metosin/malli {:mvn/version "0.16.4"}
com.lambdaisland/specmonstah-malli {:mvn/version "0.0.7"}
cheshire/cheshire {:mvn/version "5.13.0"}
org.clojure/tools.reader {:mvn/version "1.5.0"}
backtick/backtick {:mvn/version "0.3.5"}
aysylu/loom {:mvn/version "1.0.2"}
russmatney/org-crud {:git/url "https://github.com/russmatney/org-crud"
:git/sha "08279ca901ab6ec243faee1fb09442613999bd54"}
zprint/zprint {:mvn/version "1.2.9"}
clj-kondo/clj-kondo {:mvn/version "2024.11.14"}}
:aliases
{:dev {:jvm-opts ["-XX:-OmitStackTraceInFastThrow"
"-XX:+HeapDumpOnOutOfMemoryError"]}
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.11.1250"}}
:main-opts ["-m" "antq.core"]}
:doctor-server {:main-opts ["-m" "doctor.main"]}
:kaocha {:extra-deps
{lambdaisland/kaocha {:mvn/version "1.91.1392"}
com.lambdaisland/kaocha-cljs {:mvn/version "1.5.154"}}
:main-opts ["-m" "kaocha.runner"]}
:oli-test {:extra-deps {olical/cljs-test-runner {:mvn/version "3.8.1"}}
:main-opts ["-m" "cljs-test-runner.main"]}
:full-stack-deps
{:extra-deps
{ ;; dev
cider/cider-nrepl {:mvn/version "0.50.3"}
refactor-nrepl/refactor-nrepl {:mvn/version "3.10.0"}
;; db
datascript/datascript {:mvn/version "1.7.3"}
datascript-transit/datascript-transit {:mvn/version "0.3.0"}
;; core
org.clojure/core.async {:mvn/version "1.6.681"}
org.clojure/tools.namespace {:mvn/version "1.5.0"}
;; web
luminus/ring-undertow-adapter {:mvn/version "1.3.1"}
ring/ring-json {:mvn/version "0.5.1"}
metosin/muuntaja {:mvn/version "0.6.10"}
metosin/muuntaja-form {:mvn/version "0.6.10"}
;; logging
com.taoensso/telemere {:mvn/version "1.0.0-RC1"}
;; file-watching
hawk/hawk {:mvn/version "0.2.11"}
;; time
com.widdindustries/time-literals {:mvn/version "0.1.10"}
tick/tick {:mvn/version "1.0"}
;; serialization
com.cognitect/transit-clj {:mvn/version "1.0.333"}
teknql/plasma
{:git/sha "37b1cc5c3867f73347e204a5f9c0a7a3f0d47891"
:git/url "https://github.com/teknql/plasma"}
;; ui dev env
thheller/shadow-cljs {:mvn/version "2.28.20"}
;; tailwind
com.teknql/shadow-cljs-tailwind-jit {:mvn/version "1.0.0"}
;; ui core
com.pitch/uix.core {:mvn/version "1.2.0"}
com.pitch/uix.dom {:mvn/version "1.2.0"}
reagent/reagent {:mvn/version "1.2.0"}
;; keybindings
keybind/keybind {:mvn/version "2.2.0"}
;; benchmarking
criterium/criterium {:mvn/version "0.4.6"}}}}}