This repository has been archived by the owner on Nov 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
deps.edn
21 lines (21 loc) · 1.53 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{:deps {org.clojure/clojurescript {:mvn/version "1.10.520"}
status-im/pluto {:mvn/version "iteration-4-10-SNAPSHOT"}
reagent {:mvn/version "0.8.1"}
re-frame {:mvn/version "0.10.6"}
fipp {:mvn/version "0.6.13"} ;; Use an older version to prevent a compilation warning
cljsjs/codemirror {:mvn/version "5.40.2-1"}
cljsjs/parinfer {:mvn/version "3.11.0-0"}
cljsjs/parinfer-codemirror {:mvn/version "1.4.1-2"}
cljsjs/material-ui {:mvn/version "3.9.1-0"}
cljsjs/marked {:mvn/version "0.3.5-1"}
cljsjs/kjua {:mvn/version "0.1.1-1"}
cljs-ajax {:mvn/version "0.8.0"}}
:paths ["src" "resources"]
:aliases {:dev {:extra-paths ["src" "resources" "target"]
:extra-deps {com.bhauman/figwheel-main {:mvn/version "0.2.0"}
com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}
binaryage/devtools {:mvn/version "0.9.10"}
re-frisk {:mvn/version "0.5.4.1"}}
:main-opts ["-m" "figwheel.main" "-b" "dev" "-r"]}
:compile {:main-opts ["-m" "cljs.main" "-co" "prod.cljs.edn" "-O" "advanced" "-d" "resources/public/js/compiled"
"-o" "resources/public/js/compiled/app.js" "-c" "pluto.playground.core"]}}}