-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathesy.json
43 lines (43 loc) · 1.04 KB
/
esy.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
{
"name": "fullstack-reason-react-demo",
"dependencies": {
"ocaml": "5.x",
"@opam/conf-libssl": "3",
"@opam/dream": "*",
"@opam/dune": "*",
"@opam/melange": "*",
"@opam/reason": "*",
"@opam/styled-ppx": "*",
"@opam/reason-react": "*",
"@opam/reason-react-ppx": "*",
"@opam/server-reason-react": "*"
},
"devDependencies": {
"@opam/ocaml-lsp-server": "*"
},
"resolutions": {
"esy-gmp": "esy-packages/esy-gmp:package.json#58aa36e793a20f24da415a4ee98223c596bd546e",
"@opam/conf-libssl": {
"version": "opam:4",
"override": {
"dependencies": {
"esy-openssl": "*"
}
}
},
"@opam/conf-pkg-config": {
"source": "no-source:",
"override": {
"dependencies": {
"esy-pkg-config": "*"
}
}
},
"esy-openssl": "ManasJayanth/esy-openssl:esy.json#9fa3c66632d4e5861a0a11c62f9237bba2af6f68"
},
"installConfig": { "pnp": false },
"esy": {
"buildsInSource": "unsafe",
"build": ["dune build @client"]
}
}