gatsby-source-strapi
Version:
Gatsby source plugin for building websites using Strapi as a data source
53 lines (52 loc) • 1.34 kB
JSON
{
"name": "gatsby-source-strapi",
"version": "5.0.4",
"description": "Gatsby source plugin for building websites using Strapi as a data source",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin",
"strapi"
],
"directories": {
"dist": "./dist"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsby-uc/plugins.git",
"directory": "packages/gatsby-source-strapi"
},
"bugs": {
"url": "https://github.com/gatsby-uc/plugins/issues"
},
"homepage": "https://github.com/gatsby-uc/plugins/blob/main/packages/gatsby-source-strapi/README.md",
"author": {
"email": "hi@strapi.io",
"name": "Strapi Solutions",
"url": "http://strapi.io"
},
"contributors": [
"Laurens Kling <laurens@goedideemeida.nl>"
],
"license": "MIT",
"dependencies": {
"axios": "1.10.0",
"commonmark": "^0.31.2",
"gatsby-source-filesystem": "^5.14.0",
"lodash": "^4.17.21",
"qs": "^6.13.1"
},
"scripts": {
"build": "babel src --out-dir dist"
},
"devDependencies": {
"@babel/cli": "7.27.2",
"@babel/core": "7.27.7"
},
"peerDependencies": {
"gatsby": "^4.0.0 || ^5.0.0",
"gatsby-plugin-image": "^2.5.1 || ^3.0.0",
"gatsby-plugin-sharp": "^4.5.1 || ^5.0.0",
"gatsby-transformer-sharp": "^4.5.1 || ^5.0.0"
}
}