{
	"name": "arraysubs",
	"version": "1.7.9",
	"scripts": {
		"build": "NODE_ENV=production wp-scripts build",
		"start": "NODE_ENV=development wp-scripts start",
		"start:hot": "NODE_ENV=development WEBPACK_HOT=1 wp-scripts start",
		"make-pot": "wp i18n make-pot ./ languages/arraysubs.pot",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"phpcs": "vendor/bin/phpcs src/ arraysubs.php --standard=phpcs.xml",
		"phpcs:fix": "vendor/bin/phpcbf src/ arraysubs.php --standard=phpcs.xml",
		"packages-update": "wp-scripts packages-update",
		"plugin:make": "npm run build && npm run make-pot && node ./workflow-scripts/plugin-make.js",
		"plugin:publish": "node ./workflow-scripts/plugin-publish.js",
		"plugin:zip": "npm run plugin:make && node ./workflow-scripts/plugin-zip.js",
		"plugin:copy": "npm run plugin:make && node ./workflow-scripts/plugin-copy.js"
	},
	"eslintConfig": {
		"extends": [
			"react-app",
			"react-app/jest"
		]
	},
	"browserslist": {
		"production": [
			">0.2%",
			"not dead",
			"not op_mini all"
		],
		"development": [
			"last 1 chrome version",
			"last 1 firefox version",
			"last 1 safari version"
		]
	},
	"dependencies": {
		"@dnd-kit/core": "^6.3.1",
		"@dnd-kit/sortable": "^10.0.0",
		"@dnd-kit/utilities": "^3.2.2",
		"@tabler/icons-react": "^3.21.0",
		"lucide-react": "^0.554.0",
		"rc-field-form": "^2.7.0",
		"react-router-dom": "^7.9.6",
		"recharts": "^3.8.0"
	},
	"devDependencies": {
		"@testing-library/dom": "^10.4.0",
		"@testing-library/jest-dom": "^6.6.3",
		"@testing-library/react": "^16.3.0",
		"@testing-library/user-event": "^14.6.1",
		"@wordpress/scripts": "^31.0.0",
		"archiver": "^7.0.1",
		"browser-sync": "^3.0.4",
		"browser-sync-webpack-plugin": "^2.4.0",
		"dotenv": "^17.2.1",
		"postcss-loader": "^8.1.1",
		"postcss-replace": "^2.0.1",
		"sass": "^1.89.2",
		"web-vitals": "^5.0.3",
		"webpack-bundle-analyzer": "^5.0.1",
		"webpack-remove-empty-scripts": "^1.1.1"
	},
	"project": {
		"plugin": {
			"slug": "arraysubs",
			"mainFile": "arraysubs.php",
			"version": "1.7.9",
			"name": "ArraySubs"
		},
		"wordpress": {
			"requiredVersion": "6.0",
			"testedVersion": "6.9"
		},
		"php": {
			"requiredVersion": "8.1"
		}
	}
}