{
	"name": "@atlaskit/editor-plugin-placeholder-text",
	"version": "19.0.1",
	"description": "placeholder text plugin for @atlaskit/editor-core",
	"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",
	"sideEffects": [
		"*.compiled.css"
	],
	"atlaskit:src": "src/index.ts",
	"atlassian": {
		"team": "Editor: Core Experiences",
		"singleton": true,
		"integrationTests": {
			"additionalBrowsers": [
				"desktop-firefox",
				"desktop-webkit"
			]
		}
	},
	"dependencies": {
		"@atlaskit/adf-schema": "^57.4.0",
		"@atlaskit/editor-plugin-analytics": "^18.0.0",
		"@atlaskit/editor-plugin-type-ahead": "^19.0.0",
		"@atlaskit/editor-plugin-ui-control-registry": "^12.0.0",
		"@atlaskit/editor-prosemirror": "^8.0.0",
		"@atlaskit/icon": "^37.7.0",
		"@atlaskit/platform-feature-experiments": "^0.3.0",
		"@atlaskit/tokens": "^17.0.0",
		"@babel/runtime": "^7.0.0",
		"@emotion/react": "^11.7.1"
	},
	"peerDependencies": {
		"@atlaskit/editor-common": "^122.6.0",
		"react": "^18.2.0 || ^19.2.0",
		"react-dom": "^18.2.0 || ^19.2.0",
		"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
	},
	"devDependencies": {
		"@testing-library/react": "^16.3.0",
		"react": "^19.2.0",
		"react-dom": "^19.2.0",
		"react-intl": "^7.0.0",
		"wait-for-expect": "^1.2.0"
	},
	"platform-feature-flags": {
		"platform_editor_element_browser_analytic": {
			"type": "boolean"
		}
	}
}
