Initial commit, basic web page with reagent component is working
This commit is contained in:
commit
5aac0474c1
13 changed files with 2103 additions and 0 deletions
13
deps.edn
Normal file
13
deps.edn
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{:paths ["src" "resources"]
|
||||
:deps {org.clojure/clojure {:mvn/version "1.10.0"}
|
||||
thi.ng/geom {:mvn/version "1.0.0-RC3"
|
||||
:exclusions [org.jogamp.jogl/jogl-all
|
||||
org.jogamp.gluegen/gluegen-rt]}}
|
||||
|
||||
:aliases
|
||||
;; clojurescript build tool and dependencies (see also shadow-cljs.edn)
|
||||
{:cljs {:extra-deps {thheller/shadow-cljs {:mvn/version "2.8.109"}
|
||||
appliedscience/js-interop {:mvn/version "0.2.5"}
|
||||
reagent/reagent {:mvn/version "1.1.0"}
|
||||
#_#_ refactor-nrepl/refactor-nrepl {:mvn/version "3.1.0"}
|
||||
#_#_ cider/cider-nrepl {:mvn/version "0.27.2"}}}}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue