-
-
Notifications
You must be signed in to change notification settings - Fork 714
Expand file tree
/
Copy pathdeps.edn
More file actions
39 lines (39 loc) · 2.9 KB
/
deps.edn
File metadata and controls
39 lines (39 loc) · 2.9 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
{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.12.1"}
org.clojure/clojurescript {:mvn/version "1.12.42"}
net.cgrand/macrovich {:mvn/version "0.2.1"}
org.clojure/tools.logging {:mvn/version "1.2.4"}}
:aliases {:provided {:extra-deps {org.clojure/clojure {:mvn/version "1.12.1"}
org.clojure/clojurescript {:mvn/version "1.12.42"}
reagent/reagent {:mvn/version "1.2.0"}}}
:test {:extra-paths ["test"]
:exec-fn day8.chrome-shadow-test-runner/run
:main-opts ["-m" "shadow.cljs.devtools.cli"]
:exec-args {:test-dir "run/compiled/browser/test"
:chrome-path "chromium"}
:extra-deps {day8.re-frame/test {:mvn/version "0.1.7"}
thheller/shadow-cljs {:mvn/version "3.2.0"}
binaryage/devtools {:mvn/version "1.0.3"}
reagent/reagent {:mvn/version "1.2.0"}}}
:docs {:extra-paths ["docs/src"]
:extra-deps {org.babashka/sci {:mvn/version "0.8.40"}
funcool/promesa {:mvn/version "10.0.575"}
thheller/shadow-cljs {:mvn/version "3.2.0"}
reagent/reagent {:mvn/version "1.2.0"}
rewrite-clj/rewrite-clj {:mvn/version "1.1.47"}
day8/dev {:git/url "https://github.com/day8/dev.git"
:git/sha "f7617846597f411fd646a46b283777584a1a02bb"}}
:main-opts ["-m" "shadow.cljs.devtools.cli"]}
:clein {:extra-deps {io.github.noahtheduke/clein {:git/url "https://github.com/day8/clein.git"
:git/sha "2b83503246e8291fc023d688574640a9b23d8c50"}
day8/dev {:git/url "https://github.com/day8/dev.git"
:git/sha "f7617846597f411fd646a46b283777584a1a02bb"}}
:main-opts ["-m" "noahtheduke.clein"]}
:clein/build {:extra-deps {}
:lib re-frame/re-frame
:main re-frame.core
:url "https://github.com/day8/re-frame"
:version day8.dev/git-app-version!
:license {:name "MIT"
:url "https://opensource.org/licenses/MIT"}
:src-dirs ["src"]}}}