{
	"name": "tiles",
	"version": "1.0.0",
	"description": "",
	"author": "Tiles",
	"license": "GPL-2.0",
	"keywords": [
		"WordPress",
		"gutenberg",
		"editor"
	],
	"homepage": "https://usetiles.com",
	"scripts": {
		"build": "./bin/build-plugin-zip.sh",
		"build:assets": "wp-scripts build && npm run make-pot",
		"check-licenses": "wp-scripts check-licenses",
		"format:js": "wp-scripts format-js",
		"lint": "npm run lint:php && npm run lint:css && npm run lint:js",
		"lint:css": "wp-scripts lint-style",
		"lint:css-fix": "wp-scripts lint-style '**/*.scss' --fix",
		"lint:js": "wp-scripts lint-js",
		"lint:js-fix": "wp-scripts lint-js '**/*.js' --fix",
		"lint:php": "composer run-script lint",
		"lint:php-fix": "composer run-script format",
		"lint:pkg-json": "wp-scripts lint-pkg-json",
		"make-pot": "wp i18n make-pot . --skip-audit --exclude=\".github,.wordpress-org,build,dist,node_modules,vendor,wordpress\" --headers='{\"Last-Translator\":\"hi@usetiles.com\",\"Report-Msgid-Bugs-To\":\"https://github.com/usetiles/tiles/issues\"}' --file-comment=\"Copyright (c) $(date +'%Y') Tiles\" languages/tiles.pot && wp i18n make-json languages",
		"packages-update": "wp-scripts packages-update",
		"setup": "composer install && npm install && NODE_ENV=development wp-scripts start",
		"start": "NODE_ENV=development wp-scripts start",
		"test:e2e": "wp-scripts test-e2e",
		"test:unit": "wp-scripts test-unit-js"
	},
	"devDependencies": {
		"@wordpress/babel-preset-default": "^4.20.0",
		"@wordpress/block-editor": "^6.1.1",
		"@wordpress/blocks": "^9.1.1",
		"@wordpress/components": "^14.1.1",
		"@wordpress/compose": "^4.1.1",
		"@wordpress/data": "^5.1.1",
		"@wordpress/edit-post": "^4.1.3",
		"@wordpress/element": "^3.1.1",
		"@wordpress/eslint-plugin": "^9.0.6",
		"@wordpress/hooks": "^3.1.1",
		"@wordpress/i18n": "^4.1.1",
		"@wordpress/icons": "^4.0.1",
		"@wordpress/keycodes": "^3.1.1",
		"@wordpress/plugins": "^3.1.1",
		"@wordpress/rich-text": "^4.1.1",
		"@wordpress/scripts": "^7.2.0",
		"@wordpress/wordcount": "^3.1.1",
		"browser-sync-webpack-plugin": "^2.3.0",
		"classnames": "^2.3.1",
		"color": "^3.1.3",
		"cross-env": "^7.0.3",
		"css-loader": "^3.6.0",
		"dom-scroll-into-view": "^2.0.1",
		"eslint-plugin-eslint-comments": "^3.2.0",
		"ignore-emit-webpack-plugin": "^2.0.6",
		"lodash": "^4.17.21",
		"mini-css-extract-plugin": "^1.6.0",
		"node-sass": "^4.14.1",
		"optimize-css-assets-webpack-plugin": "^5.0.6",
		"path": "^0.12.7",
		"postcss-loader": "^3.0.0",
		"postcss-preset-env": "^6.7.0",
		"prettier": "npm:wp-prettier@1.19.1",
		"replace-in-file-webpack-plugin": "^1.0.6",
		"sass-loader": "^8.0.2",
		"showdown": "^1.9.1",
		"stylelint-config-wordpress": "13.1.0",
		"webpack-fix-style-only-entries": "^0.6.1",
		"webpack-merge": "^4.2.2"
	},
	"dependencies": {
		"browser-sync": "^2.26.14",
		"fast-average-color": "4.3.0",
		"normalize.css": "^8.0.1",
		"react-easy-crop": "^3.5.0",
		"wp-cli": "0.0.5"
	},
	"lint-staged": {
		"*.scss": [
			"npm run lint:css"
		],
		"*.js": [
			"npm run lint:js"
		],
		"*.php": [
			"composer run-script lint"
		]
	}
}
