floating-vue
Version:
Easy Vue tooltips, dropdowns, menus & popovers using floating-ui
71 lines (70 loc) • 2.04 kB
JSON
{
"name": "floating-vue",
"version": "2.0.0-beta.20",
"description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui",
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
"scripts": {
"dev": "cross-env NODE_ENV=development vite build --watch",
"build": "cross-env NODE_ENV=production vite build && tsc -d --emitDeclarationOnly && vue-typegen gen -s src -o dist",
"prepublishOnly": "yarn run lint && yarn run test && yarn run build",
"test": "yarn run test:unit",
"lint": "eslint . --ext .js,.vue",
"test:unit": "peeky run"
},
"main": "dist/floating-vue.umd.js",
"module": "dist/floating-vue.es.js",
"types": "dist/index.d.ts",
"dependencies": {
"@floating-ui/dom": "^0.1.10",
"vue-resize": "^2.0.0-alpha.1"
},
"peerDependencies": {
"vue": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@peeky/test": "^0.10.2",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vitejs/plugin-vue": "^2.0.1",
"@vue/eslint-config-standard": "^6.0.0",
"@vue/eslint-config-typescript": "^6.0.0",
"@vue/test-utils": "^1.1.2",
"babel-jest": "^26.6.3",
"cross-env": "^7.0.3",
"eslint": "^7.16.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-vue": "^7.4.0",
"fs-extra": "^9.0.1",
"typescript": "^4.5.4",
"vite": "^2.7.12",
"vue": "^3.2.0",
"vue-typegen": "^0.2.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"bugs": {
"url": "https://github.com/Akryum/floating-vue/issues"
},
"homepage": "https://floating-vue.starpad.dev/",
"keywords": [
"vue",
"popper",
"tooltip",
"popover",
"dropdown",
"menu"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Akryum/floating-vue.git",
"directory": "packages/floating-vue"
}
}