-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1009 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1009 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
29
30
31
32
33
34
{
"name": "revery-quick-start",
"version": "1.3.0",
"description": "Revery quickstart",
"license": "MIT",
"esy": {
"build": "refmterr dune build -p App",
"buildsInSource": "_build"
},
"dependencies": {
"@opam/async": "v0.12.0",
"@opam/dune": "1.7.3",
"async": "^3.1.0",
"ocaml": "~4.7.0",
"revery": "0.27.0"
},
"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",
"pesy": "0.4.1",
"@brisk/brisk-reconciler": "github:briskml/brisk-reconciler#daa00be",
"rebez": "github:jchavarri/rebez#46cbc183",
"@brisk/brisk-reconciler": "github:briskml/brisk-reconciler#dd933fc",
"@opam/merlin-extend": "0.4"
},
"scripts": {
"format": "bash -c \"refmt --in-place *.re\"",
"run": "esy x App"
},
"devDependencies": { "ocaml": "~4.7.0", "@opam/merlin": "*" }
}