-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 959 Bytes
/
package.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
36
{
"name": "revery-quick-start",
"version": "1.2.0",
"description": "Revery quickstart",
"license": "MIT",
"esy": {
"build": "refmterr dune build -p App",
"buildsInSource": "_build",
"release": {
"bin": [
"App"
]
}
},
"dependencies": {
"ocaml": "~4.7.0",
"revery": "0.5.1",
"@opam/dune": "*"
},
"resolutions": {
"@opam/cmdliner": "1.0.2",
"@opam/js_of_ocaml": "github:ocsigen/js_of_ocaml:js_of_ocaml.opam#db257ce",
"@opam/js_of_ocaml-compiler": "github:ocsigen/js_of_ocaml:js_of_ocaml-compiler.opam#db257ce",
"@esy-ocaml/reason": "facebook/reason#ab49908",
"@brisk/brisk-reconciler": "github:briskml/brisk-reconciler#7901934",
"revery": "revery-ui/revery#67c5691a32a29c0935a92fb264de6898ae82ac09"
},
"scripts": {
"format": "bash -c \"refmt --in-place *.re\"",
"run": "esy x App"
},
"devDependencies": {
"ocaml": "~4.7.0",
"@opam/merlin": "*"
}
}