From 26986b0c67cd05be90ab52b0f6080a2ba6fa48bb Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Fri, 25 Dec 2020 22:29:00 -0700 Subject: initial import --- project.clj | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 project.clj (limited to 'project.clj') diff --git a/project.clj b/project.clj new file mode 100644 index 0000000..6ad56ef --- /dev/null +++ b/project.clj @@ -0,0 +1,10 @@ +(defproject org-ckons-cljs.form "0.1.0-SNAPSHOT" + :description "A small library which manages the generic form template." + :url "FIXME" + :license "public domain" + :dependencies [[org.clojure/clojure "LATEST"] + [org.clojure/clojurescript "LATEST"] + [prismatic/dommy "LATEST"] + [hiccups "LATEST"]] + :plugins [[lein-cljsbuild "LATEST"]] + :clean-targets ^{:protect false} [:target-path "out" "resources/public/cljs"]) -- cgit v1.3