Files
xrpl-dev-portal/package.json
2024-01-31 16:07:14 -08:00

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"
}
}