persona-community-5/.pnpm-store/v3/files/73/650feccbf856bc70317aac78c1e1922db0f0e319bbf9f393e64c8bd3f74982338e3ab4fc58617da3dc348aa1c3e17503a3621bd915f4e34e6780a6bedb6be3
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

22 lines
578 B
Plaintext

{
"name": "@redocly/config",
"version": "0.22.2",
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
"types": "./lib/index.d.ts",
"devDependencies": {
"@markdoc/markdoc": "0.5.1",
"@types/node": "^22.10.7",
"@types/react": "18.3.9",
"json-schema-to-ts": "2.7.2",
"react-router-dom": "6.21.1",
"rimraf": "5.0.7",
"typescript": "5.6.2"
},
"scripts": {
"clean": "rimraf lib",
"compile": "tsc -p tsconfig.build.json && tsc -p tsconfig.lib-esm.json",
"build": "npm run clean && npm run compile"
}
}