File "package.json"

Full Path: /home/rattkxnv/byattorney.com/wp-content/plugins/generateblocks/package.json
File size: 1.98 KB
MIME-type: application/json
Charset: utf-8

{
	"name": "generateblocks",
	"version": "2.0.2",
	"private": true,
	"description": "A small collection of lightweight WordPress blocks that can accomplish nearly anything.",
	"author": "Tom Usborne",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"WordPress",
		"editor"
	],
	"homepage": "https://generateblocks.com",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/tomusborne/generateblocks.git"
	},
	"bugs": {
		"url": "https://generateblocks.com/support"
	},
	"dependencies": {
		"@edge22/block-styles": "^1.1.39",
		"@edge22/components": "^1.1.52",
		"@edge22/styles-builder": "^1.2.68",
		"@tanstack/react-query": "^5.62.11",
		"@wordpress/block-editor": "^12.12.0",
		"@wordpress/blocks": "^12.21.0",
		"@wordpress/components": "^25.10.0",
		"@wordpress/core-data": "^6.21.0",
		"@wordpress/icons": "^9.35.0",
		"classnames": "^2.3.1",
		"clsx": "^2.1.1",
		"colord": "^2.9.2",
		"date-fns": "^4.1.0",
		"dompurify": "^2.4.0",
		"imagesloaded": "^5.0.0",
		"lodash": "4.17.21",
		"react-colorful": "^5.5.1",
		"react-select": "^5.7.3",
		"react-use": "^17.5.1",
		"request": "^2.88.2",
		"use-debounce": "^7.0.1",
		"use-local-storage-state": "^16.0.0",
		"uuid": "^9.0.1"
	},
	"devDependencies": {
		"@testing-library/jest-dom": "^6.1.4",
		"@testing-library/react": "^14.0.0",
		"@wordpress/scripts": "^27.8.0",
		"copy-webpack-plugin": "^12.0.2",
		"eslint-import-resolver-custom-alias": "^1.3.2",
		"eslint-webpack-plugin": "^4.2.0",
		"grunt": "^1.5.3",
		"grunt-contrib-clean": "^2.0.1",
		"grunt-contrib-compress": "^2.0.0",
		"grunt-contrib-copy": "^1.0.0",
		"webpack-remove-empty-scripts": "^1.0.4"
	},
	"scripts": {
		"build": "wp-scripts build",
		"start": "wp-scripts start",
		"lint:js": "wp-scripts lint-js",
		"lint:pkg-json": "wp-scripts lint-pkg-json",
		"package": "grunt package",
		"action-package": "grunt action-package",
		"googleFonts": "grunt download-google-fonts",
		"test:unit": "wp-scripts test-unit-js",
		"clean": "git checkout -- dist/ && git clean -fd dist/"
	}
}