{
	"name": "@simpledotstudio/simple-media-preview",
	"version": "2.0.0-alpha.4",
	"description": "SimpleMediaPreview - A reusable React component",
	"main": "src/index.ts",
	"types": "src/index.ts",
	"files": [
		"src",
		"meta.json",
		"README.md"
	],
	"scripts": {
		"test": "jest",
		"test:watch": "jest --watch",
		"lint": "eslint src --ext .ts,.tsx"
	},
	"dependencies": {
		"@simpledotstudio/simple-icon-button": "^2.0.0-alpha.2",
		"@simpledotstudio/simple-image": "^2.0.0-alpha.4",
		"@simpledotstudio/simple-loader": "^2.0.0-alpha.1",
		"@simpledotstudio/simple-text": "^2.0.0-alpha.2"
	},
	"peerDependencies": {
		"react": ">=16.8.0",
		"react-dom": ">=16.8.0"
	},
	"devDependencies": {
		"@testing-library/jest-dom": "^6.0.0",
		"@testing-library/react": "^13.0.0",
		"@testing-library/user-event": "^14.0.0",
		"@types/jest": "^29.0.0",
		"@types/react": "^18.2.0",
		"identity-obj-proxy": "^3.0.0",
		"jest": "^29.0.0",
		"jest-environment-jsdom": "^29.0.0",
		"ts-jest": "^29.0.0"
	},
	"keywords": [
		"react",
		"component",
		"media-preview",
		"ui"
	],
	"author": {
		"name": "SimpleStudio",
		"email": "team@dns.xyz"
	},
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/simpledotstudio/simple-ui.git",
		"directory": "packages/components/simple-media-preview"
	},
	"homepage": "https://github.com/simpledotstudio/simple-ui#readme",
	"bugs": {
		"url": "https://github.com/simpledotstudio/simple-ui/issues"
	},
	"publishConfig": {
		"access": "public"
	},
	"gitHead": "879d306f4f657b3482612dffe809c91c4f218b2e"
}
