@prg/gatsby-source-something-whatever
Version:
something something whatever who gives a crap.
50 lines (49 loc) • 1.24 kB
JSON
{
"name": "@prg/gatsby-source-something-whatever",
"author": "@packdigital",
"version": "0.1.23",
"description": "something something whatever who gives a crap.",
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"watch": "npm run build -- --watch"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin",
"fart"
],
"license": "MIT",
"peerDependencies": {
"gatsby": "^2.0.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.6"
},
"dependencies": {
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.13",
"apollo-link-http": "^1.5.16",
"babel-preset-gatsby-package": "^0.2.16",
"chalk": "^2.4.2",
"gatsby-node-helpers": "^0.3.0",
"gatsby-source-filesystem": "^2.2.2",
"graphql": "^14.6.0",
"graphql-request": "^1.8.2",
"graphql-tag": "^2.10.3",
"is-base64": "^1.0.0",
"is-online": "^8.2.1",
"isomorphic-fetch": "^2.2.1",
"lodash.camelcase": "^4.3.0",
"p-iteration": "^1.1.8",
"pluralize": "^8.0.0",
"prettyjson": "^1.2.1",
"progress": "^2.0.3"
},
"engines": {
"node": ">=8.0.0"
},
"main": "index.js"
}