From 6f30892a02a3feff164b1c26805cb35a54475726 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 17 Feb 2018 14:04:32 -0200 Subject: Removes front-end stuff --- project.clj | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'project.clj') diff --git a/project.clj b/project.clj index dcc3317..3c2289c 100644 --- a/project.clj +++ b/project.clj @@ -1,16 +1,16 @@ -(defproject queue-api "0.1.0-SNAPSHOT" +(defproject queue-api "0.1.0" - :description "FIXME: write description" - :url "http://example.com/FIXME" + :description "Api for a simple job queue" + :url "https://gitlab.com/gabrielgio/queue-api" :dependencies [[clj-time "0.14.2"] [compojure "1.6.0"] [cprop "0.1.11"] [funcool/struct "1.2.0"] [luminus-immutant "0.2.4"] + [datascript "0.16.3"] [luminus-nrepl "0.1.4"] [luminus/ring-ttl-session "0.3.2"] - [markdown-clj "1.0.2"] [metosin/compojure-api "1.1.11"] [metosin/muuntaja "0.5.0"] [metosin/ring-http-response "0.9.0"] @@ -18,14 +18,8 @@ [org.clojure/clojure "1.9.0"] [org.clojure/tools.cli "0.3.5"] [org.clojure/tools.logging "0.4.0"] - [org.webjars.bower/tether "1.4.3"] - [org.webjars/bootstrap "4.0.0"] - [org.webjars/font-awesome "5.0.6"] - [org.webjars/jquery "3.2.1"] - [ring-webjars "0.2.0"] [ring/ring-core "1.6.3"] - [ring/ring-defaults "0.3.1"] - [selmer "1.11.6"]] + [ring/ring-defaults "0.3.1"]] :min-lein-version "2.0.0" -- cgit v1.2.3