{
  "name": "react-blockly-updated",
  "version": "0.3.19",
  "description": "A React wrapper for the Blockly visual programming editor, (just a small update for original react-blockly)",
  "main": "dist-modules",
  "scripts": {
    "build": "webpack --config webpack.config.js",
    "lint": "eslint --ext .js,.jsx src",
    "lint:fix": "eslint --fix --ext .js,.jsx src",
    "start": "webpack-dev-server --config webpack.config.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "babel ./src --out-dir ./dist-modules",
    "prepublish:watch": "babel ./src --watch --out-dir ./dist-modules",
    "prepare": "npm run prepublishOnly"
  },
  "author": "shmuelhizmi",
  "license": "MIT",
  "dependencies": {
    "blockly": "^3.20191014.4",
    "immutable": "^3.8.2",
    "prop-types": "^15.7.2",
    "react-immutable-proptypes": "^2.1.0"
  },
  "peerDependencies": {
    "react": "^15.0 || ^16.0"
  },
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/preset-react": "^7.0.0",
    "babel-cli": "^6.26",
    "babel-eslint": "^10.0.3",
    "babel-loader": "^7.1.5",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^6.2.2",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.14.3",
    "eslint-plugin-react-hooks": "^1.7.0",
    "expose-loader": "^0.7.5",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "webpack": "^4.39.2",
    "webpack-cli": "^3.3.7",
    "webpack-dev-server": "^3.8"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shmuelhizmi/react-blockly/"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
