UNPKG

mantine-contextmenu

Version:

Craft your applications for productivity and meet your users’ expectations by enhancing your Mantine-based UIs with a desktop-grade, lightweight yet fully-featured, dark-theme aware context-menu component, built by the creator of Mantine DataTable

116 lines (115 loc) 3.25 kB
{ "name": "mantine-contextmenu", "version": "8.2.0", "description": "Craft your applications for productivity and meet your users’ expectations by enhancing your Mantine-based UIs with a desktop-grade, lightweight yet fully-featured, dark-theme aware context-menu component, built by the creator of Mantine DataTable", "keywords": [ "ui", "mantine", "context", "menu", "context-menu", "context menu", "react", "react server components", "typescript", "javascript", "front-end", "frontend", "user interface", "ui", "user experience", "ux", "productivity", "usability", "component" ], "repository": "icflorescu/mantine-contextmenu", "homepage": "https://icflorescu.github.io/mantine-contextmenu/", "bugs": { "url": "https://github.com/icflorescu/mantine-contextmenu/issues" }, "license": "MIT", "author": { "name": "Ionut-Cristian Florescu", "email": "ionut.florescu@gmail.com", "url": "https://github.com/icflorescu" }, "funding": { "type": "github", "url": "https://github.com/sponsors/icflorescu" }, "files": [ "./dist", "./README.md", "./LICENSE" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./styles.css": "./dist/styles.css", "./styles.layer.css": "./dist/styles.layer.css" }, "sideEffects": [ "*.css" ], "scripts": { "dev": "next dev --turbo", "build:package": "rm -rf dist; tsup --config scripts/tsup.esm.ts; tsup --config scripts/tsup.cjs.ts; tsup --config scripts/tsup.dts.ts; postcss package/styles*.css -d dist -m", "build:docs": "next build", "build": "pnpm build:package && pnpm build:docs", "lint": "eslint . && tsc --noEmit --pretty", "format": "prettier --write ." }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@mantine/code-highlight": "^8.2.1", "@mantine/core": "^8.2.1", "@mantine/hooks": "^8.2.1", "@mantine/notifications": "^8.2.1", "@tabler/icons-react": "^3.34.1", "@types/lodash": "^4.17.20", "@types/node": "^24.1.0", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "clsx": "^2.1.1", "cssnano": "^7.1.0", "eslint": "^9.31.0", "eslint-config-next": "^15.4.3", "eslint-plugin-react-hooks": "^5.2.0", "lodash": "^4.17.21", "next": "^15.4.3", "postcss": "^8.5.6", "postcss-cli": "^11.0.1", "postcss-import": "^16.1.1", "postcss-preset-mantine": "^1.18.0", "postcss-simple-vars": "^7.0.1", "prettier": "^3.6.2", "react": "^19.1.0", "react-dom": "^19.1.0", "sharp": "^0.34.3", "shiki": "^3.8.1", "swr": "^2.3.4", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "peerDependencies": { "@mantine/core": ">=8.2", "@mantine/hooks": ">=8.2", "clsx": ">=2", "react": ">=19", "react-dom": ">=19" } }