{
  "name": "gatsby-plugin-fresnel",
  "version": "1.1.0",
  "author": "Chris Santamaria <chris@santamaria.me>",
  "main": "index.js",
  "license": "MIT",
  "repository": "https://github.com/chrissantamaria/gatsby-plugin-fresnel.git",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "fresnel"
  ],
  "scripts": {
    "build": "babel src --out-dir .",
    "watch": "babel -w src --out-dir .",
    "prepare": "cross-env NODE_ENV=production yarn build"
  },
  "dependencies": {
    "@babel/runtime": "^7.13.10",
    "webpack-virtual-modules": "^0.3.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.13.14",
    "@babel/core": "^7.13.15",
    "babel-preset-gatsby-package": "^1.3.0",
    "cross-env": "^7.0.3"
  },
  "peerDependencies": {
    "@artsy/fresnel": "^6.1.0",
    "gatsby": ">2.0.0",
    "react": "^16.9.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0"
  }
}
