{
	"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": "npm run check:analytics-contract && vite build",
		"typecheck": "tsc --noEmit",
		"test": "vitest run",
		"check:analytics-contract": "node ../scripts/check-analytics-contract.mjs",
		"test:php": "php ../tests/replay-settings.test.php",
		"test:all": "npm run test && npm run test:php"
	},
	"dependencies": {
		"react": "^18.3.1",
		"react-dom": "^18.3.1"
	},
	"devDependencies": {
		"@testing-library/dom": "^10.4.1",
		"@testing-library/react": "^16.3.2",
		"@types/node": "^22.20.1",
		"@types/react": "^18.3.3",
		"@types/react-dom": "^18.3.0",
		"@vitejs/plugin-react": "^4.3.1",
		"fake-indexeddb": "^6.2.5",
		"jsdom": "^25.0.1",
		"typescript": "^5.5.3",
		"vite": "^5.4.0",
		"vitest": "^2.1.9"
	}
}
