forked from revery-ui/reason-reactify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 892 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
{
"name": "reason-reactify",
"version": "2.2.1",
"description": "Reason workflow with Esy",
"license": "MIT",
"scripts": {
"build:js": "esy b dune build test/Test.bc.js",
"build:dom": "esy b refmterr dune build ./examples/dom/WebReconciler.bc.js",
"test:native": "esy b dune runtest",
"test:js": "node #{self.target_dir}/default/test/Test.bc.js"
},
"esy": {
"build": "refmterr dune build -p reactify"
},
"dependencies": {
"@opam/dune": "*",
"@opam/lwt": "*",
"@esy-ocaml/reason": "*",
"ocaml": "~4.6.0",
"refmterr": "*",
"@opam/lambda-term": "^1.11.0",
"@opam/js_of_ocaml-compiler": "*",
"rejest": "^1.1.0"
},
"resolutions": {
"@opam/cmdliner": "1.0.2",
"@esy-ocaml/esy-installer": "0.0.1",
"@opam/menhir": "20171013",
"@opam/re": "1.8.0"
},
"devDependencies": {
"@esy-ocaml/merlin": "*"
}
}