{
	"name": "@atlaskit/editor-ssr-renderer",
	"version": "14.0.0",
	"description": "SSR Renderer based on Editor",
	"author": "Atlassian Pty Ltd",
	"atlassian": {
		"website": {
			"tags": [
				"platform-labs"
			]
		},
		"react-compiler": {
			"enabled": true,
			"gating": {
				"source": "@atlaskit/react-compiler-gating",
				"importSpecifierName": "isReactCompilerActivePlatform"
			}
		},
		"team": "Editor: Lego",
		"releaseModel": "continuous",
		"singleton": true
	},
	"repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"main": "dist/cjs/index.js",
	"module": "dist/esm/index.js",
	"module:es2019": "dist/es2019/index.js",
	"types": "dist/types/index.d.ts",
	"sideEffects": false,
	"atlaskit:src": "src/index.ts",
	"dependencies": {
		"@atlaskit/adf-schema": "^57.5.0",
		"@atlaskit/editor-prosemirror": "^9.0.0",
		"@atlaskit/platform-feature-flags": "^2.2.0",
		"@atlaskit/react-compiler-gating": "^0.2.0",
		"@babel/runtime": "^7.0.0"
	},
	"peerDependencies": {
		"@atlaskit/editor-common": "^123.0.0",
		"react": "^18.2.0 || ^19.2.0",
		"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
	},
	"devDependencies": {
		"@atlassian/structured-docs-types": "workspace:^",
		"@atlassian/workbench": "workspace:*",
		"react": "^19.2.0",
		"react-intl": "^7.0.0"
	}
}
