-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.12 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
{
"name": "dream-web-server-sessions",
"esy": {
"buildsInSource": "_build",
"build": "dune build -p reason_india_website",
"buildDev": "dune build"
},
"installConfig": { "pnp": false },
"scripts": { "bundle": "webpack", "dev": "webpack serve" },
"devDependencies": {
"@opam/ocamlformat": "*",
"@opam/ocamlformat-rpc": "*",
"@opam/ocaml-lsp-server": "*"
},
"dependencies": {
"@emotion/css": "^11.11.2",
"@opam/dream": "*",
"@opam/dune": "*",
"@opam/reason": "*",
"@opam/reason-react": "*",
"@opam/server-reason-react": "*",
"@opam/styled-ppx": "0.56.0",
"@opam/routes": "*",
"ocaml": "5.x",
"react": "18.x",
"react-dom": "18.x",
"webpack": "*",
"webpack-cli": "*",
"webpack-dev-server": "^4.9.1"
},
"resolutions": {
"@opam/base": "v0.17.0",
"@opam/routes": "jchavarri/routes:routes.opam#57fb76038b429a6adb4e42aeef04cca7079fe157",
"@opam/ocp-indent": "OCamlPro/ocp-indent:ocp-indent.opam#7c4d434132cebc15a8213c8be9e7323692eb0a2b",
"esy-openssl": "ManasJayanth/esy-openssl:esy.json#9fa3c66632d4e5861a0a11c62f9237bba2af6f68"
}
}