forked from babashka/nbb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
14 lines (14 loc) · 814 Bytes
/
Copy pathdeps.edn
File metadata and controls
14 lines (14 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{:paths ["src"]
:aliases {:test {:extra-paths ["test"]}}
:deps {thheller/shadow-cljs {:mvn/version "2.15.10"}
;; reagent/reagent {:mvn/version "1.0.0"}
cljsjs/react {:mvn/version "17.0.2-0"}
cljsjs/react-dom {:mvn/version "17.0.2-0"}
cljsjs/react-dom-server {:mvn/version "17.0.2-0"}
io.nervous/cljs-nodejs-externs {:mvn/version "0.2.0"}
reagent/reagent {:git/url "https://github.com/borkdude/nbb-reagent"
:git/sha "01b2b9a38a6c5c4b2ea3fd0a9e038d9551299665"} #_{:local/root "../nbb-reagent"}
funcool/promesa {:mvn/version "6.0.2"}
applied-science/js-interop {:mvn/version "0.3.0"}
babashka/sci {:git/url "https://github.com/babashka/sci"
:git/sha "e047baa73a6579b94febca6a579b0fa1b6ab5e71"}}}