Files
xrpl-dev-portal/package.json
dependabot[bot] f00d710f32 Bump esbuild and @redocly/realm
Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.0 and updates ancestor dependency @redocly/realm. These dependencies need to be updated together.


Updates `esbuild` from 0.17.15 to 0.25.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.17.15...v0.25.0)

Updates `@redocly/realm` from 0.120.2 to 0.121.1

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.25.0
  dependency-type: indirect
- dependency-name: "@redocly/realm"
  dependency-version: 0.121.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-13 17:29:05 +00:00

44 lines
1.4 KiB
JSON

{
"name": "xrpl-dev-portal",
"private": true,
"version": "1.0.0",
"type": "module",
"description": "The XRP Ledger Dev Portal is the authoritative source for XRP Ledger documentation, including the `rippled` server, client libraries, and other open-source XRP Ledger software.",
"scripts": {
"build-css": "sass --load-path styles/scss styles/xrpl.scss ./static/css/devportal2024-v1.css --style compressed --no-source-map",
"build-css-watch": "sass --watch --load-path styles/scss styles/xrpl.scss ./static/css/devportal2024-v1.css --style compressed --no-source-map",
"start": "realm develop"
},
"keywords": [],
"license": "MIT",
"dependencies": {
"@codemirror/state": "6.5.2",
"@codemirror/view": "^6.22.2",
"@lezer/highlight": "^1.2.0",
"@redocly/realm": "0.121.1",
"@uiw/codemirror-themes": "4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"@xrplf/isomorphic": "^1.0.0-beta.1",
"clsx": "^2.0.0",
"five-bells-condition": "^5.0.1",
"lottie-react": "^2.4.0",
"moment": "^2.29.4",
"node-fetch": "^3.3.2",
"react": "^18.2.0",
"react-alert": "^7.0.3",
"react18-json-view": "^0.2.6",
"smol-toml": "^1.3.1",
"use-query-params": "^2.2.1",
"xrpl": "^4.2.5"
},
"overrides": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"bootstrap": "^4.6.2",
"htmltojsx": "^0.3.0",
"sass": "1.26.10"
}
}