@ehp/gatsby-source-drupal
Version:
Gatsby source plugin for building websites using the Drupal CMS as a data source
73 lines (72 loc) • 2.4 kB
JSON
{
"name": "@ehp/gatsby-source-drupal",
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
"version": "2.2.7",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/preset-env": "^7.0.0-beta.52",
"@babel/runtime": "7.0.0-beta.51",
"@ehp/gatsby-source-filesystem": "^2.0.2",
"axios": "^0.18.0",
"axios-retry": "^3.1.1",
"bluebird": "^3.5.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.51",
"@babel/core": "7.0.0-beta.51",
"@babel/node": "7.0.0-beta.51",
"@babel/plugin-proposal-class-properties": "7.0.0-beta.51",
"@babel/plugin-proposal-optional-chaining": "7.0.0-beta.51",
"@babel/plugin-transform-runtime": "7.0.0-beta.51",
"@babel/preset-env": "7.0.0-beta.51",
"@babel/preset-flow": "7.0.0-beta.51",
"@babel/preset-react": "7.0.0-beta.51",
"@babel/runtime": "7.0.0-beta.51",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "8.2.1",
"babel-jest": "^22.4.3",
"chokidar": "^1.7.0",
"cross-env": "^5.1.4",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-flow-vars": "^0.5.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"flow-bin": "^0.42.0",
"glob": "^7.1.1",
"jest": "^22.4.3",
"jest-cli": "^22.4.3",
"lerna": "^3.0.0-beta.21",
"npm-run-all": "4.1.2",
"plop": "^1.8.1",
"prettier": "^1.12",
"prettier-eslint-cli": "4.7.1",
"remotedev-server": "^0.2.3",
"rimraf": "^2.6.1",
"yargs": "^10.0.3"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal#readme",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin"
],
"license": "MIT",
"peerDependencies": {
"gatsby": "1.9.273"
},
"repository": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal",
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__"
}
}