{
	"name": "@atlaskit/table",
	"version": "1.2.0",
	"description": "A table is used to display data.",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"homepage": "https://atlassian.design/components/table",
	"atlassian": {
		"react-compiler": {
			"enabled": true,
			"gating": {
				"source": "@atlaskit/react-compiler-gating",
				"importSpecifierName": "isReactCompilerActivePlatform"
			}
		},
		"team": "Design System Team",
		"website": {
			"name": "Table",
			"category": "Text and data display",
			"status": {
				"type": "intent-to-deprecate",
				"description": "This package was an experiment, and is currently deprioritized. It is not recommended for use in production, and we are not providing support for it at this time. Consider using [@atlaskit/dynamic-table](/components/dynamic-table) instead."
			}
		}
	},
	"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
	"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.tsx",
	"dependencies": {
		"@atlaskit/button": "^25.2.0",
		"@atlaskit/checkbox": "^19.1.0",
		"@atlaskit/css": "^1.0.0",
		"@atlaskit/ds-lib": "^8.0.0",
		"@atlaskit/icon": "^37.5.0",
		"@atlaskit/primitives": "^22.4.0",
		"@atlaskit/react-compiler-gating": "^0.2.0",
		"@atlaskit/tokens": "^16.8.0",
		"@atlaskit/tooltip": "^24.2.0",
		"@atlaskit/visually-hidden": "^4.3.0",
		"@babel/runtime": "^7.0.0",
		"@compiled/react": "^1.0.2",
		"tiny-invariant": "^1.2.0"
	},
	"peerDependencies": {
		"react": "^18.2.0 || ^19.0.0"
	},
	"devDependencies": {
		"@af/accessibility-testing": "workspace:^",
		"@af/integration-testing": "workspace:^",
		"@atlaskit/avatar": "^27.2.0",
		"@atlaskit/date": "^3.1.0",
		"@atlaskit/docs": "^12.2.0",
		"@atlaskit/dynamic-table": "^19.2.0",
		"@atlaskit/lozenge": "^15.3.0",
		"@atlaskit/section-message": "^10.1.0",
		"@atlassian/ssr-tests": "workspace:^",
		"@testing-library/react": "^16.3.0",
		"raw-loader": "^0.5.1",
		"react": "^19.0.0",
		"react-dom": "^19.0.0"
	}
}
