{
  "name": "petitioner",
  "version": "0.2.2",
  "description": "A WordPress plugin for collecting petitions",
  "main": "index.js",
  "scripts": {
    "dev": "vite build --watch",
    "build": "vite build",
    "build:gutenberg": "wp-scripts build src/gutenberg/form/index.js --output-path=dist-gutenberg --output-filename=petitionerFormBlock.js",
    "dev:gutenberg": "wp-scripts start src/gutenberg/form/index.js --output-path=dist-gutenberg --output-filename=petitionerFormBlock.js",
    "deploy": "yarn build-all && node -e 'require(\"./vite.config.js\").deploy()'",
    "dev-all": "concurrently \"yarn dev\" \"yarn dev:gutenberg\"",
    "build-all": "concurrently \"yarn build:gutenberg\" \"yarn build\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/avoy18/petitioner.git"
  },
  "keywords": [
    "pettition",
    "plugin",
    "wp"
  ],
  "author": "Anton Voytenko",
  "license": "GPL-2.0-or-later",
  "bugs": {
    "url": "https://github.com/avoy18/petitioner/issues"
  },
  "homepage": "https://github.com/avoy18/petitioner#readme",
  "devDependencies": {
    "@vitejs/plugin-legacy": "^5.4.2",
    "@wordpress/scripts": "^29.0.0",
    "concurrently": "^9.0.1",
    "fs-extra": "^11.2.0",
    "multiselect-react-dropdown": "^2.0.25",
    "sass": "^1.77.8",
    "vite": "^5.4.2",
    "vite-plugin-static-copy": "^1.0.6"
  },
  "dependencies": {
    "@wordpress/block-editor": "^14.2.0",
    "@wordpress/blocks": "^13.7.0",
    "@wordpress/components": "^28.7.0",
    "@wordpress/data": "^10.7.0",
    "@wordpress/editor": "^14.7.0",
    "@wordpress/element": "^6.7.0",
    "@wordpress/i18n": "^5.7.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  }
}
