2021-05-28 13:50:42 +02:00
|
|
|
{:paths ["src" "vendor" "resources" "test"]
|
|
|
|
:deps
|
|
|
|
{penpot/common
|
|
|
|
{:local/root "../common"}
|
|
|
|
|
2022-09-28 23:26:31 +02:00
|
|
|
org.clojure/clojure {:mvn/version "1.11.1"}
|
2021-05-28 13:50:42 +02:00
|
|
|
binaryage/devtools {:mvn/version "RELEASE"}
|
2024-01-08 11:18:20 +01:00
|
|
|
metosin/reitit-core {:mvn/version "0.6.0"}
|
2022-04-11 01:05:06 +02:00
|
|
|
funcool/okulary {:mvn/version "2022.04.11-16"}
|
2023-12-21 20:02:49 +01:00
|
|
|
|
|
|
|
funcool/potok2
|
2024-03-14 12:53:26 +01:00
|
|
|
{:git/tag "v2.1"
|
|
|
|
:git/sha "84c97b9"
|
2023-12-21 20:02:49 +01:00
|
|
|
:git/url "https://github.com/funcool/potok.git"}
|
|
|
|
|
|
|
|
funcool/beicon2
|
|
|
|
{:git/tag "v2.0"
|
|
|
|
:git/sha "e7135e0"
|
|
|
|
:git/url "https://github.com/funcool/beicon.git"}
|
2021-05-28 13:50:42 +02:00
|
|
|
|
2022-09-25 19:24:45 +02:00
|
|
|
funcool/rumext
|
2024-02-29 16:12:09 +01:00
|
|
|
{:git/tag "v2.11.3"
|
|
|
|
:git/sha "b1f6ce4"
|
2023-12-22 12:52:51 +01:00
|
|
|
:git/url "https://github.com/funcool/rumext.git"}
|
2022-09-25 19:24:45 +02:00
|
|
|
|
2022-06-13 11:18:02 +02:00
|
|
|
instaparse/instaparse {:mvn/version "1.4.12"}
|
|
|
|
garden/garden {:git/url "https://github.com/noprompt/garden"
|
|
|
|
:git/sha "05590ecb5f6fa670856f3d1ab400aa4961047480"}
|
2021-05-28 13:50:42 +02:00
|
|
|
}
|
|
|
|
|
2019-06-03 16:51:20 +02:00
|
|
|
:aliases
|
2021-04-24 11:49:58 +02:00
|
|
|
{:outdated
|
2021-12-31 00:21:38 +01:00
|
|
|
{:extra-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}
|
2021-04-20 14:26:59 +02:00
|
|
|
:main-opts ["-m" "antq.core"]}
|
2021-05-28 13:50:42 +02:00
|
|
|
|
2022-01-12 20:23:25 +01:00
|
|
|
:jvm-repl
|
|
|
|
{:extra-deps
|
|
|
|
{com.bhauman/rebel-readline {:mvn/version "RELEASE"}}
|
|
|
|
:main-opts ["-m" "rebel-readline.main"]}
|
|
|
|
|
2021-05-28 13:50:42 +02:00
|
|
|
:dev
|
2021-12-27 09:30:58 +01:00
|
|
|
{:extra-paths ["dev"]
|
|
|
|
:extra-deps
|
2024-02-26 17:19:43 +01:00
|
|
|
{thheller/shadow-cljs {:mvn/version "2.27.4"}
|
2022-01-12 20:23:25 +01:00
|
|
|
org.clojure/tools.namespace {:mvn/version "RELEASE"}
|
2024-01-08 11:18:20 +01:00
|
|
|
cider/cider-nrepl {:mvn/version "0.44.0"}}}
|
2021-05-28 13:50:42 +02:00
|
|
|
|
|
|
|
:shadow-cljs
|
|
|
|
{:main-opts ["-m" "shadow.cljs.devtools.cli"]}
|
|
|
|
|
2019-06-03 16:51:20 +02:00
|
|
|
}}
|
|
|
|
|