0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00
penpot/frontend/deps.edn

53 lines
1.3 KiB
Clojure
Raw Normal View History

{:paths ["src" "vendor" "resources" "test"]
:deps
{penpot/common
{:local/root "../common"}
org.clojure/clojure {:mvn/version "1.11.1"}
binaryage/devtools {:mvn/version "RELEASE"}
2024-01-08 05:18:20 -05:00
metosin/reitit-core {:mvn/version "0.6.0"}
2022-04-10 18:05:06 -05:00
funcool/okulary {:mvn/version "2022.04.11-16"}
2023-12-21 14:02:49 -05:00
funcool/potok2
2024-03-14 06:53:26 -05:00
{:git/tag "v2.1"
:git/sha "84c97b9"
2023-12-21 14:02:49 -05: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"}
funcool/rumext
2024-05-31 04:55:29 -05:00
{:git/tag "v2.12"
:git/sha "ab819f5"
:git/url "https://github.com/funcool/rumext.git"}
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"}
}
: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"}}
:main-opts ["-m" "antq.core"]}
:jvm-repl
{:extra-deps
{com.bhauman/rebel-readline {:mvn/version "RELEASE"}}
:main-opts ["-m" "rebel-readline.main"]}
:dev
{:extra-paths ["dev"]
:extra-deps
{thheller/shadow-cljs {:mvn/version "2.27.4"}
org.clojure/tools.namespace {:mvn/version "RELEASE"}
2024-01-08 05:18:20 -05:00
cider/cider-nrepl {:mvn/version "0.44.0"}}}
:shadow-cljs
{:main-opts ["-m" "shadow.cljs.devtools.cli"]}
}}