UNPKG

vue-trip

Version:

Vue Trip is a lightweight and customizable plug-in that allows an easy and efficient way to guide your users in your application

57 lines (56 loc) 1.37 kB
{ "name": "vue-trip", "version": "0.1.14", "description": "Vue Trip is a lightweight and customizable plug-in that allows an easy and efficient way to guide your users in your application", "author": "Bruno Santos <bruno.dos1997@gmail.com>", "license": "MIT", "main": "dist/vue-trip.common.js", "module": "dist/vue-trip.umd.js", "repository": { "type": "git", "url": "https://github.com/brsHunterX/vue-trip.git" }, "keywords": [ "vue", "trip", "travel", "tour", "guide", "journey", "tutorial" ], "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build --target lib src/main.js", "lint": "vue-cli-service lint" }, "dependencies": { "lodash": "^4.17.11", "popper.js": "^1.14.4", "vue": "^2.5.17", "vue-ripple-directive": "^2.0.1" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.4", "@vue/cli-plugin-eslint": "^3.0.4", "@vue/cli-service": "^3.0.4", "@vue/eslint-config-airbnb": "^3.0.4", "lint-staged": "^7.2.2", "node-sass": "^4.9.0", "sass-loader": "^7.0.1", "vue-template-compiler": "^2.5.17" }, "gitHooks": { "pre-commit": "lint-staged" }, "lint-staged": { "*.js": [ "vue-cli-service lint", "git add" ], "*.vue": [ "vue-cli-service lint", "git add" ] } }