forked from revery-ui/revery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjs.json
More file actions
28 lines (28 loc) · 740 Bytes
/
js.json
File metadata and controls
28 lines (28 loc) · 740 Bytes
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
{
"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": "*",
"@opam/merlin-extend": "0.4"
},
"resolutions": {
"rebez": "github:jchavarri/rebez#46cbc183",
"rench": "github:revery-ui/rench#4554280",
"pesy": "0.4.1"
},
"devDependencies": {
"ocaml": ">=4.6.0 <4.9.0"
}
}
}