Files
xrpl-dev-portal/package.json
Caleb Kniffen e314ebb76c Use @uiw/react-codemirror and react@18
Updating redocly to latest and leveraging `@uiw/react-codemirror` which
it also uses.
2024-01-31 16:07:14 -08:00

37 lines
1.2 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": "portal develop -d content"
},
"keywords": [],
"license": "MIT",
"dependencies": {
"@codemirror/state": "6.3.3",
"@codemirror/view": "^6.22.2",
"@lezer/highlight": "^1.2.0",
"@redocly/portal": "0.67.1",
"@uiw/react-codemirror": "^4.21.21",
"@uiw/codemirror-themes": "4.21.21",
"clsx": "^2.0.0",
"lottie-react": "^2.4.0",
"moment": "^2.29.4",
"react": "^18.0.0",
"react-alert": "^7.0.3",
"xrpl": "^3.0.0-beta.1"
},
"overrides": {
"react": "^18.0.0"
},
"devDependencies": {
"htmltojsx": "^0.3.0",
"sass": "1.26.10",
"bootstrap": "^4.6.2"
}
}