mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
866d95149e
Because the new compiler causes some bugs on compiling internal ES6 modules.
32 lines
799 B
Clojure
32 lines
799 B
Clojure
{:paths ["src" "vendor" "resources" "test"]
|
|
:deps
|
|
{penpot/common
|
|
{:local/root "../common"}
|
|
|
|
binaryage/devtools {:mvn/version "RELEASE"}
|
|
metosin/reitit-core {:mvn/version "0.5.13"}
|
|
|
|
funcool/beicon {:mvn/version "2021.06.02-0"}
|
|
funcool/okulary {:mvn/version "2020.04.14-0"}
|
|
funcool/potok {:mvn/version "4.0.0"}
|
|
funcool/rumext {:mvn/version "2021.05.12-1"}
|
|
funcool/tubax {:mvn/version "2021.05.20-0"}
|
|
|
|
instaparse/instaparse {:mvn/version "1.4.10"}
|
|
}
|
|
|
|
:aliases
|
|
{:outdated
|
|
{:extra-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}
|
|
org.slf4j/slf4j-nop {:mvn/version "RELEASE"}}
|
|
:main-opts ["-m" "antq.core"]}
|
|
|
|
:dev
|
|
{:extra-deps
|
|
{thheller/shadow-cljs {:mvn/version "2.12.6"}}}
|
|
|
|
:shadow-cljs
|
|
{:main-opts ["-m" "shadow.cljs.devtools.cli"]}
|
|
|
|
}}
|
|
|