forked from revery-ui/revery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.67 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "revery",
"version": "0.26.0",
"description": "App toolkit built with Reason",
"license": "MIT",
"bugs": { "url": "https://github.com/bryphe/revery/issues" },
"scripts": {
"build": "esy b",
"build:release": "esy b dune build --profile=release --root . -j4",
"build:js": "esy b dune build examples/Examples.bc.js",
"build:js:release": "esy b dune build examples/Examples.bc.js",
"test": "esy b dune runtest",
"format": "esy dune build @fmt --auto-promote",
"format:windows": "esy b .ci/format.sh",
"run": "esy x Examples"
},
"homepage": "https://github.com/bryphe/revery#readme",
"esy": {
"build": [ "dune build -p Revery -j4" ],
"install": [
"esy-installer Revery.install",
"bash -c \"#{os == 'windows' ? 'cp /usr/x86_64-w64-mingw32/sys-root/mingw/bin/*.dll \\'$cur__bin\\'': 'echo Build complete'}\""
]
},
"dependencies": {
"@esy-ocaml/reason": "^3.4.0",
"reason-fontkit": "^2.7.0",
"reason-gl-matrix": "^0.9.9305",
"rebez": "*",
"@opam/js_of_ocaml": "^3.4.0",
"@opam/js_of_ocaml-compiler": "^3.4.0",
"@opam/js_of_ocaml-lwt": "^3.4.0",
"@opam/lwt": "^4.0.0",
"@opam/lwt_ppx": "^1.1.0",
"brisk-reconciler": "^0.0.2",
"flex": "^1.2.2",
"reperf": "^1.4.0",
"@reason-native/console": "^0.0.3",
"rench": "^1.9.0",
"reason-font-manager": "^2.0.0",
"reason-sdl2": "^2.10.3004"
},
"resolutions": {
"rebez": "github:jchavarri/rebez#46cbc183",
"@opam/cmdliner": "1.0.2",
"rench": "github:revery-ui/rench#4554280",
"pesy": "0.4.1"
},
"devDependencies": {
"ocaml": ">=4.6.0 <4.9.0",
"@opam/merlin": "^3.3.2",
"@opam/dune": "^1.8.0"
}
}