{
  "name": "gatsby-plugin-react-css-modules-scss-support",
  "version": "0.1.0",
  "description": "Provides babel-plugin-react-css-modules with SCSS compilation for Gatsbyjs",
  "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__"
  },
  "author": "Ryota Mannari <info@manse.jp>",
  "license": "MIT",
  "main": "index.js",
  "homepage": "https://github.com/manse/gatsby-plugin-react-css-modules-scss-support",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "babel",
    "babel-plugin",
    "css-modules",
    "scss"
  ],
  "dependencies": {
    "@babel/runtime": "^7.4.5",
    "add": "^2.0.6",
    "babel-plugin-react-css-modules": "^5.2.6",
    "css-loader": "1.0.0",
    "ignore-loader": "^0.1.2",
    "mini-css-extract-plugin": "^0.7.0",
    "postcss-scss": "^2.0.0",
    "sass-loader": "^7.1.0",
    "yarn": "^1.16.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "babel-preset-gatsby-package": "^0.1.4",
    "cross-env": "^5.2.0"
  },
  "peerDependencies": {
    "gatsby": "^2.9.4",
    "node-sass": "^4.12.0"
  }
}
