-
-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathdeps.edn
More file actions
14 lines (12 loc) · 802 Bytes
/
deps.edn
File metadata and controls
14 lines (12 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;; Allows users of deps.edn to more conveniently fork / make PRs to re-frame
{:paths ["src" "gen-src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
org.clojure/clojurescript {:mvn/version "1.10.879"}
binaryage/devtools {:mvn/version "1.0.6"}
com.yahoo.platform.yui/yuicompressor {:mvn/version "2.4.8" :exclusions [rhino/js]}
zprint/zprint {:mvn/version "1.2.7"}
superstructor/re-highlight {:mvn/version "2.0.2"}
cljsjs/highlight {:mvn/version "10.3.1-0"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
mvxcvi/arrangement {:mvn/version "2.1.0"}}}
;; Removed :npm-deps {identicon.js ...}