{
	"name": "aisthetix-tryon-widget",
	"version": "0.4.0",
	"private": true,
	"type": "module",
	"description": "Storefront virtual try-on widget for the aisthetix WooCommerce plugin. Builds to ../assets/widget.js + widget.css.",
	"scripts": {
		"dev": "vite build --watch",
		"build": "vite build",
		"typecheck": "tsc --noEmit",
		"test": "vitest run"
	},
	"dependencies": {
		"react": "^18.3.1",
		"react-dom": "^18.3.1"
	},
	"devDependencies": {
		"@testing-library/dom": "^10.4.1",
		"@testing-library/react": "^16.3.2",
		"@types/react": "^18.3.3",
		"@types/react-dom": "^18.3.0",
		"@vitejs/plugin-react": "^4.3.1",
		"jsdom": "^25.0.1",
		"typescript": "^5.5.3",
		"vite": "^5.4.0",
		"vitest": "^2.1.9"
	}
}
