UNPKG

@reactour/tour

Version:

<p align="center"> <a href="reactour.js.org"> <img alt="Reactour" title="Reactour" src="https://raw.githubusercontent.com/elrumordelaluz/reactour/main/logo.svg" width="250"></a> </p> <p align="center" style="margin-top: 40px;margin-bottom: 40px;"> <st

59 lines (58 loc) 1.4 kB
{ "name": "@reactour/tour", "version": "3.8.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "sideEffects": false, "license": "MIT", "devDependencies": { "@reactour/config": "*", "@reactour/tsconfig": "*", "@types/react": "^19.1.3", "@types/react-dom": "^19.1.3", "react": "^19.1.0", "tsup": "^8.4.0", "typescript": "^5.8.3" }, "dependencies": { "@reactour/mask": "*", "@reactour/popover": "*", "@reactour/utils": "*" }, "peerDependencies": { "react": "16.x || 17.x || 18.x || 19.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", "tour", "intro", "guide", "introduction", "step-by-step", "guide", "walkthrough", "joyride", "tourist-guide", "product-intro", "presentation" ], "repository": { "type": "git", "url": "https://github.com/elrumordelaluz/reactour.git", "directory": "packages/tour" }, "homepage": "https://github.com/elrumordelaluz/reactour/tree/main/packages/tour" }