2022-06-30 14:09:09 -04:00
|
|
|
{
|
|
|
|
"name": "@astrojs/mdx",
|
2023-03-13 11:25:47 -03:00
|
|
|
"description": "Add support for MDX pages in your Astro site",
|
2023-12-11 03:57:19 -08:00
|
|
|
"version": "2.0.1",
|
2022-06-30 14:09:09 -04: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 16:55:33 -04:00
|
|
|
"astro-integration",
|
2022-06-30 14:09:09 -04:00
|
|
|
"astro-component",
|
|
|
|
"mdx"
|
|
|
|
],
|
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
2022-07-11 21:10:34 +02:00
|
|
|
"homepage": "https://docs.astro.build/en/guides/integrations-guide/mdx/",
|
2022-06-30 14:09:09 -04:00
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.js",
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
2023-05-17 16:54:00 +08:00
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"template"
|
|
|
|
],
|
2022-06-30 14:09:09 -04: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 14:27:37 -04:00
|
|
|
"test": "mocha --exit --timeout 20000",
|
|
|
|
"test:match": "mocha --timeout 20000 -g"
|
2022-06-30 14:09:09 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-08-01 12:05:59 +01:00
|
|
|
"@astrojs/markdown-remark": "workspace:*",
|
2023-11-21 12:09:19 +08: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 16:34:33 +08:00
|
|
|
"github-slugger": "^2.0.0",
|
2022-07-29 10:22:57 -05:00
|
|
|
"gray-matter": "^4.0.3",
|
2023-11-21 12:09:19 +08:00
|
|
|
"hast-util-to-html": "^9.0.0",
|
2022-08-30 13:38:35 -04:00
|
|
|
"kleur": "^4.1.4",
|
2023-11-21 12:09:19 +08: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 13:44:39 -04:00
|
|
|
"source-map": "^0.7.4",
|
2023-11-21 12:09:19 +08:00
|
|
|
"unist-util-visit": "^5.0.0",
|
|
|
|
"vfile": "^6.0.1"
|
2022-06-30 14:09:09 -04:00
|
|
|
},
|
2023-07-31 21:51:37 +08:00
|
|
|
"peerDependencies": {
|
2023-12-07 15:34:14 +00:00
|
|
|
"astro": "^4.0.0"
|
2023-07-31 21:51:37 +08:00
|
|
|
},
|
2022-06-30 14:09:09 -04:00
|
|
|
"devDependencies": {
|
2023-11-21 12:09:19 +08: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 14:09:09 -04:00
|
|
|
"astro": "workspace:*",
|
|
|
|
"astro-scripts": "workspace:*",
|
2023-06-21 21:09:49 +08:00
|
|
|
"chai": "^4.3.7",
|
|
|
|
"cheerio": "1.0.0-rc.12",
|
2023-11-21 12:09:19 +08:00
|
|
|
"linkedom": "^0.16.4",
|
|
|
|
"mdast-util-mdx": "^3.0.0",
|
|
|
|
"mdast-util-to-string": "^4.0.0",
|
2023-08-24 16:34:33 +08:00
|
|
|
"mocha": "^10.2.0",
|
2022-08-01 16:23:56 -05:00
|
|
|
"reading-time": "^1.5.0",
|
2023-11-21 12:09:19 +08: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 21:09:49 +08:00
|
|
|
"remark-shiki-twoslash": "^3.1.3",
|
2023-11-21 12:09:19 +08:00
|
|
|
"remark-toc": "^9.0.0",
|
|
|
|
"unified": "^11.0.4",
|
2023-11-17 22:02:05 +08:00
|
|
|
"vite": "^5.0.0"
|
2022-06-30 14:09:09 -04:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-07-24 20:47:07 +02:00
|
|
|
"node": ">=18.14.1"
|
2023-10-03 16:25:25 +02:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"provenance": true
|
2022-06-30 14:09:09 -04:00
|
|
|
}
|
|
|
|
}
|