{
	"name": "openasset",
	"version": "6.1.0",
	"description": "Power your AEC company website Project Portfolio and Team pages from your centralized data in OpenAsset",
	"main": "build/index.js",
	"scripts": {
		"install-scripts": "composer install && npm install",
		"dev:dashboard": "wp-scripts start --webpack-src-dir=src/dashboard --output-path=build/dashboard",
		"dev:php": "composer install",
		"build:dashboard": "wp-scripts build --webpack-src-dir=src/dashboard --output-path=build/dashboard",
		"dev:frontend": "wp-scripts start --webpack-src-dir=src/frontend --output-path=build/frontend",
		"build:frontend": "wp-scripts build --webpack-src-dir=src/frontend --output-path=build/frontend",
		"build:all": "composer install --no-dev && npm run build:dashboard && npm run build:frontend",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"lint:md:docs": "wp-scripts lint-md-docs",
		"lint:pkg-json": "wp-scripts lint-pkg-json",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "npm run build:all && wp-scripts plugin-zip"
	},
	"author": "OpenAsset",
	"license": "GPLv2 or later",
	"devDependencies": {
		"@tailwindcss/forms": "^0.5.7",
		"@wordpress/scripts": "^30.0.2",
		"autoprefixer": "^10.4.19",
		"tailwindcss": "^3.4.3"
	},
	"dependencies": {
		"@headlessui/react": "^2.0.3",
		"@heroicons/react": "^2.1.3",
		"@wordpress/api-fetch": "^6.55.0",
		"@wordpress/components": "^27.6.0",
		"@wordpress/data": "^9.28.0",
		"@wordpress/element": "^5.35.0",
		"@wordpress/i18n": "^4.58.0",
		"@wordpress/url": "^3.59.0",
		"bootstrap": "^5.3.3",
		"clsx": "^2.1.1",
		"glightbox": "^3.3.1",
		"lucide-react": "^0.562.0",
		"react-hot-toast": "^2.4.1",
		"react-router-dom": "^6.23.1",
		"react-select": "^5.10.0",
		"recharts": "^3.6.0"
	},
	"files": [
		"assets",
		"build",
		"src",
		"includes",
		"templates",
		"template-parts",
		"vendor",
		"changelog.json",
		"openasset.php",
		"uninstall.php",
		"readme.txt",
		"composer.json"
	]
}
