@ant-design/x-markdown
Version:
placeholder for @ant-design/x-markdown
90 lines (89 loc) • 2.74 kB
JSON
{
"name": "@ant-design/x-markdown",
"version": "2.0.0-alpha.14",
"scripts": {
"compile": "father build",
"tsc": "tsc --noEmit",
"prepublishOnly": "tsx ../../scripts/pre-publish.ts x-markdown",
"lint": "npm run version && npm run tsc && npm run lint:script && npm run lint:md",
"lint:md": "remark . -f -q",
"lint:script": "biome lint",
"pretest": "npm run prestart",
"predist": "npm run prestart",
"test": "jest --config .jest.js --no-cache --collect-coverage",
"coverage": "jest --config .jest.js --no-cache --collect-coverage --coverage",
"plugin:meta": "tsx scripts/generate-plugin-meta.ts",
"prestart": "npm run version && npm run token:statistic && npm run plugin:meta && npm run token:meta",
"precompile": "npm run prestart",
"version": "tsx scripts/generate-version.ts",
"test:dekko": "tsx ./tests/dekko/index.test.ts",
"clean": "rm -rf es lib coverage plugins dist themes",
"test:package-diff": "antd-tools run package-diff",
"token:meta": "tsx scripts/generate-token-meta.ts",
"token:statistic": "tsx scripts/collect-token-statistic.ts"
},
"sideEffects": false,
"main": "lib/index.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
"files": [
"dist",
"es",
"lib",
"plugins",
"themes"
],
"homepage": "https://x.ant.design/x-markdowns/introduce",
"bugs": {
"url": "https://github.com/ant-design/x/issues"
},
"keywords": [
"AI",
"Agent",
"Copilot",
"ant",
"markdown",
"framework",
"react"
],
"license": "MIT",
"description": "placeholder for @ant-design/x-markdown",
"dependencies": {
"@ant-design/cssinjs": "2.0.0-alpha.8",
"@ant-design/cssinjs-utils": "2.0.0-alpha.2",
"@ant-design/fast-color": "^3.0.0",
"@ant-design/icons": "^6.0.0",
"@ant-design/x": "*",
"classnames": "^2.5.1",
"dompurify": "^3.2.6",
"html-react-parser": "^5.2.5",
"katex": "^0.16.22",
"lodash.throttle": "^4.1.1",
"marked": "^15.0.12",
"mermaid": "^11.11.0",
"react-syntax-highlighter": "^15.6.1"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/lodash.throttle": "^4.1.9",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react-syntax-highlighter": "^15.5.13",
"@umijs/mako": "^0.11.10",
"antd": "6.0.0-alpha.4",
"antd-style": "^4.0.0-alpha.1",
"antd-token-previewer": "^3.0.0-alpha.3",
"glob": "^11.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"peerDependencies": {
"antd": "6.0.0-alpha.4",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ant-design/x"
}
}