{
	"name": "location-weather",
	"version": "1.0.0",
	"description": "The location weather blocks library for Gutenberg",
	"author": "ShapedPlugin LLC",
	"license": "GPL-2.0-or-later",
	"main": "index.js",
	"scripts": {
		"format": "wp-scripts format",
		"lint:js": "wp-scripts lint-js",
		"lint:css": "wp-scripts lint-style",
		"packages-update": "wp-scripts packages-update",
		"start": "npm run start:blocks",
		"build": "npm run build:blocks",
		"start:blocks": "wp-scripts start src/index.js --output-path=includes/Blocks/build",
		"build:blocks": "wp-scripts build src/index.js --output-path=includes/Blocks/build",
		"start:admin": "wp-scripts start src/admin/index.js --output-path=includes/Admin/AdminDashboard/build",
		"build:admin": "wp-scripts build src/admin/index.js --output-path=includes/Admin/AdminDashboard/build",
		"postbuild:blocks": "find includes/Blocks/build -name '*-rtl.css' -type f -delete",
		"postbuild:admin": "find includes/Admin/AdminDashboard/build -name '*-rtl.css' -type f -delete",
		"plugin-zip": "wp-scripts plugin-zip",
		"build:zip": "wp-scripts plugin-zip",
		"package": "rm -f ../location-weather.zip && rm -rf dist && mkdir -p dist/location-weather && rsync -av --exclude=node_modules --exclude=.git --exclude=.distignore --exclude=gulpfile.js --exclude=package.json --exclude=package-lock.json --exclude=.* --exclude=README.md --exclude=src --exclude=dist . dist/location-weather && cd dist && zip -r ../../location-weather.zip location-weather && cd .. && rm -rf dist",
		"makepot": "php -d memory_limit=3G $(which wp) i18n make-pot . languages/location-weather.pot --exclude=src/",
		"release": "npm run build:blocks && npm run build:admin && npm run package"
	},
	"devDependencies": {
		"@wordpress/scripts": "^30.25.0",
		"ajv": "^6.12.6",
		"ajv-keywords": "^3.5.2",
		"eslint": "^9.37.0",
		"eslint-config-wordpress": "^2.0.0",
		"webpack-cli": "^6.0.1"
	},
	"dependencies": {
		"@dnd-kit/core": "^6.1.0",
		"@dnd-kit/modifiers": "^9.0.0",
		"@dnd-kit/sortable": "^10.0.0",
		"@dnd-kit/utilities": "^3.2.2",
		"@emotion/react": "^11.14.0",
		"@emotion/styled": "^11.14.0",
		"@monaco-editor/react": "^4.7.0",
		"@mui/material": "^6.4.8",
		"@re.d_beard./react-fonticonpicker": "^2.1.2",
		"@wordpress/api-fetch": "^7.30.0",
		"@wordpress/block-editor": "^15.5.0",
		"@wordpress/blocks": "^15.5.0",
		"@wordpress/components": "^30.5.0",
		"@wordpress/core-data": "^7.32.0",
		"@wordpress/data": "^10.32.0",
		"@wordpress/date": "^5.26.0",
		"@wordpress/dom-ready": "^4.30.0",
		"@wordpress/element": "^6.32.0",
		"@wordpress/icons": "^10.32.0",
		"axios": "^1.8.4",
		"classnames": "^2.5.1",
		"hex-to-css-filter": "^6.0.0",
		"react-chartjs-2": "^5.3.0",
		"react-hot-toast": "^2.6.0",
		"react-icons": "^5.5.0",
		"react-select": "^5.8.0",
		"react-toggle": "^4.1.3",
		"swiper": "^12.0.2",
		"tinycolor2": "^1.6.0"
	}
}
