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
41 lines
1016 B
JSON
41 lines
1016 B
JSON
{
|
|
"name": "@mui/internal-markdown",
|
|
"version": "2.0.13",
|
|
"author": "MUI Team",
|
|
"description": "MUI markdown parser. This is an internal package not meant for general use.",
|
|
"main": "./index.mjs",
|
|
"browser": "./index.mjs",
|
|
"types": "./index.d.mts",
|
|
"exports": {
|
|
".": "./index.mjs",
|
|
"./loader": "./loader.mjs",
|
|
"./prism": {
|
|
"types": "./prism.d.mts",
|
|
"require": null,
|
|
"import": "./prism.mjs"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mui/material-ui.git",
|
|
"directory": "packages/markdown"
|
|
},
|
|
"scripts": {
|
|
"release:publish": "pnpm publish --tag latest",
|
|
"release:publish:dry-run": "pnpm publish --tag latest --registry=\"http://localhost:4873/\""
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.28.4",
|
|
"es-toolkit": "^1.42.0",
|
|
"marked": "^17.0.1",
|
|
"prismjs": "^1.30.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^5.2.3",
|
|
"chai": "^6.0.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|