Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elixir bsc #51

Merged
merged 15 commits into from
Jan 26, 2024
238 changes: 238 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"devextreme-react": "^22.2.4",
"flatted": "^3.2.7",
"formik": "2.2.9",
"html-react-parser": "^5.1.1",
"jquery": "^3.6.4",
"oidc-react": "^3.2.2",
"prettyjson": "^1.2.5",
Expand All @@ -27,6 +28,7 @@
"react-dom": "^18.2.0",
"react-fusioncharts": "^4.0.0",
"react-google-charts": "^4.0.0",
"react-html-parser": "^2.0.2",
"react-json-pretty": "^2.2.0",
"react-modal": "^3.16.1",
"react-modal-hover": "^1.1.13",
Expand Down Expand Up @@ -70,6 +72,7 @@
"@types/jquery": "^3.5.16",
"devextreme-themebuilder": "^22.2.4",
"node-sass": "^8.0.0",
"react-app-rewired": "^2.2.1",
"sass-loader": "^13.2.2"
}
}
2 changes: 1 addition & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Beacon network demo</title>
<title>ELIXIR Beacon network demo</title>
</head>
<body class="dx-viewport">
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Loading