forked from revery-ui/revery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.99 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "revery",
"version": "0.30.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",
"test": "esy b dune runtest",
"format": "esy #{os == 'windows' ? 'b' : ''} bash .ci/format.sh #{os}",
"run": "esy x Examples"
},
"homepage": "https://github.com/bryphe/revery#readme",
"esy": {
"buildEnv": {
"PKG_CONFIG_PATH": "/usr/lib64/pkgconfig:$PKG_CONFIG_PATH"
},
"exportedEnv": {
"PKG_CONFIG_PATH": {
"val": "/usr/lib64/pkgconfig:$PKG_CONFIG_PATH",
"scope": "global"
}
},
"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\\'': ':'}\""
]
},
"dependencies": {
"@opam/dune-configurator": "*",
"@esy-ocaml/reason": "^3.4.0",
"@opam/lru": "bryphe/lru:lru.opam#2708c70",
"@opam/lwt": "^4.0.0",
"@opam/lwt_ppx": "^1.1.0",
"@opam/ppx_deriving": "*",
"@brisk/brisk-reconciler": "briskml/brisk-reconciler#10cab2d",
"flex": "1.2.3",
"@reason-native/rely": "*",
"reperf": "^1.4.0",
"@reason-native/console": "^0.0.3",
"reason-font-manager": "^2.1.1",
"reason-harfbuzz": "^1.91.5007",
"rench": "^1.9.1",
"rebez": "jchavarri/rebez#03fa3b7",
"reason-sdl2": "^2.10.3021",
"reason-skia": "revery-ui/reason-skia#2352b85",
"revery-text-wrap": "revery-ui/revery-text-wrap#966383e",
"@glennsl/timber": "1.0.0"
},
"resolutions": {
"esy-cmake": "prometheansacrifice/esy-cmake#2a47392def755",
"@opam/cmdliner": "1.0.2"
},
"devDependencies": {
"ocaml": "~4.8",
"@opam/dune": "^1.8.0",
"esy-astyle": "zbaylin/esy-astyle#59bc21a",
"@opam/ocaml-lsp-server": "github:ocaml/ocaml-lsp:ocaml-lsp-server.opam#04733ed"
}
}