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",
|
2024-09-19 08:13:53 -05:00
|
|
|
"version": "3.1.7",
|
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\"",
|
2024-03-05 10:16:55 -05:00
|
|
|
"test": "astro-scripts test --timeout 70000 \"test/**/*.test.js\""
|
2022-06-30 13:09:09 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-08-01 06:05:59 -05:00
|
|
|
"@astrojs/markdown-remark": "workspace:*",
|
2024-04-22 09:52:30 -05:00
|
|
|
"@mdx-js/mdx": "^3.0.1",
|
2024-07-17 01:48:07 -05:00
|
|
|
"acorn": "^8.12.1",
|
2024-06-24 09:33:33 -05:00
|
|
|
"es-module-lexer": "^1.5.4",
|
2023-11-20 23:09:19 -05:00
|
|
|
"estree-util-visit": "^2.0.0",
|
2022-07-29 10:22:57 -05:00
|
|
|
"gray-matter": "^4.0.3",
|
2024-09-26 08:57:59 -05:00
|
|
|
"hast-util-to-html": "^9.0.3",
|
2024-04-22 09:52:30 -05:00
|
|
|
"kleur": "^4.1.5",
|
2023-11-20 23:09:19 -05:00
|
|
|
"rehype-raw": "^7.0.0",
|
|
|
|
"remark-gfm": "^4.0.0",
|
2024-07-17 01:48:07 -05:00
|
|
|
"remark-smartypants": "^3.0.2",
|
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",
|
2024-08-28 04:45:45 -05:00
|
|
|
"vfile": "^6.0.3"
|
2022-06-30 13:09:09 -05:00
|
|
|
},
|
2023-07-31 08:51:37 -05:00
|
|
|
"peerDependencies": {
|
2024-05-08 04:25:27 -05:00
|
|
|
"astro": "^4.8.0"
|
2023-07-31 08:51:37 -05:00
|
|
|
},
|
2022-06-30 13:09:09 -05:00
|
|
|
"devDependencies": {
|
2024-09-26 08:57:59 -05:00
|
|
|
"@types/estree": "^1.0.6",
|
2024-05-09 02:20:13 -05:00
|
|
|
"@types/hast": "^3.0.4",
|
2024-05-30 04:28:57 -05:00
|
|
|
"@types/mdast": "^4.0.4",
|
2022-06-30 13:09:09 -05:00
|
|
|
"astro": "workspace:*",
|
|
|
|
"astro-scripts": "workspace:*",
|
2024-08-13 09:29:37 -05:00
|
|
|
"cheerio": "1.0.0",
|
2024-09-26 08:57:59 -05:00
|
|
|
"linkedom": "^0.18.5",
|
2023-11-20 23:09:19 -05:00
|
|
|
"mdast-util-mdx": "^3.0.0",
|
2024-08-28 04:45:45 -05:00
|
|
|
"mdast-util-mdx-jsx": "^3.1.3",
|
2023-11-20 23:09:19 -05:00
|
|
|
"mdast-util-to-string": "^4.0.0",
|
2024-04-19 11:11:20 -05:00
|
|
|
"rehype-mathjax": "^6.0.0",
|
2024-09-01 21:54:53 -05:00
|
|
|
"rehype-pretty-code": "^0.14.0",
|
2023-11-20 23:09:19 -05:00
|
|
|
"remark-math": "^6.0.0",
|
2024-09-26 08:57:59 -05:00
|
|
|
"remark-rehype": "^11.1.1",
|
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",
|
2024-09-29 21:17:49 -05:00
|
|
|
"shiki": "^1.21.0",
|
2024-06-24 09:33:33 -05:00
|
|
|
"unified": "^11.0.5",
|
2024-09-26 08:57:59 -05:00
|
|
|
"vite": "^5.4.8"
|
2022-06-30 13:09:09 -05:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-04-10 08:53:55 -05:00
|
|
|
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
|
2023-10-03 09:25:25 -05:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"provenance": true
|
2022-06-30 13:09:09 -05:00
|
|
|
}
|
|
|
|
}
|