{
  "name": "@redocly/portal-legacy-ui",
  "version": "0.17.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 || ^6.0.0",
    "styled-system": "^5.1.5"
  },
  "devDependencies": {
    "@testing-library/react": "16.3.0",
    "@types/highlight-words-core": "1.2.3",
    "@types/node": "24.1.0",
    "@types/react": "^19.2.7",
    "@types/styled-system": "5.1.22",
    "@vitest/ui": "4.1.8",
    "@vitest/coverage-v8": "4.1.8",
    "styled-components": "^6.4.2",
    "tsc-alias": "1.8.16",
    "vitest": "4.1.8",
    "vitest-when": "0.6.2"
  },
  "scripts": {
    "clean": "rm -rf lib",
    "compile": "tsgo -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
    "build": "pnpm run clean && pnpm run compile",
    "test": "nx run vitest:test",
    "ts:check": "tsgo --noEmit"
  }
}