Skip to content

Instantly share code, notes, and snippets.

@papachan
Created September 24, 2015 01:04
Show Gist options
  • Save papachan/223ca9836a1eb661dda5 to your computer and use it in GitHub Desktop.
Save papachan/223ca9836a1eb661dda5 to your computer and use it in GitHub Desktop.
(defproject om-next-demo "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:jvm-opts ^:replace ["-Xms512m" "-Xmx512m" "-server"]
:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojure/clojurescript "1.7.122" :classifier "aot"]
[com.datomic/datomic-free "0.9.5206"]
[bidi "1.20.3"]
[org.omcljs/om "0.9.0-SNAPSHOT"]
[ring/ring "1.4.0"]
[com.cognitect/transit-clj "0.8.281"]
[com.cognitect/transit-cljs "0.8.225"]
[cljs-http "0.1.30" :exclusions
[org.clojure/clojure org.clojure/clojurescript
com.cognitect/transit-cljs]]
[com.stuartsierra/component "0.2.3"]
[org.clojure/core.async "0.1.346.0-17112a-alpha"]
[secretary "0.4.0" :exclusions [org.clojure/clojurescript]]]
:source-paths ["src/clj" "src/cljs" "src/dev"]
:plugins [[lein-ring "0.8.10"]
[lein-beanstalk "0.2.7"]]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment