90 lines
No EOL
2.4 KiB
JSON
90 lines
No EOL
2.4 KiB
JSON
{
|
|
"name": "@astrojs/mdx",
|
|
"description": "Add support for MDX pages in your Astro site",
|
|
"version": "7.0.2",
|
|
"type": "module",
|
|
"author": "withastro",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/withastro/astro.git",
|
|
"directory": "packages/integrations/mdx"
|
|
},
|
|
"keywords": [
|
|
"astro-integration",
|
|
"astro-component",
|
|
"mdx"
|
|
],
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
"homepage": "https://docs.astro.build/en/guides/integrations-guide/mdx/",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./container-renderer": "./dist/container-renderer.js",
|
|
"./server.js": "./dist/server.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"template"
|
|
],
|
|
"dependencies": {
|
|
"@mdx-js/mdx": "^3.1.1",
|
|
"acorn": "^8.16.0",
|
|
"es-module-lexer": "^2.0.0",
|
|
"estree-util-visit": "^2.0.0",
|
|
"hast-util-to-html": "^9.0.5",
|
|
"piccolore": "^0.1.3",
|
|
"rehype-raw": "^7.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-smartypants": "^3.0.2",
|
|
"source-map": "^0.7.6",
|
|
"unist-util-visit": "^5.1.0",
|
|
"vfile": "^6.0.3",
|
|
"@astrojs/internal-helpers": "0.10.1",
|
|
"@astrojs/markdown-remark": "7.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@astrojs/markdown-satteri": "^0.3.1",
|
|
"astro": "^7.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@astrojs/markdown-satteri": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@shikijs/rehype": "^4.0.2",
|
|
"@shikijs/twoslash": "^4.0.2",
|
|
"@types/estree": "^1.0.8",
|
|
"@types/hast": "^3.0.4",
|
|
"@types/mdast": "^4.0.4",
|
|
"cheerio": "1.2.0",
|
|
"linkedom": "^0.18.12",
|
|
"mdast-util-mdx": "^3.0.0",
|
|
"mdast-util-mdx-jsx": "^3.2.0",
|
|
"rehype-mathjax": "^7.1.0",
|
|
"rehype-pretty-code": "^0.14.3",
|
|
"remark-math": "^6.0.0",
|
|
"remark-rehype": "^11.1.2",
|
|
"remark-toc": "^9.0.0",
|
|
"satteri": "^0.9.1",
|
|
"shiki": "^4.0.2",
|
|
"unified": "^11.0.5",
|
|
"vite": "^8.0.13",
|
|
"@astrojs/markdown-satteri": "0.3.3",
|
|
"astro": "7.0.6",
|
|
"astro-scripts": "0.0.14"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"publishConfig": {
|
|
"provenance": true
|
|
},
|
|
"scripts": {
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc -b",
|
|
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
|
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
|
"test": "astro-scripts test --timeout 70000 \"test/**/*.test.ts\""
|
|
}
|
|
} |