vue-bootstrap-tooltips
Version:
Vue 3 bootstrap 5.1 tooltip directive
45 lines (44 loc) • 1.19 kB
JSON
{
"name": "vue-bootstrap-tooltips",
"version": "1.0.3",
"description": "Vue 3 bootstrap 5.1 tooltip directive",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gormartsen/vue-bootstrap-tooltips.git"
},
"keywords": [
"vue",
"vue3",
"bootstrap",
"bootstrap5.1",
"tooltips"
],
"author": "Gormartsen",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gormartsen/vue-bootstrap-tooltips/issues"
},
"homepage": "https://github.com/Gormartsen/vue-bootstrap-tooltips#readme",
"dependencies": {
"@popperjs/core": "^2.11.6"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^9.0.0",
"prettier": "^2.5.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-external-globals": "^0.6.1",
"sass": "^1.53.0",
"vite": "^2.9.12"
}
}