2021-06-04 18:19:01 +00:00
|
|
|
{
|
|
|
|
"name": "@astrojs/markdown-support",
|
2021-07-01 20:06:18 +00:00
|
|
|
"version": "0.2.0",
|
2021-06-04 18:19:01 +00:00
|
|
|
"main": "./dist/index.js",
|
2021-07-01 16:55:22 +00:00
|
|
|
"type": "module",
|
2021-06-16 18:09:35 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/snowpackjs/astro.git",
|
|
|
|
"directory": "packages/markdown-support"
|
|
|
|
},
|
2021-06-04 18:19:01 +00:00
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.js"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"prepublish": "yarn build",
|
2021-07-12 22:01:33 +00:00
|
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc -p tsconfig.json",
|
2021-06-04 18:19:01 +00:00
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\""
|
|
|
|
},
|
2021-07-01 16:55:22 +00:00
|
|
|
"dependencies": {
|
|
|
|
"@silvenon/remark-smartypants": "^1.0.0",
|
|
|
|
"gray-matter": "^4.0.2",
|
|
|
|
"mdast-util-mdx-expression": "^1.0.0",
|
|
|
|
"micromark-extension-mdx-expression": "^1.0.0",
|
|
|
|
"remark-footnotes": "^3.0.0",
|
|
|
|
"remark-gfm": "^1.0.0",
|
|
|
|
"remark-parse": "^9.0.0",
|
|
|
|
"remark-rehype": "^8.1.0",
|
|
|
|
"unified": "^9.2.1",
|
|
|
|
"unist-util-map": "^3.0.0"
|
|
|
|
},
|
2021-06-04 18:19:01 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@types/github-slugger": "^1.3.0",
|
|
|
|
"github-slugger": "^1.3.0",
|
|
|
|
"rehype-parse": "^7.0.1",
|
|
|
|
"rehype-raw": "^5.1.0",
|
|
|
|
"rehype-stringify": "^8.0.0",
|
|
|
|
"unified": "^9.2.1",
|
|
|
|
"unist-util-visit": "^3.1.0"
|
|
|
|
}
|
|
|
|
}
|