{
  "name": "ast-block-templates",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "dev": "webpack --watch --mode development",
    "start": "webpack-dev-server --mode development --open",
    "build": "webpack --mode production",
    "test": "jest --config ./jest.config.json",
    "test:watch": "npm run test -- --watch",
    "package": "bin\\build.sh",
    "release": "npm run build && npm run package"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/preset-env": "^7.12.11",
    "@babel/preset-react": "^7.12.10",
    "@testing-library/react": "^11.2.2",
    "babel-loader": "^8.2.2",
    "babel-plugin-lodash": "^3.3.4",
    "css-loader": "^4.3.0",
    "eslint": "^7.16.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "html-webpack-plugin": "^4.5.0",
    "prettier": "2.1.2",
    "sass": "^1.32.0",
    "sass-loader": "^10.1.0",
    "style-loader": "^1.3.0",
    "webpack": "^4.44.2",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.1"
  },
  "dependencies": {
    "@wordpress/data": "^4.26.0",
    "@wordpress/i18n": "^3.17.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.1.0",
    "babel-plugin-istanbul": "^6.0.0",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.5",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "browser-sync": "^2.26.13",
    "browser-sync-webpack-plugin": "^2.3.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-flowtype": "^5.2.0",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.22.0",
    "exports-loader": "^1.1.1",
    "expose-loader": "^1.0.3",
    "extract-text-webpack-plugin": "^3.0.2",
    "fuse.js": "^6.4.4",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^7.0.1",
    "gulp-concat": "^2.6.1",
    "gulp-minify-css": "^1.2.4",
    "gulp-sass": "^4.1.0",
    "imports-loader": "^1.2.0",
    "jest": "^26.6.3",
    "jquery": "^3.5.1",
    "lodash": "^4.17.20",
    "node-sass": "^4.14.1",
    "path": "^0.12.7",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "redux-logger": "^3.0.6",
    "redux-multi": "^0.1.12",
    "refx": "^3.1.1"
  }
}