-
-
Notifications
You must be signed in to change notification settings - Fork 148
/
project.clj
22 lines (22 loc) · 986 Bytes
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(defproject klipse-cache-ns "0.0.1"
:description "cache ns for bootstrap cljs"
:local-repo "local-m2"
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.456"]
[andare "0.4.0"]
[cljs-http "0.1.42"]
[viebel/gadjett "0.3.2"]
[org.omcljs/om "1.0.0-alpha47"]
[com.cemerick/url "0.1.1"]
[rewrite-cljs "0.4.3"]
[viebel/re-frame "0.9.3-SNAPSHOT"]
[viebel/http-fx "0.1.4-SNAPSHOT"]
[com.andrewmcveigh/cljs-time "0.5.0"]
[org.clojure/test.check "0.10.0-alpha3"]
;[org.clojure/core.match "0.3.0-self-host"]
[viebel/reagent "0.6.2"]
[viebel/poppea "0.2.1"]
;[org.clojure/math.combinatorics "0.1.3"]
]
:npm {:dependencies [["@pupeno/xmlhttprequest" "1.7.0"]]}
:plugins [[lein-npm "0.6.2"]])