{
  "name": "datocms-plugin-gatsby-preview",
  "homepage": "https://github.com/greytip/datocms-plugin-gatsby-preview",
  "version": "1.0.4",
  "description": "This plug in will generate preview url for the gatsby site using the slug field.",
  "main": "index.js",
  "scripts": {
    "start": "concurrently \"yarn dev\" \"yarn localtunnel\"",
    "localtunnel": "lt -s datocms-plugin-gatsby-preview --port 5000",
    "dev": "NODE_ENV=development webpack-dev-server --port 5000",
    "dist": "NODE_ENV=production webpack --progress",
    "addToProject": "yo datocms-plugin:add-to-project",
    "prepublishOnly": "rimraf lib dist && mkdir dist && npm run dist",
    "lint": "eslint \"./src/*.{js,jsx}\"",
    "test": "echo 1"
  },
  "keywords": [
    "datocms",
    "datocms-plugin",
    "sidebar",
    "json-field",
    "gatsby",
    "preview"
  ],
  "files": [
    "dist",
    "docs"
  ],
  "author": "Saran <saran.rk@gmail.com>",
  "license": "ISC",
  "datoCmsPlugin": {
    "title": "Gatsby Preview",
    "previewImage": "docs/preview.png",
    "coverImage": "docs/cover.png",
    "entryPoint": "dist/index.html",
    "pluginType": "sidebar",
    "fieldTypes": [
      "json"
    ],
    "parameters": {
      "global": [
        {
          "id": "developmentMode",
          "label": "Development mode",
          "type": "boolean",
          "required": false,
          "default": false,
          "hint": "Shows debug messages in console"
        },
        {
          "id": "gatsbySiteBaseUrl",
          "label": "Gatsby Preview Site Base URL",
          "type": "string",
          "required": true,
          "default": false,
          "hint": "The base url of a Gatsby preview site."
        }
      ],
      "instance": [
        {
          "id": "moduleUrlPath",
          "label": "Module URL Path",
          "type": "string",
          "required": false,
          "hint": "Path of the module. This path will be add after the base URL and before the slug value."
        },
        {
          "id": "slugFieldName",
          "label": "Slug Field Name",
          "type": "string",
          "required": false,
          "hint": "This is the name of the field where slug is stored. By default it uses the name 'slug'"
        },
        {
          "id": "slugPrefix",
          "label": "Slug Prefix",
          "type": "string",
          "required": false,
          "hint": "This static value will be prefixed with the slug file value while making preview URL."
        }
      ]
    }
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0-beta.54",
    "@babel/core": "^7.0.0-beta.54",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/plugin-proposal-decorators": "^7.1.2",
    "@babel/preset-env": "^7.0.0-beta.54",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "^7.0.0-beta.54",
    "babel-eslint": "^8.2.6",
    "babel-loader": "^8.0.0-beta",
    "concurrently": "^4.0.1",
    "css-loader": "^1.0.0",
    "eslint": "^5.3.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-import-resolver-webpack": "^0.10.1",
    "eslint-loader": "^2.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.11.0",
    "generator-datocms-plugin": "^1.0.24",
    "html-webpack-inline-source-plugin": "^0.0.10",
    "html-webpack-plugin": "^3.2.0",
    "localtunnel": "^1.9.1",
    "mini-css-extract-plugin": "^0.4.3",
    "node-sass": "^4.9.3",
    "sass-loader": "^7.1.0",
    "serve": "^10.0.2",
    "style-loader": "^0.23.0",
    "webpack": "^4.16.1",
    "webpack-cli": "^3.1.0",
    "webpack-dev-server": "^3.1.10",
    "yo": "^3.1.1"
  },
  "dependencies": {
    "classname": "^0.0.0",
    "html-webpack-tags-plugin": "^2.0.17",
    "prop-types": "^15.6.2",
    "react": "^16.5.2",
    "react-dom": "^16.5.2",
    "url-join": "^4.0.1"
  }
}
