{
  "name": "monitori",
  "version": "0.2.5",
  "description": "A WordPress plugin",
  "main": "index.js",
  "scripts": {
    "dev": "vite build --watch",
    "build": "vite build",
    "deploy": "yarn build && node -e 'require(\"./vite.config.js\").deploy()'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/avoy18/monitori.git"
  },
  "keywords": [
    "pettition",
    "plugin",
    "wp"
  ],
  "author": "Anton Voytenko",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/avoy18/monitori/issues"
  },
  "homepage": "https://github.com/avoy18/monitori#readme",
  "devDependencies": {
    "@preact/preset-vite": "^2.9.3",
    "@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": "^29.0.0",
    "@wordpress/data": "^10.7.0",
    "@wordpress/editor": "^14.7.0",
    "@wordpress/element": "^6.14.0",
    "@wordpress/i18n": "^5.7.0",
    "archiver": "^7.0.1",
    "preact": "^10.25.3",
    "preact-render-to-string": "^6.5.12",
    "prettier": "^3.4.1",
    "react": "18",
    "react-dom": "18"
  }
}
