{
  "name": "acf-field-blocks",
  "version": "1.0.0",
  "description": "The easiest way to display ACF fields in the WordPress block editor — no coding required!",
  "main": "index.js",
  "scripts": {
    "build": "npm-run-all --parallel prod:*",
    "prod:lite": "wp-scripts build --config webpack.config.js",
    "prod:grunt": "grunt build",
    "start": "rm -rf build && npm-run-all --parallel dev:*",
    "dev:lite": "wp-scripts start --config webpack.config.js",
    "dev:grunt": "grunt watch",
    "format:js": "wp-scripts format-js",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js",
    "lint": "eslint src/*/*/*.js",
    "packages-update": "wp-scripts packages-update"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@wordpress/scripts": "^26.9.0",
    "array-move": "^4.0.0",
    "cross-env": "^7.0.3",
    "filemanager-webpack-plugin": "^8.0.0",
    "grunt": "^1.6.1",
    "grunt-contrib-sass": "^2.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "npm-run-all": "^4.1.5"
  },
  "dependencies": {
    "@wordpress/hooks": "^3.40.0",
    "@wordpress/icons": "^9.29.0",
    "@wordpress/interactivity": "^6.37.0",
    "classnames": "^2.3.2",
    "glightbox": "^3.3.1",
    "lodash": "^4.17.21",
    "macy": "^2.5.1",
    "memize": "^2.1.1",
    "react-sortable-hoc": "^2.0.0",
    "swiper": "^11.2.6"
  },
  "overrides": {
    "react": "^17.0.0",
    "react-dom": "^17.0.0"
  }
}
