{
	"name": "animatikon",
	"version": "1.0.4",
	"description": "Scroll Animations & Motion Effects for WordPress Blocks.",
	"author": "Sition",
	"license": "GPL-3.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"glib": "webpack --config webpack.glib.config.js",
		"build:blocks": "wp-scripts build --webpack-copy-php --blocks-manifest",
		"build:frontend": "webpack --config webpack.frontend.config.js",
		"build": "npm run build:blocks && npm run build:frontend && node scripts/add-abspath-guard.js",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"dist": "mkdir -p dist/animatikon-scroll-animations-motion-effects && rsync -av --exclude-from=.distignore . dist/animatikon-scroll-animations-motion-effects/",
		"start:blocks": "wp-scripts start --webpack-copy-php --blocks-manifest",
		"start:frontend": "webpack --config webpack.frontend.config.js --watch",
		"start": "concurrently \"npm run start:blocks\" \"npm run start:frontend\""
	},
	"devDependencies": {
		"@wordpress/scripts": "^30.16.0",
		"concurrently": "^9.2.1"
	},
	"dependencies": {
		"@tabler/icons-react": "^3.34.1",
		"@wordpress/icons": "^10.31.0",
		"dompurify": "^3.2.6",
		"external-svg-loader": "^1.7.1",
		"lenis": "^1.3.3",
		"mini-svg-data-uri": "^1.4.4",
		"motion": "^12.26.2",
		"nanoid": "^5.1.5"
	}
}
