{
	"name": "@atlaskit/pragmatic-drag-and-drop",
	"version": "1.8.1",
	"description": "The core package for Pragmatic drag and drop - enabling fast drag and drop for any experience on any tech stack",
	"repository": "https://github.com/atlassian/pragmatic-drag-and-drop",
	"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"
			]
		}
	},
	"sideEffects": true,
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"atlaskit:src": "src/index.ts",
	"atlassian": {
		"team": "Design System Team",
		"website": {
			"name": "Core",
			"category": "Libraries"
		},
		"integrationTests": {
			"additionalBrowsers": [
				"desktop-firefox",
				"desktop-webkit"
			]
		}
	},
	"dependencies": {
		"@babel/runtime": "^7.0.0",
		"bind-event-listener": "^3.0.0",
		"raf-schd": "^4.0.3"
	},
	"devDependencies": {
		"@af/integration-testing": "workspace:^",
		"@atlaskit/link": "^3.4.0",
		"@atlassian/a11y-jest-testing": "^0.11.0",
		"@atlassian/a11y-playwright-testing": "^0.9.0",
		"@emotion/react": "^11.7.1",
		"@testing-library/dom": "^10.1.0",
		"@testing-library/react": "^16.3.0",
		"@types/raf-schd": "^4.0.1",
		"globby": "^6.1.0",
		"react": "^18.2.0",
		"react-dom": "^18.2.0",
		"tiny-invariant": "^1.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",
			"ui-components": "lite-mode",
			"analytics": "analytics-next",
			"design-tokens": [
				"color"
			],
			"deprecation": "no-deprecated-imports",
			"styling": [
				"emotion",
				"static"
			]
		}
	},
	"homepage": "https://atlassian.design/components/pragmatic-drag-and-drop/"
}
