UNPKG

react-spotlight-tour-cct

Version:

A lightweight and customizable React component for creating guided tours in your web applications. Highlight elements and display step-by-step instructions to guide users through your app's features.

53 lines (52 loc) 1.16 kB
{ "name": "react-spotlight-tour-cct", "private": false, "version": "1.3.2", "type": "module", "main": "dist/react-spotlight-tour-cct.umd.js", "module": "dist/react-spotlight-tour-cct.es.js", "files": [ "dist", "src", "README.md" ], "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", "react-tour-guide-cct-new": "^0.0.8" }, "devDependencies": { "@eslint/js": "^9.17.0", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.14.0", "typescript": "~5.6.2", "typescript-eslint": "^8.18.2", "vite": "^6.0.5", "vite-plugin-css-injected-by-js": "^3.5.2" }, "author": "Harshil Patel", "keywords": [ "react", "tour", "tour-guide", "spotlight", "react-walkthrough", "tour-steps" ], "contributors": [ { "name": "Harshil Patel" } ] }