{
	"name": "@atlaskit/editor-extension-dropbox",
	"version": "17.0.2",
	"description": "A an atlassian editor extension to add a native dropbox picker",
	"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": {
		"react-compiler": {
			"enabled": true,
			"gating": {
				"source": "@atlaskit/react-compiler-gating",
				"importSpecifierName": "isReactCompilerActivePlatform"
			}
		},
		"team": "Editor: Core Experiences",
		"website": {
			"tags": [
				"platform-labs"
			],
			"name": "Editor Core"
		}
	},
	"dependencies": {
		"@atlaskit/adf-utils": "^20.9.0",
		"@atlaskit/button": "^25.3.0",
		"@atlaskit/docs": "^12.2.0",
		"@atlaskit/heading": "^7.2.0",
		"@atlaskit/modal-dialog": "^16.6.0",
		"@atlaskit/platform-feature-experiments": "^0.3.0",
		"@atlaskit/platform-feature-flags": "^2.2.0",
		"@atlaskit/primitives": "^22.5.0",
		"@atlaskit/react-compiler-gating": "^0.2.0",
		"@atlaskit/section-message": "^10.2.0",
		"@atlaskit/tmp-editor-statsig": "^201.0.0",
		"@atlaskit/tokens": "^18.2.0",
		"@babel/runtime": "^7.0.0",
		"@compiled/react": "^1.0.2",
		"@emotion/react": "^11.7.1"
	},
	"peerDependencies": {
		"@atlaskit/editor-common": "^123.2.0",
		"react": "^18.2.0 || ^19.2.0",
		"react-dom": "^18.2.0 || ^19.2.0"
	},
	"devDependencies": {
		"@af/visual-regression": "workspace:^",
		"@atlassian/experiment-test-utils": "^0.2.0",
		"@atlassian/structured-docs-types": "workspace:^",
		"@atlassian/workbench": "workspace:*",
		"react": "^19.2.0",
		"react-dom": "^19.2.0"
	},
	"platform-feature-flags": {
		"platform_dst_modal-dialog-use-modal-title": {
			"type": "boolean",
			"referenceOnly": true
		}
	}
}
