forked from revery-ui/revery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.59 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
67
68
69
70
71
72
73
74
75
{
"name": "revery",
"version": "0.32.0",
"description": "App toolkit built with Reason",
"license": "MIT",
"bugs": {
"url": "https://github.com/bryphe/revery/issues"
},
"scripts": {
"test": "esy b dune runtest",
"format": "esy #{os == 'windows' ? 'b' : ''} bash .ci/format.sh #{os}",
"run": "esy @examples 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 reason-harfbuzz,reason-skia,reason-sdl2,Revery",
"install": [
"esy-installer reason-harfbuzz.install",
"esy-installer reason-skia.install",
"esy-installer reason-sdl2.install",
"esy-installer Revery.install",
"bash -c \"#{os == 'windows' ? 'cp /usr/x86_64-w64-mingw32/sys-root/mingw/bin/*.dll \\'$cur__bin\\'': ':'}\"",
"bash -c \"cp #{esy-skia.bin}/skia.dll \\'$cur__bin\\' #{os == 'windows' ? '' : '2>/dev/null || true'}\"",
"bash -c \"cp #{esy-sdl2.bin}/*.dll \\'$cur__bin\\' #{os == 'windows' ? '' : '2>/dev/null || true'}\"",
"bash -c \"cp #{esy-angle-prebuilt.bin}/*.dll \\'$cur__bin\\' #{os == 'windows' ? '' : '2>/dev/null || true'}\""
]
},
"dependencies": {
"@opam/bos": "0.2.0",
"@opam/ctypes": "0.15.1",
"@opam/dune": "^2.5.0",
"@opam/dune-configurator": "*",
"@opam/reason": "^3.6.2",
"@opam/lru": "bryphe/lru:lru.opam#2708c70",
"@opam/lwt": "^5.0.0",
"@opam/lwt_ppx": "^1.1.0",
"@opam/markup": "0.8.2",
"@opam/ppx_deriving": "*",
"@opam/ppx_optcomp": "v0.14.0",
"@opam/omd": "ocaml/omd:omd.opam#1535e3c",
"@opam/uucp": "*",
"@opam/uutf": "*",
"@opam/charInfo_width": "*",
"@brisk/brisk-reconciler": "briskml/brisk-reconciler#c9d5c4c",
"esy-angle-prebuilt": "1.0.0",
"esy-freetype2": "^2.9.1008",
"@onivim/reason-native-crash-utils": "^1.0.2",
"@revery/esy-harfbuzz": "^2.6.8002",
"esy-skia": "revery-ui/esy-skia#1c81aac",
"esy-sdl2": "^2.0.14000",
"flex": "jordwalke/flex#6ff12fe",
"reperf": "^1.5.1",
"rench": "^1.10.0",
"rebez": "jchavarri/rebez#03fa3b7",
"@revery/timber": "^2.0.0",
"@reason-native/rely": "^3.2.1"
},
"resolutions": {
"@esy-ocaml/reason": "EduardoRFS/reason:reason.json#35aa4df3de0daa60bdc1133dcf97855decac48f7"
},
"devDependencies": {
"ocaml": "4.12.x",
"esy-astyle": "zbaylin/esy-astyle#59bc21a",
"@opam/ocaml-lsp-server": "*"
}
}