forked from revery-ui/revery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
js.json
27 lines (27 loc) · 937 Bytes
/
js.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
{
"source": "./package.json",
"scripts": {
"run": "esy '@js' x bash -c 'http-server #{self.bin}'"
},
"override": {
"build": ["dune build --root . -j4"],
"install": [
"esy-installer Revery.install",
"esy-installer ReveryExampleJs.install"
],
"dependencies": {
"@opam/js_of_ocaml": "*",
"@opam/js_of_ocaml-compiler": "*",
"@opam/js_of_ocaml-lwt": "*",
"http-server": "*"
},
"resolutions": {
"rebez": "github:jchavarri/rebez#46cbc183",
"@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",
"@opam/js_of_ocaml-lwt": "github:ocsigen/js_of_ocaml:js_of_ocaml-lwt.opam#db257ce",
"@brisk/brisk-reconciler": "github:briskml/brisk-reconciler#3d1ea3a",
"pesy": "0.4.1"
}
}
}