[chore] change project tool to clj
This commit is contained in:
parent
09af76e9c2
commit
8fcd2cd698
3 changed files with 15 additions and 20 deletions
13
deps.edn
Normal file
13
deps.edn
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{:paths ["src/main"]
|
||||||
|
:deps
|
||||||
|
{org.clojure/clojure {:mvn/version "1.11.1"}
|
||||||
|
org.clojure/clojurescript {:mvn/version "1.11.60"}
|
||||||
|
thheller/shadow-cljs {:mvn/version "2.25.2"}
|
||||||
|
|
||||||
|
reagent/reagent {:mvn/version "1.2.0"}
|
||||||
|
re-frame/re-frame {:mvn/version "1.3.0"}
|
||||||
|
metosin/reitit {:mvn/version "0.7.0-alpha5"}
|
||||||
|
day8.re-frame/tracing {:mvn/version "0.6.2"}
|
||||||
|
day8.re-frame/re-frame-10x {:mvn/version "1.6.0"}
|
||||||
|
|
||||||
|
}}
|
|
@ -1,8 +0,0 @@
|
||||||
(defproject liberty-hu "0.1.0-SNAPSHOT"
|
|
||||||
:description "FIXME: write description"
|
|
||||||
:url "http://example.com/FIXME"
|
|
||||||
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
|
|
||||||
:url "https://www.eclipse.org/legal/epl-2.0/"}
|
|
||||||
:dependencies [[org.clojure/clojure "1.11.1"]
|
|
||||||
[ring "1.11.0-alpha1"]]
|
|
||||||
:repl-options {:init-ns backend.core})
|
|
|
@ -1,16 +1,6 @@
|
||||||
;; shadow-cljs configuration
|
;; shadow-cljs configuration
|
||||||
{:source-paths
|
{:deps true
|
||||||
["src"
|
:nrepl {:port 8701}
|
||||||
"src/dev"
|
|
||||||
"src/test"]
|
|
||||||
|
|
||||||
:dependencies
|
|
||||||
[[reagent "1.2.0"]
|
|
||||||
[re-frame "1.3.0"]
|
|
||||||
[metosin/reitit "0.7.0-alpha5"]
|
|
||||||
[day8.re-frame/tracing "0.6.2"]
|
|
||||||
[day8.re-frame/re-frame-10x "1.6.0"]]
|
|
||||||
|
|
||||||
|
|
||||||
:dev-http {8080 "public"}
|
:dev-http {8080 "public"}
|
||||||
:builds
|
:builds
|
||||||
|
|
Loading…
Reference in a new issue