gatsby-source-contentful
Version:
Gatsby source plugin for building websites using the Contentful CMS as a data source
64 lines (63 loc) • 1.96 kB
JSON
{
"name": "gatsby-source-contentful",
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
"version": "8.15.0",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@contentful/rich-text-react-renderer": "^15.22.11",
"@hapi/joi": "^15.1.1",
"@vercel/fetch-retry": "^5.1.3",
"chalk": "^4.1.2",
"common-tags": "^1.8.2",
"contentful": "^11.2.5",
"fs-extra": "^11.2.0",
"gatsby-core-utils": "^4.14.0",
"gatsby-plugin-utils": "^4.14.0",
"gatsby-source-filesystem": "^5.14.0",
"is-online": "^10.0.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.21",
"node-fetch": "^2.6.12",
"semver": "^7.5.3",
"url": "^0.11.1"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.14.0",
"cross-env": "^7.0.3",
"nock": "^13.3.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful#readme",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin"
],
"license": "MIT",
"peerDependencies": {
"gatsby": "^5.0.0-next",
"gatsby-plugin-image": "^3.0.0-next",
"gatsby-plugin-sharp": "^5.0.0-next",
"sharp": "^0.32.6"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby.git",
"directory": "packages/gatsby-source-contentful"
},
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__ --ignore **/__fixtures__",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__ --ignore **/__fixtures__"
},
"engines": {
"node": ">=18.0.0"
},
"types": "index.d.ts",
"gitHead": "4de4fb89cb06b3ea7fdfffc69940ab181fcfe128"
}