UNPKG

@mantine/spotlight

Version:

Command center components for react and Mantine

60 lines (59 loc) 1.39 kB
{ "name": "@mantine/spotlight", "version": "8.2.7", "description": "Command center components for react and Mantine", "homepage": "https://mantine.dev", "license": "MIT", "author": "Vitaly Rtishchev <rtivital@gmail.com>", "keywords": [ "command-center", "components", "frontend", "library", "next", "nextjs", "react", "search", "ui", "ui-kit" ], "sideEffects": false, "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/spotlight" }, "peerDependencies": { "@mantine/core": "8.2.7", "@mantine/hooks": "8.2.7", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" }, "dependencies": { "@mantine/store": "8.2.7" }, "devDependencies": { "@mantine-tests/core": "workspace:*", "@mantine/core": "workspace:*", "@mantine/hooks": "workspace:*", "react": "19.0.0", "react-dom": "19.0.0" } }