UNPKG

next-mdx-enhanced

Version:

nextjs plugin for rendering mdx with layouts and front matter

47 lines (46 loc) 1.11 kB
{ "name": "next-mdx-enhanced", "description": "nextjs plugin for rendering mdx with layouts and front matter", "version": "0.0.1", "author": "Jeff Escalante", "bugs": { "url": "https://github.com/hashicorp/next-plugin-mdx-enhanced/issues" }, "dependencies": { "@babel/core": "^7.4.4", "@mdx-js/loader": "^1.0.15", "fs-extra": "^7.0.1", "glob": "^7.1.3", "gray-matter": "^4.0.2", "loader-utils": "^1.2.3", "stringify-object": "^3.3.0" }, "devDependencies": { "next": "^8.1.0", "react": "^16.8.6", "react-dom": "^16.8.6", "rmfr": "^2.0.0" }, "homepage": "https://github.com/hashicorp/next-plugin-mdx-enhanced#readme", "jest": { "testPathIgnorePatterns": [ "/node_modules/", "/fixtures/" ] }, "keywords": [ "mdx", "nextjs", "plugin" ], "license": "MPL-2.0", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/hashicorp/next-plugin-mdx-enhanced.git" }, "scripts": { "test": "jest", "test-dev-mode": "cd __tests__/fixtures/basic && next dev" } }