nuxt-seomatic-meta-apollo
Version:
A fork of nuxt-seomatic-meta to get SEOMatic data into Nuxt, but with Apollo.
33 lines (32 loc) • 720 B
JSON
{
"name": "nuxt-seomatic-meta-apollo",
"version": "0.3.3",
"description": "A fork of nuxt-seomatic-meta to get SEOMatic data into Nuxt, but with Apollo.",
"repository": "github:devotoare/nuxt-seomatic-meta-apollo",
"keywords": [
"vue",
"seomatic",
"seo",
"craft",
"craftcms",
"nuxt",
"nuxtjs"
],
"main": "lib/module.js",
"files": [
"lib"
],
"author": "Jon Griffith <jon@jongriffith.codes> (https://jongriffith.codes)",
"license": "ISC",
"dependencies": {
"@nuxtjs/apollo": "^4.0.1-rc.3",
"consola": "^2.15.0",
"graphql-tag": "^2.11.0"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}
}