-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
101 lines (81 loc) · 3.76 KB
/
Copy pathdeps.edn
File metadata and controls
101 lines (81 loc) · 3.76 KB
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
{: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.200"}
babashka/babashka.pods {:mvn/version "0.2.0"}
babashka/babashka.curl {:mvn/version "0.1.2"}
babashka/process {:mvn/version "0.6.23"}
org.babashka/cli {:mvn/version "0.8.65"}
babashka/fs {:mvn/version "0.5.25"}
juxt/dirwatch {:mvn/version "0.2.5"}
metosin/malli {:mvn/version "0.17.0"}
com.lambdaisland/specmonstah-malli {:mvn/version "0.0.7"}
cheshire/cheshire {:mvn/version "6.0.0"}
org.clojure/tools.reader {:mvn/version "1.5.2"}
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 "23a109553e4589fde4774123d3cb8e3f76ce7803"}
zprint/zprint {:mvn/version "1.2.9"}
clj-kondo/clj-kondo {:mvn/version "2025.04.07"}}
:aliases
{:dev {:jvm-opts ["-XX:-OmitStackTraceInFastThrow"
"-XX:+HeapDumpOnOutOfMemoryError"]}
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.11.1276"}}
: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.55.7"}
refactor-nrepl/refactor-nrepl {:mvn/version "3.11.0"}
;; db
datascript/datascript {:mvn/version "1.7.5"}
datascript-transit/datascript-transit {:mvn/version "0.3.0"}
com.github.seancorfield/next.jdbc {:mvn/version "1.3.1002"}
org.xerial/sqlite-jdbc {:mvn/version "3.49.1.0"}
;; core
org.clojure/core.async {:mvn/version "1.8.741"}
org.clojure/tools.namespace {:mvn/version "1.5.0"}
;; web
luminus/ring-undertow-adapter {:mvn/version "1.4.0"}
ring/ring-json {:mvn/version "0.5.1"}
metosin/muuntaja {:mvn/version "0.6.11"}
metosin/muuntaja-form {:mvn/version "0.6.11"}
;; logging
com.taoensso/telemere {:mvn/version "1.0.0"}
;; 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 "3.0.5"}
;; tailwind
com.teknql/shadow-cljs-tailwind-jit {:mvn/version "1.0.0"}
;; ui core
com.pitch/uix.core {:mvn/version "1.4.3"}
com.pitch/uix.dom {:mvn/version "1.4.3"}
reagent/reagent {:mvn/version "1.3.0"}
;; keybindings
keybind/keybind {:mvn/version "2.2.0"}
;; benchmarking
criterium/criterium {:mvn/version "0.4.6"}}}}}