{
  "name": "@coveord/plasma-mantine",
  "version": "55.8.0",
  "description": "A Plasma flavoured Mantine theme",
  "keywords": [
    "plasma",
    "mantine",
    "components",
    "coveo"
  ],
  "bugs": {
    "url": "https://github.com/coveo/plasma/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coveo/plasma.git",
    "directory": "packages/mantine"
  },
  "license": "Apache-2.0",
  "author": "Coveo",
  "exports": {
    ".": {
      "require": "./dist/cjs/index.js",
      "import": "./dist/esm/index.js"
    }
  },
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "dependencies": {
    "@dnd-kit/core": "6.3.1",
    "@dnd-kit/modifiers": "9.0.0",
    "@dnd-kit/sortable": "10.0.0",
    "@dnd-kit/utilities": "3.2.2",
    "@mantine/utils": "6.0.22",
    "@monaco-editor/react": "4.7.0",
    "@swc/helpers": "0.5.15",
    "@tanstack/react-table": "8.21.2",
    "@tanstack/table-core": "8.21.2",
    "clsx": "2.1.1",
    "dayjs": "1.11.13",
    "fast-deep-equal": "3.1.3",
    "lodash.debounce": "4.0.8",
    "lodash.defaultsdeep": "4.6.1",
    "monaco-editor": "0.52.2",
    "@coveord/plasma-react-icons": "55.8.0",
    "@coveord/plasma-tokens": "55.8.0"
  },
  "devDependencies": {
    "@mantine/carousel": "7.17.3",
    "@mantine/code-highlight": "7.17.3",
    "@mantine/core": "7.17.3",
    "@mantine/dates": "7.17.3",
    "@mantine/form": "7.17.3",
    "@mantine/hooks": "7.17.3",
    "@mantine/modals": "7.17.3",
    "@mantine/notifications": "7.17.3",
    "@swc/cli": "0.6.0",
    "@swc/core": "1.11.16",
    "@testing-library/dom": "10.4.0",
    "@testing-library/jest-dom": "6.6.3",
    "@testing-library/react": "16.2.0",
    "@testing-library/user-event": "14.6.1",
    "@types/lodash.debounce": "4.0.9",
    "@types/lodash.defaultsdeep": "4.6.9",
    "@types/react": "18.3.20",
    "@types/react-dom": "18.3.5",
    "cross-env": "7.0.3",
    "embla-carousel-react": "7.1.0",
    "identity-obj-proxy": "3.0.0",
    "jsdom": "26.0.0",
    "postcss": "8.5.3",
    "postcss-preset-mantine": "^1.11.0",
    "postcss-simple-vars": "^7.0.1",
    "publint": "0.3.9",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "rimraf": "6.0.1",
    "sass": "1.86.1",
    "tslib": "2.8.1",
    "typescript": "5.8.2",
    "vitest": "3.1.1"
  },
  "peerDependencies": {
    "@mantine/carousel": "^7.6.1",
    "@mantine/code-highlight": "^7.6.1",
    "@mantine/core": "^7.6.1",
    "@mantine/dates": "^7.6.1",
    "@mantine/form": "^7.6.1",
    "@mantine/hooks": "^7.6.1",
    "@mantine/modals": "^7.6.1",
    "@mantine/notifications": "^7.6.1",
    "embla-carousel-react": "^7.0.4",
    "react": ">= 18.0.0",
    "react-dom": ">= 18.0.0"
  },
  "peerDependenciesMeta": {
    "@mantine/carousel": {
      "optional": true
    },
    "@mantine/code-highlight": {
      "optional": true
    },
    "@mantine/dates": {
      "optional": true
    },
    "@mantine/form": {
      "optional": true
    },
    "@mantine/modals": {
      "optional": true
    },
    "@mantine/notifications": {
      "optional": true
    },
    "embla-carousel-react": {
      "optional": true
    }
  },
  "scripts": {
    "build": "node ../../scripts/build",
    "clean": "rimraf dist",
    "lintfix": "../../node_modules/.bin/prettier --write \"**/*.{scss,ts,tsx,js,jsx,json,md,yml,html}\" && ../../node_modules/.bin/eslint \"**/*.{ts,tsx}\" --fix",
    "start": "node ../../scripts/start",
    "test": "cross-env TZ=UTC vitest run",
    "test:watch": "cross-env TZ=UTC vitest"
  }
}