@redocly/theme
Version:
Shared UI components lib
106 lines • 3.4 kB
JSON
{
"name": "@redocly/theme",
"version": "0.54.3",
"description": "Shared UI components lib",
"keywords": [
"theme",
"redocly"
],
"author": "team@redocly.com",
"license": "SEE LICENSE IN LICENSE",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
"./package.json": "./package.json",
"./config.js": "./lib/config.js",
"./plugin.js": "./src/plugin.js",
"./config": "./lib/config.js",
".": "./lib/index.js",
"./src/": "./src/",
"./core/*": "./lib/core/*/index.js",
"./core/templates/*": "./lib/core/templates/*.js",
"./ext/*": "./lib/ext/*.js",
"./components/*": "./lib/components/*.js",
"./layouts/*": "./lib/layouts/*.js",
"./icons/*": "./lib/icons/*.js",
"./markdoc/*": "./lib/markdoc/*.js"
},
"peerDependencies": {
"@markdoc/markdoc": "0.5.1",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^6.21.1",
"styled-components": "^4.1.1 || ^5.3.11",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@markdoc/markdoc": "0.5.1",
"@shikijs/types": "1.24.2",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/file-saver": "2.0.7",
"@types/highlight-words-core": "1.2.3",
"@types/jest": "29.5.11",
"@types/jest-when": "3.5.5",
"@types/lodash.debounce": "4.0.9",
"@types/lodash.throttle": "4.1.9",
"@types/node": "22.15.3",
"@types/nprogress": "0.2.3",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.4",
"@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",
"npm-run-all2": "5.0.2",
"react-refresh": "0.14.2",
"react-router-dom": "^6.21.1",
"resize-observer-polyfill": "1.5.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": {
"@tanstack/react-virtual": "3.13.0",
"copy-to-clipboard": "3.3.3",
"file-saver": "2.0.5",
"highlight-words-core": "1.2.2",
"hotkeys-js": "3.10.1",
"i18next": "22.4.15",
"jszip": "3.10.1",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "4.1.1",
"nprogress": "0.2.0",
"react-calendar": "5.1.0",
"react-date-picker": "11.0.0",
"@redocly/config": "0.26.0",
"@redocly/realm-asyncapi-sdk": "0.0.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": "npm run clean && npm run compile",
"test": "jest",
"test:update": "jest -u",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:coverage:html": "jest --coverage --coverageReporters html"
}
}