forked from onivim/oni2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2 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
{
"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"
]
},
"build": {
"productName": "Onivim2",
"fileAssociations": []
},
"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",
"create-win-setup": "esy node ./scripts/windows/BuildSetupTemplate.js",
"test": "esy @test run"
},
"dependencies": {
"ocaml": "~4.7.0",
"@esy-ocaml/reason": "3.4.0",
"isolinear": "*",
"@opam/ocamlbuild": "*",
"revery": "*",
"@opam/dune": "*",
"@opam/lwt": "*",
"@opam/camomile": "^1.0.1",
"@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.1",
"@reason-native/rely": "1.3.1",
"reason-jsonrpc": "1.1.0",
"reason-glfw": "^3.2.1022",
"isolinear": "^2.0.0",
"reasonFuzz": "*",
"reason-libvim": "8.10869.16004",
"esy-macdylibbundler": "*"
},
"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#dd933fc",
"rebez": "github:jchavarri/rebez#46cbc183",
"reasonFuzz": "github:CrossR/reasonFuzz#63d4056",
"pesy": "0.4.1",
"@opam/ocaml-migrate-parsetree": "1.3.1",
"@opam/ppx_tools_versioned": "5.2.2",
"revery": "github:revery-ui/revery#f80eafe"
},
"devDependencies": {
"ocaml": "~4.7.0",
"@opam/merlin": "3.2.2",
"reperf": "^1.3.0",
"fs-extra": "7.0.1",
"lodash": "*",
"shelljs": "*",
"innosetup-compiler": "5.5.9",
"plist": "3.0.1"
}
}