next-mdx-remote
Version:
utilities for loading mdx from any remote source as data, rather than as a local import
79 lines (78 loc) • 2.06 kB
JSON
{
"name": "next-mdx-remote",
"description": "utilities for loading mdx from any remote source as data, rather than as a local import",
"version": "2.0.1",
"author": "Jeff Escalante",
"bugs": {
"url": "https://github.com/hashicorp/next-mdx-remote/issues"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22"
},
"devDependencies": {
"@hashicorp/remark-plugins": "^3.0.0",
"@types/cross-spawn": "^6.0.2",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.16",
"@types/puppeteer": "^5.4.2",
"@types/react": "^17.0.0",
"@types/rmfr": "^2.0.0",
"@types/serve-handler": "^6.1.0",
"cross-spawn": "^7.0.3",
"express": "^4.17.1",
"gray-matter": "^4.0.2",
"husky": "^4.3.6",
"jest": "^26.6.3",
"next": "^9.5.5",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"puppeteer": "^5.5.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"release": "^6.3.0",
"rmfr": "^2.0.0",
"serve-handler": "^6.1.3",
"typescript": "^4.1.3"
},
"homepage": "https://github.com/hashicorp/next-mdx-remote#readme",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"jest": {
"testPathIgnorePatterns": [
"fixtures"
],
"verbose": true
},
"keywords": [
"markdown",
"mdx",
"next",
"next.js"
],
"license": "MPL-2.0",
"peerDependencies": {
"react": ">=16.13.1 <17.0.1",
"react-dom": ">=16.13.1 <17.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hashicorp/next-mdx-remote.git"
},
"scripts": {
"lint": "prettier --write \"./**/*.{js,jsx,json}\"",
"release:major": "release major && npm publish",
"release:minor": "release minor && npm publish",
"release:patch": "release patch && npm publish",
"test": "jest"
},
"sideEffects": false,
"types": "index.d.ts"
}