{
  "name": "@mantine/prism",
  "description": "Code highlight with Mantine theme",
  "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/others/prism/",
  "repository": {
    "url": "https://github.com/mantinedev/mantine.git",
    "type": "git",
    "directory": "src/mantine-prism"
  },
  "keywords": [
    "react",
    "next",
    "nextjs",
    "ui",
    "components",
    "ui-kit",
    "library",
    "frontend",
    "code",
    "highlight",
    "syntax",
    "syntax-highlight"
  ],
  "peerDependencies": {
    "@mantine/core": "6.0.22",
    "@mantine/hooks": "6.0.22",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "prism-react-renderer": "^1.2.1",
    "@mantine/utils": "6.0.22"
  },
  "devDependencies": {}
}
