{
	"name": "@atlaskit/media-test-helpers",
	"version": "41.0.0",
	"description": "Collection of test helpers used in media component stories and specs",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"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"
			]
		}
	},
	"atlaskit:src": "src/index.tsx",
	"atlassian": {
		"team": "Media Exif"
	},
	"dependencies": {
		"@atlaskit/button": "^23.11.0",
		"@atlaskit/checkbox": "^17.3.0",
		"@atlaskit/form": "^15.5.0",
		"@atlaskit/icon": "^34.2.0",
		"@atlaskit/locale": "^4.1.0",
		"@atlaskit/media-client": "^36.0.0",
		"@atlaskit/media-common": "^13.0.0",
		"@atlaskit/media-state": "^2.0.0",
		"@atlaskit/media-ui": "^29.0.0",
		"@atlaskit/platform-feature-flags": "^1.1.0",
		"@atlaskit/popup": "^4.16.0",
		"@atlaskit/primitives": "^19.0.0",
		"@atlaskit/tabs": "^19.1.0",
		"@atlaskit/textfield": "^8.3.0",
		"@atlaskit/tokens": "^13.0.0",
		"@atlaskit/tooltip": "^21.1.0",
		"@atlaskit/ufo": "^0.4.0",
		"@babel/runtime": "^7.0.0",
		"@emotion/react": "^11.7.1",
		"@emotion/styled": "^11.0.0",
		"@testing-library/react": "^16.3.0",
		"exenv": "^1.2.2",
		"kakapo": "^4.0.6",
		"mock-socket": "^9.3.1",
		"rxjs": "^5.5.0",
		"uuid": "^3.1.0",
		"xhr-mock": "^2.4.0"
	},
	"peerDependencies": {
		"@atlaskit/media-core": "^37.0.0",
		"react": "^18.2.0",
		"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
	},
	"devDependencies": {
		"@atlaskit/media-core": "^37.0.0",
		"@types/exenv": "^1.2.0",
		"react-dom": "^18.2.0",
		"react-intl": "^6.6.2"
	},
	"techstack": {
		"@repo/internal": {
			"design-tokens": [
				"color",
				"spacing"
			]
		}
	},
	"sideEffects": [
		"*.compiled.css"
	],
	"platform-feature-flags": {
		"should-render-to-parent-should-be-true-media-exif": {
			"type": "boolean"
		}
	}
}
