@mantine/code-highlight
Version:
Code highlight with Mantine theme
65 lines (64 loc) • 1.47 kB
JSON
{
"name": "@mantine/code-highlight",
"version": "8.1.2",
"description": "Code highlight with Mantine theme",
"homepage": "https://mantine.dev/x/code-highlight/",
"license": "MIT",
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
"keywords": [
"code",
"components",
"frontend",
"highlight",
"library",
"next",
"nextjs",
"react",
"syntax",
"syntax-highlight",
"ui",
"ui-kit"
],
"sideEffects": [
"*.css"
],
"main": "./cjs/index.cjs",
"module": "./esm/index.mjs",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": {
"types": "./lib/index.d.mts",
"default": "./esm/index.mjs"
},
"require": {
"types": "./lib/index.d.ts",
"default": "./cjs/index.cjs"
}
},
"./styles.css": "./styles.css",
"./styles.layer.css": "./styles.layer.css"
},
"repository": {
"url": "https://github.com/mantinedev/mantine.git",
"type": "git",
"directory": "packages/@mantine/code-highlight"
},
"peerDependencies": {
"@mantine/core": "8.1.2",
"@mantine/hooks": "8.1.2",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"dependencies": {
"clsx": "^2.1.1",
"highlight.js": "^11.10.0"
},
"devDependencies": {
"@mantine-tests/core": "workspace:*",
"@mantine/core": "workspace:*",
"@mantine/hooks": "workspace:*",
"react": "19.0.0",
"react-dom": "19.0.0"
}
}