forked from reason-native-web/morph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.34 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
{
"name": "@reason-native-web/morph",
"version": "0.0.2",
"esy": {
"build": [
"refmterr dune build --root=."
],
"install": [
[
"esy-installer",
"morph_test.install"
]
],
"buildEnv": {
"ODOC_SYNTAX": "re"
}
},
"scripts": {
"test": "esy x RunTests.exe",
"format": "dune build @fmt --auto-promote --root .",
"examples": "esy b dune build @docs-examples",
"examples-path": "esy echo #{self.target_dir}/default/docs",
"docs": "dune build @doc --only-packages=morph,morph_client,morph_server,morph_server_http,morph_server_https",
"docs-path": "esy echo #{self.target_dir}/default/_doc/_html"
},
"dependencies": {
"@opam/dune": "*",
"@opam/h2-lwt-unix": "*",
"@opam/h2-lwt": "*",
"@opam/h2": "*",
"@opam/httpaf-lwt-unix": "anmonteiro/httpaf:httpaf-lwt-unix.opam#76b461bed081c64908fb1fdfa076ab2c936ca622",
"@opam/httpaf-lwt": "anmonteiro/httpaf:httpaf-lwt.opam#76b461bed081c64908fb1fdfa076ab2c936ca622",
"@opam/httpaf": "anmonteiro/httpaf:httpaf.opam#76b461bed081c64908fb1fdfa076ab2c936ca622",
"@opam/containers": "*",
"@opam/uri": "*",
"@opam/lwt_ssl": "*",
"@opam/lwt": "*",
"@opam/ssl": "*",
"@opam/logs": "*",
"@opam/fmt": "*",
"@opam/opium_core": "rgrinberg/opium:opium_core.opam",
"@opam/hmap": "*",
"ocaml": "< 4.09.0",
"@esy-ocaml/reason": "*",
"@opam/magic-mime": "*",
"@opam/graphql-lwt": "0.13.0",
"@opam/graphql": "0.13.0"
},
"resolutions": {
"@opam/h2-lwt-unix": "anmonteiro/ocaml-h2:h2-lwt-unix.opam#737bce6ec7e4d7f4ad0b314165496431b7eb30a9",
"@opam/h2-lwt": "anmonteiro/ocaml-h2:h2-lwt.opam#737bce6ec7e4d7f4ad0b314165496431b7eb30a9",
"@opam/h2": "anmonteiro/ocaml-h2:h2.opam#737bce6ec7e4d7f4ad0b314165496431b7eb30a9",
"@opam/httpaf-lwt-unix": "anmonteiro/httpaf:httpaf-lwt-unix.opam#76b461bed081c64908fb1fdfa076ab2c936ca622",
"@opam/httpaf-lwt": "anmonteiro/httpaf:httpaf-lwt.opam#76b461bed081c64908fb1fdfa076ab2c936ca622",
"@opam/httpaf": "anmonteiro/httpaf:httpaf.opam#76b461bed081c64908fb1fdfa076ab2c936ca622"
},
"devDependencies": {
"@reason-native/rely": "*",
"@opam/mtime": "*",
"@opam/routes": "*",
"@opam/odoc": "*",
"refmterr": "*",
"@opam/mdx": "*",
"@opam/ocamlformat": "*",
"@opam/utop": "*",
"@opam/merlin": "*"
}
}