2022-06-30 13:09:09 -05:00
|
|
|
{
|
|
|
|
"name": "@astrojs/mdx",
|
2023-03-13 09:25:47 -05:00
|
|
|
"description": "Add support for MDX pages in your Astro site",
|
2023-11-14 10:20:35 -05:00
|
|
|
"version": "1.1.5",
|
2022-06-30 13:09:09 -05:00
|
|
|
"type": "module",
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
"author": "withastro",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/withastro/astro.git",
|
|
|
|
"directory": "packages/integrations/mdx"
|
|
|
|
},
|
|
|
|
"keywords": [
|
2022-07-08 15:55:33 -05:00
|
|
|
"astro-integration",
|
2022-06-30 13:09:09 -05:00
|
|
|
"astro-component",
|
|
|
|
"mdx"
|
|
|
|
],
|
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
2022-07-11 14:10:34 -05:00
|
|
|
"homepage": "https://docs.astro.build/en/guides/integrations-guide/mdx/",
|
2022-06-30 13:09:09 -05:00
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.js",
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
2023-05-17 03:54:00 -05:00
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"template"
|
|
|
|
],
|
2022-06-30 13:09:09 -05:00
|
|
|
"scripts": {
|
|
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
|
|
|
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
2022-10-24 13:27:37 -05:00
|
|
|
"test": "mocha --exit --timeout 20000",
|
|
|
|
"test:match": "mocha --timeout 20000 -g"
|
2022-06-30 13:09:09 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-08-01 06:05:59 -05:00
|
|
|
"@astrojs/markdown-remark": "workspace:*",
|
2023-11-20 23:09:19 -05:00
|
|
|
"@mdx-js/mdx": "^3.0.0",
|
|
|
|
"acorn": "^8.11.2",
|
|
|
|
"es-module-lexer": "^1.4.1",
|
|
|
|
"estree-util-visit": "^2.0.0",
|
2023-08-24 03:34:33 -05:00
|
|
|
"github-slugger": "^2.0.0",
|
2022-07-29 10:22:57 -05:00
|
|
|
"gray-matter": "^4.0.3",
|
2023-11-20 23:09:19 -05:00
|
|
|
"hast-util-to-html": "^9.0.0",
|
2022-08-30 12:38:35 -05:00
|
|
|
"kleur": "^4.1.4",
|
2023-11-20 23:09:19 -05:00
|
|
|
"rehype-raw": "^7.0.0",
|
|
|
|
"remark-gfm": "^4.0.0",
|
2023-01-06 09:26:02 -05:00
|
|
|
"remark-smartypants": "^2.0.0",
|
2023-04-11 12:44:39 -05:00
|
|
|
"source-map": "^0.7.4",
|
2023-11-20 23:09:19 -05:00
|
|
|
"unist-util-visit": "^5.0.0",
|
|
|
|
"vfile": "^6.0.1"
|
2022-06-30 13:09:09 -05:00
|
|
|
},
|
2023-07-31 08:51:37 -05:00
|
|
|
"peerDependencies": {
|
2023-10-26 05:07:02 -05:00
|
|
|
"astro": "^3.0.0"
|
2023-07-31 08:51:37 -05:00
|
|
|
},
|
2022-06-30 13:09:09 -05:00
|
|
|
"devDependencies": {
|
2023-11-20 23:09:19 -05:00
|
|
|
"@types/chai": "^4.3.10",
|
|
|
|
"@types/estree": "^1.0.5",
|
|
|
|
"@types/mdast": "^4.0.3",
|
|
|
|
"@types/mocha": "^10.0.4",
|
|
|
|
"@types/yargs-parser": "^21.0.3",
|
2022-06-30 13:09:09 -05:00
|
|
|
"astro": "workspace:*",
|
|
|
|
"astro-scripts": "workspace:*",
|
2023-06-21 08:09:49 -05:00
|
|
|
"chai": "^4.3.7",
|
|
|
|
"cheerio": "1.0.0-rc.12",
|
2023-11-20 23:09:19 -05:00
|
|
|
"linkedom": "^0.16.4",
|
|
|
|
"mdast-util-mdx": "^3.0.0",
|
|
|
|
"mdast-util-to-string": "^4.0.0",
|
2023-08-24 03:34:33 -05:00
|
|
|
"mocha": "^10.2.0",
|
2022-08-01 16:23:56 -05:00
|
|
|
"reading-time": "^1.5.0",
|
2023-11-20 23:09:19 -05:00
|
|
|
"rehype-mathjax": "^5.0.0",
|
|
|
|
"rehype-pretty-code": "^0.10.2",
|
|
|
|
"remark-math": "^6.0.0",
|
|
|
|
"remark-rehype": "^11.0.0",
|
2023-06-21 08:09:49 -05:00
|
|
|
"remark-shiki-twoslash": "^3.1.3",
|
2023-11-20 23:09:19 -05:00
|
|
|
"remark-toc": "^9.0.0",
|
|
|
|
"unified": "^11.0.4",
|
2023-11-17 09:02:05 -05:00
|
|
|
"vite": "^5.0.0"
|
2022-06-30 13:09:09 -05:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-07-24 13:47:07 -05:00
|
|
|
"node": ">=18.14.1"
|
2023-10-03 09:25:25 -05:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"provenance": true
|
2022-06-30 13:09:09 -05:00
|
|
|
}
|
|
|
|
}
|