react-custom-tours
Version:
A library with tips that you can attach to blocks on your sites so that users can more easily understand how to use your site
76 lines (75 loc) • 2.02 kB
JSON
{
"name": "react-custom-tours",
"description": "A library with tips that you can attach to blocks on your sites so that users can more easily understand how to use your site",
"keywords": [
"react-tours",
"react-custom-tours",
"tours",
"tips",
"tooltip",
"react"
],
"author": "kdubasov",
"private": false,
"version": "1.7.5",
"license": "ISC",
"homepage": "https://github.com/kdubasov/react-tours#readme",
"type": "module",
"main": "dist/main.js",
"types": "dist/main.d.ts",
"files": [
"dist",
"readme.md"
],
"repository": {
"type": "git",
"url": "https://github.com/kdubasov/react-tours"
},
"sideEffects": [
"**/*.css"
],
"scripts": {
"dev": "vite",
"build": "tsc --p ./tsconfig-build.json && vite build",
"lint": "eslint .",
"format:check": "prettier . --check",
"preview": "vite preview",
"e2e": "playwright test"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"dependencies": {
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@playwright/test": "^1.54.2",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^24.2.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-n": "^17.21.3",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-refresh": "^0.4.20",
"glob": "^11.0.3",
"globals": "^16.3.0",
"prettier": "^3.6.2",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.0",
"vite": "^7.1.0",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-lib-inject-css": "^2.2.2"
},
"publishConfig": {
"url": "https://www.npmjs.com/package/react-custom-tours"
},
"packageManager": "pnpm@9.6.0"
}