tippy.vue
Version:
Nesting-free Vue components for Tippy.js - a drop-in addition with no structural or css changes required
80 lines (79 loc) • 2.22 kB
JSON
{
"name": "tippy.vue",
"version": "3.2.1",
"license": "BSD-2-Clause",
"description": "Nesting-free Vue components for Tippy.js - a drop-in addition with no structural or css changes required",
"keywords": [
"tooltip",
"popover",
"tippy",
"tippy.js",
"vue"
],
"homepage": "https://thecodewarrior.github.io/Tippy.vue",
"author": {
"name": "Pierce Corcoran",
"email": "code@thecodewarrior.dev",
"url": "https://thecodewarrior.dev"
},
"repository": {
"type": "git",
"url": "https://github.com/thecodewarrior/Tippy.vue.git"
},
"files": [
"dist/",
"LICENSE",
"README.md",
"tippy+vue.min.svg",
"package/vetur/",
"package/jetbrains/"
],
"sideEffects": [
"*.vue"
],
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.umd.js",
"unpkg": "dist/index.umd.min.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "rollup --config",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"dependencies": {
"tippy.js": "^6.3.7"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.6",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli": "^5.0.0-rc.1",
"@vue/cli-plugin-babel": "^5.0.0-rc.1",
"@vue/cli-plugin-eslint": "^5.0.0-rc.1",
"@vue/cli-plugin-typescript": "^5.0.0-rc.1",
"@vue/cli-service": "^5.0.0-rc.1",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vuepress/plugin-register-components": "^2.0.0-beta.27",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0",
"patch-vue-directive-ssr": "^0.0.1",
"rollup": "^2.60.2",
"rollup-plugin-dts": "^4.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"typescript": "~4.7.4",
"vue-template-compiler": "^2.6.14",
"vuepress": "^2.0.0-beta.27",
"vuepress-plugin-attrs": "^0.0.0"
},
"vetur": {
"tags": "./package/vetur/tags.json",
"attributes": "./package/vetur/attributes.json"
},
"web-types": "./package/jetbrains/web-types.json"
}