forked from leostera/tldr.jsx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.88 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": "tldr.jsx",
"description": "A reactive web client for tldr-pages",
"author": "Leandro Ostera <[email protected]>",
"repository": "https://github.com/ostera/tldr.jsx",
"bugs": { "url": "https://github.com/ostera/tldr.jsx/issues" },
"homepage": "https://tldr.ostera.io",
"license": "MIT",
"version": "4.0.0",
"esy": {
"build": "refmterr dune build",
"NOTE": "Optional release Section. Customizes result of `esy release`",
"release": { "bin": [ "TldrApp.exe" ] }
},
"scripts": { "test": "esy x TldrApp.exe" },
"dependencies": {
"@brisk/brisk-reconciler": "github:briskml/brisk-reconciler#f545ba0",
"@esy-ocaml/reason": "*",
"@opam/base64": "2.3.0",
"@opam/cmdliner": "1.0.3",
"@opam/dune": "*",
"@opam/fmt": "0.8.5",
"@opam/fpath": "0.7.2",
"@opam/httpkit": "*",
"@opam/httpkit-lwt": "*",
"@opam/logs": "0.6.2",
"@opam/lwt": "4.1.0",
"@opam/menhir": "20181113",
"@opam/result": "1.3",
"@opam/rresult": "0.6.0",
"@opam/uri": "2.1.0",
"@opam/yojson": "1.5.0",
"flex": "^1.2.2",
"ocaml": "~4.7.0",
"reason-glfw": "^3.2.1010",
"refmterr": "*",
"revery": "*"
},
"resolutions": {
"@brisk/brisk-reconciler": "github:briskml/brisk-reconciler#d5a5a2b",
"revery": "github:revery-ui/revery#6b9c196",
"@esy-ocaml/reason": "facebook/reason#ab49908",
"@opam/cmdliner": "1.0.2",
"@opam/httpaf": "anmonteiro/httpaf:httpaf.opam#57e9dd2",
"@opam/httpaf-lwt": "anmonteiro/httpaf:httpaf-lwt.opam#57e9dd2",
"@opam/httpkit": "ostera/httpkit:httpkit.opam#c1c32c1",
"@opam/httpkit-lwt": "ostera/httpkit:httpkit-lwt.opam#c1c32c1",
"@opam/js_of_ocaml":
"github:ocsigen/js_of_ocaml:js_of_ocaml.opam#db257ce",
"@opam/js_of_ocaml-compiler":
"github:ocsigen/js_of_ocaml:js_of_ocaml-compiler.opam#db257ce"
},
"devDependencies": { "@opam/merlin": "*", "ocaml": "~4.7.0" }
}