{
	"name": "petitioner",
	"version": "0.4.1",
	"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.ts\").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": {
		"@testing-library/dom": "^10.4.0",
		"@testing-library/jest-dom": "^6.6.3",
		"@testing-library/react": "^16.3.0",
		"@testing-library/user-event": "^14.6.1",
		"@types/node": "^22.15.21",
		"@types/react": "^19.1.5",
		"@types/react-dom": "^19.1.5",
		"@types/styled-components": "^5.1.34",
		"@vitejs/plugin-legacy": "^5.4.2",
		"@vitejs/plugin-react": "^4.5.0",
		"@wordpress/scripts": "^29.0.0",
		"concurrently": "^9.0.1",
		"fs-extra": "^11.2.0",
		"happy-dom": "^17.6.3",
		"multiselect-react-dropdown": "^2.0.25",
		"sass": "^1.77.8",
		"tsconfig-paths": "^4.2.0",
		"typescript": "^5.8.3",
		"vite": "^5.4.2",
		"vite-plugin-static-copy": "^1.0.6",
		"vitest": "^3.1.4"
	},
	"dependencies": {
		"@dnd-kit/core": "^6.3.1",
		"@dnd-kit/modifiers": "^9.0.0",
		"@dnd-kit/sortable": "^10.0.0",
		"@prettier/plugin-php": "^0.22.4",
		"@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.23.0",
		"@wordpress/prettier-config": "^4.17.0",
		"dompurify": "^3.2.5",
		"prettier": "^3.4.2",
		"react": "^18.3.1",
		"react-dom": "^18.3.1",
		"styled-components": "^6.1.18"
	},
	"resolutions": {
		"@types/react": "19.1.5",
		"@types/react-dom": "19.1.5"
	},
	"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
