-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.json
36 lines (35 loc) · 989 Bytes
/
example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "revery-graphql-hooks-example",
"version": "0.1.0",
"description": "Example project demonstrating Revery GraphQL Hooks",
"license": "MIT",
"esy": {
"build": "dune build -p example",
"buildDev": "refmterr dune build -p example",
"buildsInSource": "_build",
"install": ["esy-installer example.install"]
},
"scripts": {
"format": "esy dune build @fmt --auto-promote",
"start": "esy '@example' x example"
},
"dependencies": {
"@opam/dune": "*",
"@opam/reason": "*",
"graphql-ppx": "reasonml-community/graphql-ppx:esy.json",
"ocaml": ">=4.8.0",
"revery": "revery-ui/revery",
"revery-graphql-hooks": "*"
},
"devDependencies": {
"@opam/merlin": "*",
"@opam/ocaml-lsp-server": "ocaml/ocaml-lsp:ocaml-lsp-server.opam",
"@reason-native/console": "*",
"esy-macdylibbundler": "*",
"ocaml": "~4.9.0",
"refmterr": "*"
},
"resolutions": {
"revery-graphql-hooks": "link:./package.json"
}
}