forked from onivim/oni2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "Oni2",
"version": "0.2.0",
"description": "Lightweight code editor",
"license": "MIT",
"esy": {
"build": "refmterr dune build --root . -j4",
"install": [
"esy-installer Oni2.install",
"esy-installer Oni_Core.install",
"esy-installer Oni_UI.install",
"esy-installer Oni_Neovim.install",
"esy-installer OniUnitTestRunner.install"
]
},
"scripts": {
"bootstrap": "sh ./scripts/bootstrap.sh"
},
"dependencies": {
"ocaml": "~4.7.0",
"@esy-ocaml/reason": "3.4.0",
"@opam/ocamlbuild": "*",
"revery": "0.8.0",
"@opam/dune": "*",
"@opam/lwt": "*",
"@opam/camomile": "^1.0.1",
"@opam/msgpck": "*",
"@opam/ppx_deriving": "*",
"@opam/ppx_deriving_yojson": "*",
"@opam/yojson": "*",
"@opam/zed": "1.6",
"rench": "^1.2.0",
"@reason-native/rely": "1.0.1"
},
"resolutions": {
"@opam/cmdliner": "1.0.2",
"@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",
"@brisk/brisk-reconciler": "github:briskml/brisk-reconciler#daa00be",
"rebez": "github:jchavarri/rebez#46cbc183"
},
"devDependencies": {
"ocaml": "~4.7.0",
"@opam/merlin": "*",
"reperf": "^1.2.0"
}
}