mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-08 12:59:01 -05:00
39 lines
1013 B
JSON
39 lines
1013 B
JSON
{
|
|
"name": "@mdx-js/react",
|
|
"version": "1.6.22",
|
|
"description": "React implementation for MDX",
|
|
"repository": "mdx-js/mdx",
|
|
"homepage": "https://mdxjs.com",
|
|
"bugs": "https://github.com/mdx-js/mdx/issues",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
},
|
|
"author": "John Otander <johnotander@gmail.com> (http://johnotander.com)",
|
|
"contributors": [
|
|
"John Otander <johnotander@gmail.com> (http://johnotander.com)",
|
|
"Tim Neutkens <tim@vercel.com>",
|
|
"Matija Marohnić <matija.marohnic@gmail.com>",
|
|
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
|
|
"JounQin <admin@1stg.me> (https://www.1stg.me)"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/cjs.js",
|
|
"module": "dist/esm.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"keywords": [
|
|
"mdx",
|
|
"markdown",
|
|
"react",
|
|
"jsx",
|
|
"remark",
|
|
"mdxast"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "^16.13.1 || ^17.0.0"
|
|
},
|
|
"gitHead": "510bae2580958598ae29047bf755b1a2ea26cf7e"
|
|
}
|