rsnext/examples/with-markdown/package.json

20 lines
383 B
JSON
Raw Normal View History

2017-12-07 01:59:32 +01:00
{
"name": "with-markdown",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mdx-js/mdx": "0.15.0-0",
"@zeit/next-mdx": "1.1.0",
2017-12-07 01:59:32 +01:00
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"remark-emoji": "2.0.1",
"remark-images": "0.8.1"
2017-12-07 01:59:32 +01:00
},
"license": "ISC"
}