{
	"name": "@atlaskit/media-file-preview",
	"version": "0.16.5",
	"description": "A React Hook to fetch and render file previews. It's overloaded with fancy features like SSR, lazy loading, memory cache and local preview.",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"atlassian": {
		"team": "Media Exif",
		"website": {
			"name": "MediaFilePreview",
			"category": "Components"
		}
	},
	"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
	"main": "dist/cjs/index.js",
	"module": "dist/esm/index.js",
	"module:es2019": "dist/es2019/index.js",
	"types": "dist/types/index.d.ts",
	"typesVersions": {
		">=4.5 <4.9": {
			"*": [
				"dist/types-ts4.5/*",
				"dist/types-ts4.5/index.d.ts"
			]
		}
	},
	"sideEffects": false,
	"atlaskit:src": "src/index.ts",
	"dependencies": {
		"@atlaskit/media-client": "^36.0.0",
		"@atlaskit/media-client-react": "^5.0.0",
		"@atlaskit/media-common": "^13.0.0",
		"@atlaskit/media-ui": "^29.0.0",
		"@atlaskit/platform-feature-flags": "^1.1.0",
		"@atlaskit/react-ufo": "^5.14.0",
		"@babel/runtime": "^7.0.0",
		"lru_map": "^0.4.1"
	},
	"peerDependencies": {
		"react": "^18.2.0",
		"react-dom": "^18.2.0"
	},
	"devDependencies": {
		"@af/integration-testing": "workspace:^",
		"@af/visual-regression": "workspace:^",
		"@atlaskit/media-state": "^2.0.0",
		"@atlaskit/media-test-data": "^3.2.0",
		"@atlaskit/section-message": "^8.12.0",
		"@atlaskit/ssr": "workspace:^",
		"@atlassian/a11y-jest-testing": "^0.11.0",
		"@atlassian/feature-flags-test-utils": "^1.0.0",
		"@testing-library/react": "^16.3.0",
		"react-dom": "^18.2.0",
		"wait-for-expect": "^1.2.0"
	},
	"techstack": {
		"@atlassian/frontend": {
			"import-structure": [
				"atlassian-conventions"
			],
			"circular-dependencies": [
				"file-and-folder-level"
			]
		},
		"@repo/internal": {
			"dom-events": "use-bind-event-listener",
			"analytics": [
				"analytics-next"
			],
			"design-tokens": [
				"color"
			],
			"theming": [
				"react-context"
			],
			"ui-components": [
				"lite-mode"
			],
			"deprecation": [
				"no-deprecated-imports"
			],
			"styling": [
				"static",
				"emotion"
			],
			"imports": [
				"import-no-extraneous-disable-for-examples-and-docs"
			]
		}
	},
	"platform-feature-flags": {
		"platform_close_image_blindspot_2": {
			"type": "boolean"
		},
		"media-perf-uplift-mutation-fix": {
			"type": "boolean"
		},
		"media-perf-lazy-loading-optimisation": {
			"type": "boolean"
		},
		"platform_media_cross_client_copy_with_auth": {
			"type": "boolean"
		},
		"platform_media_safe_blob_url_eviction": {
			"type": "boolean"
		}
	}
}
