0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00
penpot/project.clj
2016-02-27 11:27:28 +02:00

31 lines
1 KiB
Clojure

(defproject uxbox "0.1.0-SNAPSHOT"
:description "UXBox client"
:url "http://uxbox.github.io"
:license {:name "" :url ""}
:jvm-opts ["-Dclojure.compiler.direct-linking=true"]
:dependencies [[org.clojure/clojure "1.8.0" :scope "provided"]
[org.clojure/clojurescript "1.7.228" :scope "provided"]
[figwheel-sidecar "0.5.0-6" :scope "test"]
;; runtime
[rum "0.6.0" :exclusions [sablono]]
[sablono "0.6.2"]
[cljsjs/react "0.14.3-0"]
[cljsjs/react-dom "0.14.3-1"]
[cljsjs/moment "2.10.6-2"]
[funcool/postal "0.5.0"]
[funcool/lentes "1.0.0"]
[funcool/promesa "0.8.1"]
[funcool/beicon "0.6.1"]
[funcool/cuerdas "0.7.1"]
[funcool/hodgepodge "0.1.4"]
[bouncer "1.0.0"]
[bidi "1.25.1"]]
:plugins [[lein-ancient "0.6.7"]]
:clean-targets ^{:protect false} ["resources/public/js" "target"]
)