2021-05-28 06:50:42 -05:00
|
|
|
{:paths ["src" "vendor" "resources" "test"]
|
|
|
|
:deps
|
|
|
|
{penpot/common
|
|
|
|
{:local/root "../common"}
|
|
|
|
|
2022-09-28 16:26:31 -05:00
|
|
|
org.clojure/clojure {:mvn/version "1.11.1"}
|
2021-05-28 06:50:42 -05:00
|
|
|
binaryage/devtools {:mvn/version "RELEASE"}
|
2022-06-13 04:18:02 -05:00
|
|
|
metosin/reitit-core {:mvn/version "0.5.18"}
|
2021-05-28 06:50:42 -05:00
|
|
|
|
2021-07-05 04:35:56 -05:00
|
|
|
funcool/beicon {:mvn/version "2021.07.05-1"}
|
2022-04-10 18:05:06 -05:00
|
|
|
funcool/okulary {:mvn/version "2022.04.11-16"}
|
2022-12-30 10:08:27 -05:00
|
|
|
funcool/potok {:mvn/version "2022.12.16-71"}
|
2021-05-28 06:50:42 -05:00
|
|
|
|
2022-09-25 12:24:45 -05:00
|
|
|
funcool/rumext
|
2023-08-16 07:09:53 -05:00
|
|
|
{:git/tag "v2.7"
|
|
|
|
:git/sha "37fa860"
|
2022-10-03 04:39:58 -05:00
|
|
|
:git/url "https://github.com/funcool/rumext.git"
|
|
|
|
}
|
2022-09-25 12:24:45 -05:00
|
|
|
|
2022-06-13 04:18:02 -05:00
|
|
|
instaparse/instaparse {:mvn/version "1.4.12"}
|
|
|
|
garden/garden {:git/url "https://github.com/noprompt/garden"
|
|
|
|
:git/sha "05590ecb5f6fa670856f3d1ab400aa4961047480"}
|
2021-05-28 06:50:42 -05:00
|
|
|
}
|
|
|
|
|
2019-06-03 09:51:20 -05:00
|
|
|
:aliases
|
2021-04-24 04:49:58 -05:00
|
|
|
{:outdated
|
2021-12-30 18:21:38 -05:00
|
|
|
{:extra-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}
|
2021-04-20 07:26:59 -05:00
|
|
|
:main-opts ["-m" "antq.core"]}
|
2021-05-28 06:50:42 -05:00
|
|
|
|
2022-01-12 14:23:25 -05:00
|
|
|
:jvm-repl
|
|
|
|
{:extra-deps
|
|
|
|
{com.bhauman/rebel-readline {:mvn/version "RELEASE"}}
|
|
|
|
:main-opts ["-m" "rebel-readline.main"]}
|
|
|
|
|
2021-05-28 06:50:42 -05:00
|
|
|
:dev
|
2021-12-27 03:30:58 -05:00
|
|
|
{:extra-paths ["dev"]
|
|
|
|
:extra-deps
|
2023-11-08 10:10:58 -05:00
|
|
|
{thheller/shadow-cljs {:mvn/version "2.25.10"}
|
2022-01-12 14:23:25 -05:00
|
|
|
org.clojure/tools.namespace {:mvn/version "RELEASE"}
|
2023-08-31 02:20:22 -05:00
|
|
|
cider/cider-nrepl {:mvn/version "0.37.0"}}}
|
2021-05-28 06:50:42 -05:00
|
|
|
|
|
|
|
:shadow-cljs
|
|
|
|
{:main-opts ["-m" "shadow.cljs.devtools.cli"]}
|
|
|
|
|
2019-06-03 09:51:20 -05:00
|
|
|
}}
|
|
|
|
|