gatsby-source-morty
Version:
Gatsby source plugin for building websites using the Morty CMS as a data source
47 lines (46 loc) • 1.36 kB
JSON
{
"name": "gatsby-source-morty",
"version": "0.3.3",
"description": "Gatsby source plugin for building websites using the Morty CMS as a data source",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir .",
"prepublish": "babel src --out-dir .",
"watch": "babel -w src --out-dir ."
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin",
"graphql",
"morty"
],
"author": "Daniel Farrell <danielfarrell76@gmail.com>",
"license": "Unlicense",
"dependencies": {
"graphql": ">=0.10.3",
"lodash": "^4.17.4",
"node-fetch": "^1.7.3",
"remark": "^7.0.1",
"remark-html": "^6.0.1",
"remark-preset-lint-recommended": "^3.0.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"flow-bin": "^0.61.0"
}
}