@redocly/portal-legacy-ui
Version:
Library of legacy portal UI components
40 lines • 1.15 kB
JSON
{
"name": "@redocly/portal-legacy-ui",
"version": "0.3.0",
"description": "Library of legacy portal UI components",
"keywords": [
"theme",
"redocly"
],
"author": "team@redocly.com",
"license": "SEE LICENSE IN LICENSE",
"main": "lib/index.js",
"peerDependencies": {
"highlight-words-core": "^1.2.2",
"react": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.21.1",
"styled-components": "^4.1.1 || ^5.3.11",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "15.0.6",
"@types/highlight-words-core": "1.2.3",
"@types/jest": "29.5.11",
"@types/jest-when": "3.5.5",
"@types/node": "22.10.5",
"@types/react": "18.3.9",
"@types/styled-components": "5.1.34",
"@types/styled-system": "5.1.22",
"jest": "29.5.0",
"jest-styled-components": "7.2.0",
"tsc-alias": "1.8.10"
},
"scripts": {
"clean": "rm -rf lib",
"compile": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
"build": "npm run clean && npm run compile",
"test": "jest",
"test:update": "jest -u"
}
}