Files
xrpl-dev-portal/package.json
Caleb Kniffen 9ca9a69ab2 feat: migrate rpc-tool to redocly
Differences between original:
- react18-json-view used for responses
- cleaned up markup for expand and collapse

Original work on this was done by @khancode

Co-authored-by: Omar Khan <khancodegt@gmail.com>

Fix RPC sidebar and width
2024-01-31 16:10:31 -08:00

39 lines
1.3 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 ./content/static/css/devportal2024-v1.css --style compressed --no-source-map",
"build-css-watch": "sass --watch --load-path styles/scss styles/xrpl.scss ./content/static/css/devportal2024-v1.css --style compressed --no-source-map",
"start": "realm develop -d content"
},
"keywords": [],
"license": "MIT",
"dependencies": {
"@codemirror/state": "6.3.3",
"@codemirror/view": "^6.22.2",
"@lezer/highlight": "^1.2.0",
"@redocly/realm": "0.69.4",
"@uiw/codemirror-themes": "4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"clsx": "^2.0.0",
"lottie-react": "^2.4.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-alert": "^7.0.3",
"react18-json-view": "^0.2.6",
"xrpl": "^3.0.0-beta.1"
},
"overrides": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"bootstrap": "^4.6.2",
"htmltojsx": "^0.3.0",
"sass": "1.26.10"
}
}