UNPKG

@globalhive/vuejs-tour

Version:

VueJS Tour is a lightweight, simple and customizable tour plugin. It provides a quick and easy way to guide your users through your application.

100 lines (99 loc) 2.8 kB
{ "name": "@globalhive/vuejs-tour", "version": "2.6.2", "description": "VueJS Tour is a lightweight, simple and customizable tour plugin. It provides a quick and easy way to guide your users through your application.", "author": "Global Hive <support@globalhive.de>", "license": "MIT", "type": "module", "main": "dist/vuejs-tour.umd.cjs", "module": "dist/vuejs-tour.js", "types": "dist/vuejs-tour.d.ts", "keywords": [ "vue", "vuejs", "vue.js", "vuejs-tour", "tour", "vuetour", "vue-tour", "vue3-tour", "vue3tour", "tour" ], "homepage": "https://globalhive.github.io/vuejs-tour/", "repository": { "type": "git", "url": "https://github.com/globalhive/vuejs-tour.git" }, "bugs": { "url": "https://github.com/globalhive/vuejs-tour/issues" }, "exports": { ".": { "import": "./dist/vuejs-tour.js", "require": "./dist/vuejs-tour.umd.cjs" }, "./dist/style.css": { "import": "./dist/style.css", "require": "./dist/style.css" }, "./src/style/style.scss": { "import": "./src/style/style.scss", "require": "./src/style/style.scss" } }, "files": [ "dist", "src/style" ], "scripts": { "dev": "vite", "preview": "vite preview", "build": "npm run build-only && npm run build::sass && npm pack", "build-only": "vite build", "type-check": "vue-tsc --build --force", "build::sass": "sass src/style/style.scss dist/style.css", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:preview": "vitepress preview docs", "test": "vitest", "test:ui": "vitest --ui", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest --watch", "lint": "vue-tsc --noEmit", "clean": "rm -rf dist node_modules/.vite", "format": "prettier --write \"**/*.{js,ts,vue}\" --ignore-path .gitignore" }, "dependencies": { "jump.js": "^1.0.2", "nanopop": "^2.4.2" }, "peerDependencies": { "vue": "^3.5.22" }, "devDependencies": { "@testing-library/jest-dom": "^6.9.1", "@testing-library/user-event": "^14.6.1", "@testing-library/vue": "^8.1.0", "@tsconfig/node20": "^20.1.8", "@types/jump.js": "^1.0.6", "@types/node": "^25.0.3", "@vitejs/plugin-vue": "^6.0.3", "@vitest/coverage-v8": "^4.0.16", "@vitest/ui": "^4.0.16", "@vue/eslint-config-prettier": "^10.2.0", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.8.1", "happy-dom": "^20.0.11", "jsdom": "^27.4.0", "prettier": "^3.7.4", "sass": "^1.97.1", "typescript": "~5.9.3", "vite": "^7.3.0", "vite-plugin-dts": "^4.5.4", "vitepress": "^1.6.4", "vitest": "^4.0.16", "vue-tsc": "^3.2.1" } }