UNPKG

nfsfu234-tour-guide

Version:

A plug-and-play React component for creating customizable onboarding tours with tooltips, modals, and smooth user guidance. Built with Tailwind CSS and supports dark mode, Framer Motion animations, and full control over step logic.

83 lines (82 loc) 2.38 kB
{ "name": "nfsfu234-tour-guide", "version": "1.1.0", "description": "A plug-and-play React component for creating customizable onboarding tours with tooltips, modals, and smooth user guidance. Built with Tailwind CSS and supports dark mode, Framer Motion animations, and full control over step logic.", "type": "module", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs", "default": "./dist/index.mjs" }, "./tailwind.css": "./dist/tailwind.css" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build:js": "tsup src/index.tsx --format esm,cjs --dts --clean", "build:css": "cpy \"src/tailwind.css\" dist/tailwind.css", "build": "npm run build:js && npm run build:css", "prepare": "npm run build", "prepublishOnly": "npm run build", "test": "echo \"No tests yet, skipping...\" && exit 0", "lint": "eslint 'src/**/*.{ts,tsx}' --fix", "release": "standard-version" }, "keywords": [ "react", "tour", "tour-guide", "onboarding", "walkthrough", "tutorial", "tooltip", "product-tour", "user-guide", "nfsfu234", "react-tour", "step-by-step", "interactive-guide" ], "author": { "name": "NFORSHIFU234 Dev", "email": "info@nforshifu234dev.com", "url": "https://github.com/nforshifu234dev" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/nforshifu234dev/nfsfu234-tour-guide.git" }, "bugs": { "url": "https://github.com/nforshifu234dev/nfsfu234-tour-guide/issues" }, "homepage": "https://tour-guide.nforshifu234dev.com", "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "devDependencies": { "@types/node": "^22.15.18", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.1", "cpy-cli": "^7.0.0", "standard-version": "^9.5.0", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "release": { "commitUrlFormat": "https://github.com/nforshifu234dev/nfsfu234-tour-guide/commit/{{hash}}", "issueUrlFormat": "https://github.com/nforshifu234dev/nfsfu234-tour-guide/issues/{{id}}" }, "engines": { "node": ">=16.0.0" } }