{
  "name": "fabric-gatsby5",
  "version": "1.0.0",
  "private": true,
  "description": "fabric-gatsby5",
  "author": "Andrea Bogazzi",
  "keywords": [
    "gatsby"
  ],
  "scripts": {
    "develop": "gatsby develop",
    "start": "gatsby develop",
    "build": "gatsby build",
    "serve": "gatsby serve",
    "clean": "gatsby clean",
    "deploy": "gh-pages -d public -r https://$GITHUB_TOKEN@github.com/fabricjs/fabricjs.github.io.git -b master",
    "lint": "eslint --config .eslintrc.js src/**/*.js*",
    "prettier:write": "prettier --write ."
  },
  "dependencies": {
    "@codemirror/commands": "^6.2.4",
    "@codemirror/lang-javascript": "^6.1.8",
    "@codemirror/state": "^6.2.0",
    "@codemirror/view": "^6.12.0",
    "@mdx-js/react": "^2.3.0",
    "codemirror": "^6.0.1",
    "fabric": "^6.0.0-beta10",
    "gatsby": "^5.11.x",
    "gatsby-plugin-image": "3.11.x",
    "gatsby-plugin-mdx": "^5.11.x",
    "gatsby-plugin-react-helmet": "6.11.x",
    "gatsby-plugin-sharp": "5.11.x",
    "gatsby-remark-autolink-headers": "^6.5.0",
    "gatsby-remark-images": "^7.5.0",
    "gatsby-remark-prismjs": "^7.11.0",
    "gatsby-source-filesystem": "^5.11.x",
    "gatsby-transformer-sharp": "^5.11.x",
    "prismjs": "^1.29.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-helmet": "^6.1.0",
    "react-load-script": "^0.0.6"
  },
  "devDependencies": {
    "@babel/plugin-proposal-decorators": "^7.22.10",
    "babel-preset-gatsby": "^3.11.0",
    "eslint": "^8.38.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-react": "^7.32.2",
    "gh-pages": "^5.0.0",
    "prettier": "^2.8.7"
  }
}
