{
  "name": "gatsby-plugin-decap-cms",
  "description": "A Gatsby plugin which generates the Decap CMS single page app",
  "version": "4.0.4",
  "author": "Decap <decap@p-m.si>",
  "bugs": {
    "url": "https://github.com/decaporg/gatsby-plugin-decap-cms/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.20.13",
    "@soda/friendly-errors-webpack-plugin": "1.8.1",
    "copy-webpack-plugin": "^7.0.0",
    "html-webpack-plugin": "^5.5.3",
    "html-webpack-skip-assets-plugin": "^1.0.3",
    "html-webpack-tags-plugin": "^3.0.2",
    "lodash": "^4.17.21",
    "mini-css-extract-plugin": "1.6.2",
    "netlify-identity-widget": "^1.9.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.20.7",
    "@babel/core": "^7.20.12",
    "@changesets/cli": "^2.26.2",
    "babel-preset-gatsby-package": "^3.13.0-next.0",
    "cross-env": "^7.0.3",
    "decap-cms-app": "^3.1.1",
    "gatsby": "^5.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "webpack": "^5.0.0"
  },
  "homepage": "https://github.com/decaporg/gatsby-plugin-decap-cms#readme",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "decap",
    "decap-cms",
    "cms"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": "https://github.com/decaporg/gatsby-plugin-decap-cms",
  "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__\""
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
