mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-08-22 18:50:55 +00:00
24 lines
601 B
JSON
24 lines
601 B
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": {
|
|
"start": "portal develop -d content"
|
|
},
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@redocly/portal": "^0.65.6",
|
|
"lottie-react": "^2.4.0",
|
|
"moment": "^2.29.4"
|
|
},
|
|
"overrides": {
|
|
"react": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"htmltojsx": "^0.3.0"
|
|
}
|
|
}
|