@redocly/portal-legacy-ui
Version:
Library of legacy portal UI components
42 lines • 1.26 kB
JSON
{
"name": "@redocly/portal-legacy-ui",
"version": "0.16.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": "^19.2.4",
"react-router-dom": "^6.30.3",
"styled-components": "^4.1.1 || ^5.3.11",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@testing-library/react": "16.3.0",
"@types/highlight-words-core": "1.2.3",
"@types/node": "22.18.13",
"@types/react": "^19.2.7",
"@types/styled-components": "5.1.34",
"@types/styled-system": "5.1.22",
"@vitest/ui": "3.2.4",
"@vitest/coverage-v8": "4.0.10",
"tsc-alias": "1.8.16",
"vitest": "4.0.10",
"vitest-when": "0.6.2"
},
"scripts": {
"clean": "rm -rf lib",
"compile": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
"build": "pnpm run clean && pnpm run compile",
"ts:check": "tsc --noEmit",
"test": "vitest run",
"test:update": "vitest run --update",
"test:coverage": "vitest run --coverage",
"test:coverage:html": "vitest run --coverage --reporter=html"
}
}