{
	"name": "berg-next",
	"version": "1.0.0",
	"description": "",
	"main": "index.js",
	"scripts": {
		"watch": "cross-env NODE_ENV=development WP_COPY_PHP_FILES_TO_DIST=true webpack --watch",
		"dev": "cross-env NODE_ENV=development WP_COPY_PHP_FILES_TO_DIST=true webpack",
		"build:assets": "cross-env NODE_ENV=production WP_COPY_PHP_FILES_TO_DIST=true webpack",
		"build:wpml": "node npm-scripts/generate-wpml-config.js",
		"build": "npm run symlink && npm run build:assets && npm run build:wpml",
		"lint:css": "npx stylelint 'src/**/*.scss'",
		"lint:js": "npx eslint 'src/**/*.js'",
		"fix:css": "npx stylelint 'src/**/*.scss' --fix",
		"fix:js": "npx eslint 'src/**/*.js' --fix",
		"lint": "npm run lint:css ; npm run lint:js",
		"lint:fix": "npm run fix:css ; npm run fix:js",
		"prepare": "node ./.husky/prepare.js",
		"symlink": "node npm-scripts/symlink.js"
	},
	"author": "",
	"license": "ISC",
	"devDependencies": {
		"@babel/preset-react": "^7.22.5",
		"@wordpress/block-editor": "^12.0.0",
		"@wordpress/blocks": "^12.9.0",
		"@wordpress/components": "^23.9.0",
		"@wordpress/eslint-plugin": "^14.8.0",
		"@wordpress/i18n": "^4.32.0",
		"@wordpress/icons": "^9.49.0",
		"@wordpress/scripts": "^30.4.0",
		"@wordpress/stylelint-config": "^21.18.0",
		"classnames": "^2.3.2",
		"cross-env": "^7.0.3",
		"css-minimizer-webpack-plugin": "^5.0.1",
		"eslint": "^8.43.0",
		"eslint-plugin-prettier": "^5.0.0-alpha.2",
		"eslint-plugin-react": "^7.32.2",
		"eslint-webpack-plugin": "^4.0.1",
		"glob": "^10.3.3",
		"husky": "^8.0.0",
		"prettier": "3.0.0",
		"react-slick": "^0.29.0",
		"stylelint": "^14.16.1",
		"stylelint-config-idiomatic-order": "^9.0.0",
		"stylelint-webpack-plugin": "^4.1.1",
		"webpack-notifier": "^1.15.0",
		"webpack-remove-empty-scripts": "^1.0.3",
		"webpack-shell-plugin-next": "^2.3.1"
	},
	"dependencies": {
		"@babel/eslint-parser": "^7.22.5",
		"@emotion/react": "^11.11.4",
		"buffer": "^6.0.3",
		"countup.js": "^2.6.2",
		"html-react-parser": "^4.0.0",
		"is-svg": "^5.0.0",
		"is-url": "^1.2.4",
		"js-sha1": "^0.6.0",
		"react-draggable-multi-select": "^1.1.8",
		"react-number-format": "^5.2.2",
		"react-select": "^5.7.3",
		"react-toastify": "^10.0.5",
		"swiper": "^11.0.7",
		"uuid": "^9.0.0",
		"validator": "^13.11.0"
	},
	"overrides": {
		"react": "^18.2.0",
		"react-dom": "^18.2.0"
	}
}
