0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 16:00:19 -05:00
penpot/frontend/deps.edn
2021-04-24 11:49:58 +02:00

9 lines
248 B
Clojure

{:paths ["src" "vendor" "resources" "../common"]
:deps {}
:aliases
{:outdated
{:extra-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}
org.slf4j/slf4j-nop {:mvn/version "RELEASE"}}
:main-opts ["-m" "antq.core"]}
}}