@fastkit/vue-page
Version:
Middleware for more convenient control of routing in Vue applications.
78 lines • 1.95 kB
JSON
{
"name": "@fastkit/vue-page",
"version": "0.18.3",
"description": "Middleware for more convenient control of routing in Vue applications.",
"keywords": [
"fastkit",
"vue",
"router",
"page"
],
"homepage": "https://github.com/dadajam4/fastkit/tree/dev/packages/vue-page#readme",
"bugs": {
"url": "https://github.com/dadajam4/fastkit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dadajam4/fastkit.git"
},
"license": "MIT",
"author": "dadajam4",
"type": "module",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/vue-page.d.mts",
"import": {
"default": "./dist/vue-page.mjs"
}
},
"./*": "./dist/*"
},
"main": "./dist/vue-page.mjs",
"types": "./dist/vue-page.d.mts",
"typesVersions": {
"*": {
".": [
"./dist/vue-page.d.mts"
]
}
},
"files": [
"dist"
],
"dependencies": {
"@fastkit/cookies": "^0.17.0",
"@fastkit/ev": "^0.15.2",
"@fastkit/helpers": "^0.16.2",
"@fastkit/tiny-logger": "^0.16.2",
"@fastkit/vue-utils": "^0.18.3"
},
"devDependencies": {
"vue": "^3.5.40",
"vue-router": "^5.2.0"
},
"peerDependencies": {
"vue": "^3.5.0",
"vue-router": "^4.4.0 || ^5.0.0"
},
"_docs": {
"scope": "vue",
"feature": "",
"description": {
"en": "Middleware for more convenient control of routing in Vue applications.",
"ja": "Vueアプリケーションのルーティングをより便利にコントロールするためのミドルウェア。"
}
},
"scripts": {
"build": "plugboy build",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"eslint": "eslint .",
"eslint:fix": "eslint . --fix",
"format": "pnpm run eslint:fix",
"lint": "pnpm run eslint",
"stub": "plugboy stub",
"test": "vitest run",
"typecheck": "tsc --noEmit"
}
}