{
  "name": "yith-plugin-framewowrk",
  "version": "4.7.3",
  "description": "YITH Plugin Framework",
  "main": "Gruntfile.js",
  "scripts": {
    "build": "npm run -s blocks:build && npm run assets && npm run i18n",
    "assets": "grunt assets",
    "css": "grunt css",
    "watch": "grunt watch",
    "i18n": "npm run -s i18n:build && npm run -s i18n:translations",
    "i18n:build": "grunt makepot",
    "i18n:translations": "npm run -s i18n:download-translations && npm run -s i18n:update-po && npm run -s i18n:clean",
    "i18n:download-translations": "node ./bin/download-translations.js",
    "i18n:update-po": "grunt update_po",
    "i18n:clean": "node ./bin/clean-language-files.js",
    "phpcs": "composer run-script phpcs",
    "env:start": "node ./tools/local-env/scripts/start.js",
    "env:stop": "node ./tools/local-env/scripts/docker.js down",
    "env:restart": "npm run env:stop && npm run env:start",
    "env:clean": "node ./tools/local-env/scripts/docker.js down -v --remove-orphans",
    "env:reset": "node ./tools/local-env/scripts/docker.js down --rmi all -v --remove-orphans",
    "env:install": "node ./tools/local-env/scripts/install.js",
    "env:cli": "node ./tools/local-env/scripts/docker.js run cli",
    "blocks:watch": "wp-scripts start ./includes/builders/gutenberg/src/index.js --output-path=dist/gutenberg --progress --watch --mode=development",
    "blocks:build": "wp-scripts build ./includes/builders/gutenberg/src/index.js --output-path=dist/gutenberg --progress",
    "sync-lapilli-ui": "wp-scripts build --progress --config tools/webpack/webpack.config.lapilli-ui.js",
    "test:php": "node ./tools/local-env/scripts/docker.js run --rm phpunit phpunit"
  },
  "author": "YITH",
  "license": "GPL-3.0+",
  "keywords": [],
  "devDependencies": {
    "@wordpress/block-editor": "^12.6.0",
    "@wordpress/components": "^25.4.0",
    "@wordpress/compose": "^6.15.0",
    "@wordpress/dependency-extraction-webpack-plugin": "^4.24.0",
    "@wordpress/element": "^5.15.0",
    "@wordpress/hooks": "^3.38.0",
    "@wordpress/i18n": "^4.38.0",
    "@wordpress/scripts": "^18.0.1",
    "@wordpress/server-side-render": "^4.15.0",
    "@wordpress/url": "^3.39.0",
    "axios": "^0.21.1",
    "dotenv": "^8.2.0",
    "grunt": "^1.4.1",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-jshint": "^2.0.0",
    "grunt-contrib-uglify-es": "github:gruntjs/grunt-contrib-uglify#harmony",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-sass": "^3.1.0",
    "grunt-wp-i18n": "^1.0.2",
    "lodash": "^4.17.21",
    "node-sass": "^7.0.3",
    "prop-types": "^15.8.1",
    "wait-on": "^5.2.1"
  },
  "dependencies": {
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@lapilli-ui/block-editor": "^1.0.0-beta.6",
    "@lapilli-ui/components": "^1.0.0-beta.6",
    "@lapilli-ui/date": "^1.0.0-beta.6",
    "@lapilli-ui/styles": "^1.0.0-beta.6",
    "classnames": "^2.3.1",
    "md5": "^2.3.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
