@reactour/mask
Version:
<p align="center"> <img alt="Reactour" title="Reactour" src="https://raw.githubusercontent.com/elrumordelaluz/reactour/main/packages/mask/logo.svg" width="400"> </p> <p align="center"> An SVG mask that cover all the window contents except the one spec
50 lines (49 loc) • 1.2 kB
JSON
{
"name": "@reactour/mask",
"version": "1.1.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"sideEffects": false,
"license": "MIT",
"devDependencies": {
"@reactour/tsconfig": "*",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"config": "3.3.9",
"react": "^18.2.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4"
},
"dependencies": {
"@reactour/utils": "*"
},
"peerDependencies": {
"react": "16.x || 17.x || 18.x"
},
"scripts": {
"build": "tsup index.tsx --format esm,cjs --dts --external react",
"dev": "tsup index.tsx --format esm,cjs --watch --dts --external react",
"lint": "TIMING=1 eslint **/*.ts* --fix",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist/**"
],
"keywords": [
"react",
"mask",
"svg",
"highlighted area",
"focus"
],
"repository": {
"type": "git",
"url": "https://github.com/elrumordelaluz/reactour.git",
"directory": "packages/mask"
},
"homepage": "https://github.com/elrumordelaluz/reactour/tree/main/packages/mask"
}