-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 861 Bytes
/
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
{
"name": "jsx-ssr",
"version": "0.0.0",
"description": "Enables reasonml JSX to render on the Server without nodejs.",
"esy": { "build": "refmterr dune build -p #{self.name} -j4" },
"scripts": {
"fmt": "esy dune b @fmt --auto-promote",
"test": "esy dune runtest --auto-promote",
"clean": "esy dune clean",
"all": "esy dune b @all"
},
"dependencies": {
"@opam/reason": "*",
"@opam/fmt": "*",
"@opam/ocaml-migrate-parsetree": "*",
"@opam/ppx_tools_versioned": "*",
"@opam/uutf": "*",
"@reason-native/console": "*",
"@reason-native/rely": "*",
"@opam/dune": "*",
"ocaml": "4.8.1000"
},
"devDependencies": {
"@opam/merlin": "*",
"@opam/ocamlformat": "*",
"@opam/utop": "*",
"refmterr": "*"
},
"resolutions": {
"@opam/reason": "facebook/reason:reason.opam#b6b3546"
}
}