{
	"name": "wpxero-animation-kit",
	"version": "0.2.0",
	"description": "Animation Kit is a WordPress plugin that allows you to add custom cursors to your website.",
	"author": "WPXERO",
	"license": "GPL-2.0-or-later",
	"files": [
		"assets",
		"build",
		"classes",
		"includes",
		"languages",
		"*.php",
		"readme.txt",
		"vendor/freemius"
	],
	"scripts": {
		"dev": "wp-scripts start",
		"build": "wp-scripts build",
		"build:prod": "npm run make-pot && npm run make-json && npm run build && npm run plugin-zip",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"lint:php": "composer run phpcs",
		"make-pot": "wp i18n make-pot ./ ./languages/wpxero-animation-kit.pot --skip-audit --exclude=vendor,vendors,tests,node_modules,build,dist-zip --headers='{\"Last-Translator\":\"Lazy Blocks Team\",\"Report-Msgid-Bugs-To\":\"https://github.com/WPXERO/wpxero-animation-kit/issues\"}'",
		"make-json": "po2json ./languages/wpxero-animation-kit.pot ./languages/wpxero-animation-kit.json --format=jed1.x --pretty --domain=wpxero-animation-kit",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"release": "npm run make-pot && npm run make-json && npm run build && npm run plugin-zip"
	},
	"devDependencies": {
		"@wordpress/scripts": "^31.5.0",
		"ajv": "^8.12.0",
		"ajv-keywords": "^5.1.0",
		"po2json": "^0.4.5"
	},
	"dependencies": {
		"@react-three/fiber": "^8.17.10",
		"@wordpress/icons": "^11.7.0",
		"antd": "^6.3.1",
		"emoji-picker-react": "^4.18.0",
		"react-transition-group": "^4.4.5",
		"three": "^0.183.2"
	}
}
