80 lines
1.9 KiB
JSON
80 lines
1.9 KiB
JSON
|
|
{
|
||
|
|
"name": "floating-vue",
|
||
|
|
"version": "5.2.2",
|
||
|
|
"description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui",
|
||
|
|
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
|
||
|
|
"main": "dist/floating-vue.umd.js",
|
||
|
|
"module": "dist/floating-vue.mjs",
|
||
|
|
"types": "dist/index.d.ts",
|
||
|
|
"exports": {
|
||
|
|
".": {
|
||
|
|
"require": "./dist/floating-vue.umd.js",
|
||
|
|
"import": "./dist/floating-vue.mjs",
|
||
|
|
"types": "./dist/index.d.ts"
|
||
|
|
},
|
||
|
|
"./nuxt": "./nuxt.mjs",
|
||
|
|
"./style.css": "./dist/style.css",
|
||
|
|
"./dist/style.css": "./dist/style.css"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"dist",
|
||
|
|
"*.mjs"
|
||
|
|
],
|
||
|
|
"dependencies": {
|
||
|
|
"@floating-ui/dom": "~1.1.1",
|
||
|
|
"vue-resize": "^2.0.0-alpha.1"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"vue": "^3.2.0",
|
||
|
|
"@nuxt/kit": "^3.2.0"
|
||
|
|
},
|
||
|
|
"peerDependenciesMeta": {
|
||
|
|
"@nuxt/kit": {
|
||
|
|
"optional": true
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@babel/core": "^7.22.5",
|
||
|
|
"@babel/preset-env": "^7.22.5",
|
||
|
|
"@nuxt/kit": "^3.6.1",
|
||
|
|
"@peeky/test": "^0.14.1",
|
||
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
||
|
|
"@vue/test-utils": "^1.3.6",
|
||
|
|
"babel-jest": "^29.5.0",
|
||
|
|
"cross-env": "^7.0.3",
|
||
|
|
"fs-extra": "^11.1.1",
|
||
|
|
"vite": "^4.3.9",
|
||
|
|
"vue": "^3.3.4",
|
||
|
|
"vue-tsc": "^1.6.5",
|
||
|
|
"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"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"dev": "cross-env NODE_ENV=development vite build --watch",
|
||
|
|
"build": "cross-env NODE_ENV=production vite build && vue-tsc -d --emitDeclarationOnly",
|
||
|
|
"test": "pnpm run test:unit",
|
||
|
|
"test:unit": "peeky run"
|
||
|
|
}
|
||
|
|
}
|