rsnext/packages/next-mdx/package.json
2023-01-18 17:03:39 -08:00

20 lines
405 B
JSON

{
"name": "@next/mdx",
"version": "13.1.3-canary.5",
"main": "index.js",
"license": "MIT",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-mdx"
},
"scripts": {
"test-pack": "cd ../../ && pnpm test-pack next-mdx"
},
"peerDependencies": {
"@mdx-js/loader": ">=0.15.0",
"@mdx-js/react": "*"
},
"dependencies": {
"source-map": "^0.7.0"
}
}