v-proximity-prefetch
Version:
Vue plugin that prefetches routes when the mouse approaches links for faster navigation
58 lines (57 loc) • 1.19 kB
JSON
{
"name": "v-proximity-prefetch",
"version": "1.0.4",
"description": "Vue plugin that prefetches routes when the mouse approaches links for faster navigation",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"dev": "vite build --watch"
},
"keywords": [
"vue",
"vue3",
"router",
"prefetch",
"vite",
"plugin",
"performance",
"lazy-loading",
"ux",
"speed",
"optimization",
"navigation",
"preload",
"mouse-tracking",
"proximity",
"vue-router",
"typescript"
],
"author": "Aidalinfo",
"license": "MIT",
"peerDependencies": {
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
"vue": "^3.2.0",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"@vue/runtime-core": "^3.5.13",
"typescript": "^5.0.0",
"vite": "^6.2.0",
"vite-plugin-dts": "^3.0.0",
"vue": "^3.2.0"
}
}