Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "@mui-internal/api-docs-builder",
|
|
"version": "1.0.0",
|
|
"private": "true",
|
|
"main": "./index.ts",
|
|
"scripts": {
|
|
"test": "pnpm --workspace-root test:unit --project \"*:@mui-internal/api-docs-builder\"",
|
|
"typescript": "tsc -p tsconfig.json"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mui/material-ui.git",
|
|
"directory": "packages/api-docs-builder"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.28.5",
|
|
"@babel/preset-typescript": "^7.28.5",
|
|
"@babel/traverse": "^7.28.5",
|
|
"@mui/internal-docs-utils": "workspace:^",
|
|
"@mui/internal-markdown": "workspace:^",
|
|
"ast-types": "^0.14.2",
|
|
"doctrine": "^3.0.0",
|
|
"es-toolkit": "^1.42.0",
|
|
"fast-glob": "^3.3.3",
|
|
"prettier": "^3.6.2",
|
|
"react-docgen": "^5.4.3",
|
|
"recast": "^0.23.9",
|
|
"remark": "^15.0.1",
|
|
"typescript": "^5.9.3",
|
|
"unist-util-visit": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel__core": "^7.20.5",
|
|
"@types/babel__traverse": "^7.28.0",
|
|
"@types/chai": "^5.2.3",
|
|
"@types/doctrine": "^0.0.9",
|
|
"@types/mdast": "4.0.4",
|
|
"@types/node": "^20.19.25",
|
|
"@types/react-docgen": "workspace:*",
|
|
"@types/sinon": "^17.0.4",
|
|
"chai": "^6.0.1",
|
|
"sinon": "^21.0.0"
|
|
}
|
|
}
|