UNPKG

@redocly/theme-experimental

Version:

Experimental UI components lib

71 lines 2.21 kB
{ "name": "@redocly/theme-experimental", "version": "0.3.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": "^17.0.0 || ^18.0.0", "react-dom": "^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", "@markdoc/markdoc": "0.5.1" }, "devDependencies": { "@testing-library/jest-dom": "6.1.5", "@testing-library/react": "15.0.6", "@testing-library/user-event": "14.5.1", "@types/highlight-words-core": "1.2.3", "@types/jest": "29.5.11", "@types/jest-when": "3.5.5", "@types/lodash.throttle": "4.1.9", "@types/node": "22.10.5", "@types/prismjs": "1.26.4", "@types/react": "18.3.9", "@types/react-dom": "18.3.5", "@types/styled-components": "5.1.34", "@types/styled-system": "5.1.22", "concurrently": "7.6.0", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", "jest-styled-components": "7.2.0", "jest-when": "3.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.21.1", "rimraf": "5.0.7", "styled-components": "5.3.11", "styled-system": "5.1.5", "ts-jest": "29.1.2", "ts-node": "10.9.2", "ts-node-dev": "2.0.0", "tsc-alias": "1.8.10", "tsconfig-paths": "4.2.0", "tsconfig-paths-webpack-plugin": "3.5.2", "typescript": "5.6.2", "webpack": "5.94.0" }, "dependencies": { "@redocly/config": "0.23.0", "@redocly/theme": "0.52.0" }, "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": "npm run clean && npm run compile" } }