forked from onivim/oni2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.68 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
{
"name": "Oni2",
"version": "0.2.0",
"description": "Lightweight code editor",
"license": "MIT",
"esy": {
"build": "refmterr dune build -p Oni2 -j4",
"install": [
"esy-installer Oni2.install"
]
},
"scripts": {
"bootstrap": "esy node ./scripts/bootstrap.js",
"format": "esy dune build @fmt --auto-promote",
"run": "esy x Oni2",
"create-release": "esy node ./scripts/release.js",
"test": "esy x OniUnitTestRunner",
"test-ci": "esy x OniUnitTestRunnerCI"
},
"dependencies": {
"ocaml": "~4.7.0",
"@esy-ocaml/reason": "3.4.0",
"isolinear": "*",
"@opam/ocamlbuild": "*",
"revery": "0.18.0",
"@opam/dune": "*",
"@opam/lwt": "*",
"@opam/camomile": "^1.0.1",
"@opam/msgpck": "*",
"@opam/ppx_deriving": "*",
"@opam/ppx_deriving_yojson": "*",
"@opam/ppx_let": "v0.11.0",
"@opam/yojson": "1.5.0",
"@opam/zed": "1.6",
"rench": "^1.7.0",
"@reason-native/rely": "1.3.1",
"reason-jsonrpc": "*",
"reason-glfw": "^3.2.1022",
"isolinear": "^2.0.0",
"reasonFuzz": "*"
},
"resolutions": {
"@opam/cmdliner": "1.0.2",
"@opam/dune": "1.7.3",
"@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",
"reason-jsonrpc": "github:bryphe/reason-jsonrpc#a73f349",
"reasonFuzz": "github:CrossR/reasonFuzz#63d4056"
},
"devDependencies": {
"ocaml": "~4.7.0",
"@opam/merlin": "*",
"reperf": "^1.3.0",
"fs-extra": "7.0.1"
}
}