react-seomatic
Version:
Renders SEOmatic data for a Next.js app.
45 lines (44 loc) • 1.18 kB
JSON
{
"name": "react-seomatic",
"version": "1.0.6",
"description": "Renders SEOmatic data for a Next.js app.",
"source": "src/index.jsx",
"main": "dist/index.js",
"module": "dist/index.module.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepublishOnly": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshuabaker/react-seomatic.git"
},
"keywords": [
"nextjs",
"seomatic",
"seo",
"react"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/joshuabaker/react-seomatic/issues"
},
"homepage": "https://github.com/joshuabaker/react-seomatic#readme",
"peerDependencies": {
"react": "^16.6.0 || ^17 || ^18"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"react": "^17.0.1",
"rollup": "^2.35.1"
}
}