forked from wilkerlucio/pathom3-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
24 lines (22 loc) · 1.02 KB
/
deps.edn
File metadata and controls
24 lines (22 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{:paths
["src/main"]
:deps
{applied-science/js-interop {:mvn/version "0.2.7"}
cheshire/cheshire {:mvn/version "5.10.0"}
clj-http/clj-http {:mvn/version "3.11.0"}
http-kit/http-kit {:mvn/version "2.5.3"}
com.fulcrologic/guardrails {:mvn/version "0.0.12"}
com.wsscode/async {:mvn/version "2021.01.15"}
com.wsscode/pathom3 {:mvn/version "2022.10.19-alpha"}
com.wsscode/pathom3-viz {:git/url "https://github.com/wilkerlucio/pathom3-viz" :sha "1366467fac40b06ab5592e4fa4a4511f1dc0e9a3"}
com.wsscode/pathom3-graphql {:mvn/version "2022.02.21-2-alpha"}
com.wsscode/transito {:mvn/version "2021.07.04"}
hickory/hickory {:mvn/version "0.7.1"}
lilactown/helix {:mvn/version "0.1.10"}
org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/clojurescript {:mvn/version "1.11.60"}
thheller/shadow-cljs {:mvn/version "2.25.10"}}
:aliases
{:demos
{:extra-deps
{org.clojure/core.cache {:mvn/version "1.0.207"}}}}}