@vueuse/router
Version:
Utilities for vue-router
53 lines • 1.25 kB
JSON
{
"name": "@vueuse/router",
"type": "module",
"version": "13.7.0",
"description": "Utilities for vue-router",
"author": "Anthony Fu <https://github.com/antfu>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/vueuse/vueuse/tree/main/packages/router#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vueuse/vueuse.git",
"directory": "packages/router"
},
"bugs": {
"url": "https://github.com/vueuse/vueuse/issues"
},
"keywords": [
"vue",
"vue-use",
"vue-router",
"utils"
],
"sideEffects": false,
"exports": {
".": "./index.mjs",
"./*": "./*"
},
"main": "./index.mjs",
"module": "./index.mjs",
"unpkg": "./index.iife.min.js",
"jsdelivr": "./index.iife.min.js",
"types": "./index.d.mts",
"files": [
"*.d.mts",
"*.js",
"*.mjs"
],
"peerDependencies": {
"vue": "^3.5.0",
"vue-router": "^4.0.0"
},
"dependencies": {
"@vueuse/shared": "13.7.0"
},
"devDependencies": {
"vue-router": "^4.5.1"
},
"scripts": {
"build": "rollup --config=rollup.config.ts --configPlugin=rollup-plugin-esbuild",
"test:attw": "attw --pack --config-path ../../.attw.json ."
}
}