{
  "name": "blocks-bakery",
  "description": "Blocks Bakery",
  "version": "1.0.0",
  "author": "Essa Mamdani",
  "scripts": {
    "dev": "cross-env BABEL_ENV=default webpack --watch",
    "build": "cross-env BABEL_ENV=default NODE_ENV=production webpack -p",
    "check-engines": "wp-scripts check-engines",
    "check-licenses": "wp-scripts check-licenses",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js",
    "lint:pkg-json": "wp-scripts lint-pkg-json",
    "start": "wp-scripts start",
    "test:e2e": "wp-scripts test-e2e",
    "test:unit": "wp-scripts test-unit-js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/essamamdani/blocks-bakery.git"
  },
  "keywords": [
    "blocksbakery",
    "scaffolding",
    "blocksbakery",
    "scss",
    "blocksbakery",
    "boilerplate"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/essamamdani/blocks-bakery/issues"
  },
  "homepage": "https://github.com/essamamdani/blocks-bakery#readme",
  "devDependencies": {
    "@wordpress/scripts": "^3.4.0",
    "cross-env": "^7.0.3",
    "css-loader": "^3.6.0",
    "glob": "^7.1.6",
    "ignore-emit-webpack-plugin": "^2.0.2",
    "mini-css-extract-plugin": "^0.8.2",
    "node-sass": "^4.14.1",
    "path": "^0.12.7",
    "postcss-loader": "^3.0.0",
    "postcss-preset-env": "^6.7.0",
    "raw-loader": "^4.0.2",
    "sass-loader": "^7.3.1"
  },
  "dependencies": {
    "react-color-gradient-picker": "^0.1.2",
    "sass": "^1.35.1",
    "styled-components": "^5.3.0"
  }
}
