rsnext/examples/with-mdx/package.json

19 lines
348 B
JSON
Raw Normal View History

{
"name": "with-mdx",
"version": "1.0.1",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mdx-js/loader": "^1.5.1",
"@mdx-js/react": "^1.6.18",
"@next/mdx": "^9.1.1",
"next": "latest",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"license": "MIT"
}