{
  "name": "@mantine/core",
  "description": "React components library focused on usability, accessibility and developer experience",
  "version": "6.0.22",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "author": "Vitaly Rtishchev <rtivital@gmail.com>",
  "sideEffects": false,
  "homepage": "https://mantine.dev/",
  "repository": {
    "url": "https://github.com/mantinedev/mantine.git",
    "type": "git",
    "directory": "src/mantine-core"
  },
  "keywords": [
    "react",
    "next",
    "nextjs",
    "ui",
    "components",
    "ui-kit",
    "library",
    "frontend",
    "design",
    "emotion"
  ],
  "peerDependencies": {
    "@mantine/hooks": "6.0.22",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "@mantine/utils": "6.0.22",
    "@mantine/styles": "6.0.22",
    "@radix-ui/react-scroll-area": "1.0.2",
    "react-textarea-autosize": "8.3.4",
    "react-remove-scroll": "^2.5.5",
    "@floating-ui/react": "^0.19.1"
  },
  "devDependencies": {}
}
