@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.
79 lines • 2.12 kB
JSON
{
"name": "@globalhive/vuejs-tour",
"version": "2.3.5",
"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",
"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::types": "vue-tsc --emitDeclarationOnly",
"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"
},
"dependencies": {
"jump.js": "^1.0.2",
"nanopop": "^2.4.2",
"vue": "^3.4.29"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/jump.js": "^1.0.6",
"@types/node": "^20.14.5",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/tsconfig": "^0.5.1",
"npm-run-all2": "^6.2.0",
"sass": "^1.77.6",
"typescript": "~5.4.0",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1",
"vitepress": "^1.2.3",
"vue-tsc": "^2.0.21"
}
}