UNPKG

@redocly/theme-experimental

Version:

Experimental UI components lib

70 lines 2.21 kB
{ "name": "@redocly/theme-experimental", "version": "0.16.0", "description": "Experimental UI components lib", "keywords": [ "theme-experimental", "redocly" ], "author": "team@redocly.com", "license": "SEE LICENSE IN LICENSE", "exports": { "./package.json": "./package.json", "./plugin.js": "./plugin.js" }, "peerDependencies": { "lodash.throttle": "^4.1.1", "react": "^19.2.4", "react-dom": "^19.2.4", "react-router-dom": "^6.30.3", "styled-components": "^4.1.1 || ^5.3.11", "styled-system": "^5.1.5", "@markdoc/markdoc": "0.5.1" }, "devDependencies": { "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1", "@types/highlight-words-core": "1.2.3", "@types/lodash.throttle": "4.1.9", "@types/node": "22.18.13", "@types/prismjs": "1.26.4", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@types/styled-components": "5.1.34", "@types/styled-system": "5.1.22", "@vitest/coverage-v8": "4.0.10", "concurrently": "7.6.0", "json-schema-to-ts": "2.7.2", "lodash.throttle": "4.1.1", "npm-run-all2": "5.0.2", "react-refresh": "0.14.2", "react-router-dom": "^6.30.3", "rimraf": "5.0.7", "styled-components": "5.3.11", "styled-system": "5.1.5", "ts-node": "10.9.2", "ts-node-dev": "2.0.0", "tsc-alias": "1.8.16", "tsconfig-paths": "4.2.0", "tsconfig-paths-webpack-plugin": "3.5.2", "typescript": "5.9.3", "vitest": "4.0.10", "webpack": "5.105.2" }, "dependencies": { "@redocly/theme": "0.65.0", "@redocly/config": "0.48.1" }, "scripts": { "watch": "tsc -p tsconfig.build.json && (concurrently \"tsc -w -p tsconfig.build.json\" \"tsc-alias -w -p tsconfig.build.json\")", "ts:check": "tsc --noEmit --skipLibCheck", "clean": "rimraf lib", "compile": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json", "build": "pnpm run clean && pnpm run compile", "test": "vitest run", "test:update": "vitest run --update", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:coverage:html": "vitest run --coverage --reporter=html" } }