forked from jordwalke/flex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
esy.json
34 lines (34 loc) · 970 Bytes
/
esy.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": "flex",
"version": "1.2.2",
"description": "Implementation CSS layout using pure Reason - powered by css-layout project",
"repository": {
"type": "git",
"url": "https://github.com/jordwalke/re-layout.git"
},
"keywords": ["css", "flexbox", "layout", "reason"],
"esy": {
"build": [["dune", "build", "--profile=release"]]
},
"scripts": {
"build:dev": "refmterr dune build --no-buffer",
"clean": "dune clean",
"test": "esy x LayoutTestFixedEncoding && esy x MeasureTestFixedEncoding"
},
"dependencies": {
"@opam/dune": "^1.0.0",
"@esy-ocaml/reason": "^3.0.0",
"ocaml": ">=4.3.0"
},
"resolutions": {
"@opam/re": "1.8.0"
},
"devDependencies": {
"@opam/merlin": "*",
"@opam/js_of_ocaml": "*",
"@opam/js_of_ocaml-ppx": "*",
"@opam/js_of_ocaml-lwt": "*",
"refmterr": "^3.1.9"
},
"TODO": "Add back the jsoo targets and some scripts to run the benchmarks in various JS VMs."
}