aboutsummaryrefslogtreecommitdiff
path: root/deps.edn
blob: ddd9f13325803db6c32ef7f26215a28e169e1ca6 (plain)
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
{:deps {com.github.TeamNewPipe/NewpipeExtractor {:mvn/version "0.22.7"}
        com.squareup.okhttp3/okhttp {:mvn/version "4.10.0"}
        http-kit/http-kit {:mvn/version "2.7.0-alpha1"}
        metosin/reitit-core {:mvn/version "0.5.18"}
        metosin/reitit-ring {:mvn/version "0.5.18"}
        metosin/reitit-middleware {:mvn/version "0.5.18"}
        metosin/reitit-malli {:mvn/version "0.5.18"}
        ring/ring {:mvn/version "1.9.5"}
        ring/ring-json {:mvn/version "0.5.1"}
        org.clojure/java.data {:mvn/version "1.0.95"}
        hiccup/hiccup {:mvn/version "1.0.5"}
        ring-cors/ring-cors {:mvn/version "0.1.13"}}
 :paths ["src/backend" "resources" "classes"]
 :mvn/repos {"jitpack" {:url "https://jitpack.io"}}
 :aliases
 {:build {:deps {io.github.clojure/tools.build {:mvn/version "0.9.4"}}
          :ns-default build}
  :frontend
  {:extra-paths ["src/frontend"]
   :extra-deps {thheller/shadow-cljs {:mvn/version "2.28.8"}
                cider/cider-nrepl {:mvn/version "0.28.4"}
                metosin/reitit-frontend {:mvn/version "0.5.18"}
                reagent/reagent {:mvn/version "1.1.1"}
                re-frame/re-frame {:mvn/version "1.3.0"}
                day8.re-frame/http-fx {:mvn/version "0.2.4"}
                cljs-ajax/cljs-ajax {:mvn/version "0.8.4"}
                akiroz.re-frame/storage {:mvn/version "0.1.4"}
                re-frame-utils/re-frame-utils {:mvn/version "0.1.0"}
                nano-id/nano-id {:mvn/version "1.1.0"}
                com.github.scopews/svgreq {:mvn/version "1.1.0"}
                funcool/promesa {:mvn/version "11.0.678"}
                re-promise/re-promise {:mvn/version "0.1.1"}}
   :main-opts ["-m" "shadow.cljs.devtools.cli"]}
  :run {:main-opts ["-m" "tubo.core"]}}}