gatsby-source-strapi-plugin-navigation-v3
Version:
Gatsby source plugin to fetch and expose the Navigations as GraphQL nodes in Gatsby from Strapi using the strapi-plugin-navigation API.
38 lines (37 loc) • 1.07 kB
JSON
{
"name": "gatsby-source-strapi-plugin-navigation-v3",
"version": "1.0.2",
"description": "Gatsby source plugin to fetch and expose the Navigations as GraphQL nodes in Gatsby from Strapi using the strapi-plugin-navigation API.",
"homepage": "https://github.com/mariansimecek/gatsby-source-strapi-plugin-navigation-v3.git#readme",
"repository": {
"type": "git",
"url": "git@github.com:mariansimecek/gatsby-source-strapi-plugin-navigation-v3.git"
},
"author": {
"name": "Marian Šimeček",
"email": "mariansimecek@gmail.com",
"url": "https://github.com/mariansimecek/"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"No build script setup\""
},
"keywords": [
"gatsby",
"strapi",
"navigation",
"gatsby-plugin",
"gatsby-source",
"strapi-plugin",
"strapi-plugin-navigation",
"strapi-plugin-navigation-v3"
],
"license": "0BSD",
"peerDependencies": {
"gatsby": "^4.9.0"
},
"dependencies": {
"node-fetch": "^2.6.7"
}
}