vue3-tabor
Version:
Vue 3 routing tabs with keepAlive support, browser-like tab navigation for Vue applications
70 lines (69 loc) • 1.64 kB
JSON
{
"name": "vue3-tabor",
"version": "0.2.2",
"description": "Vue 3 routing tabs with keepAlive support, browser-like tab navigation for Vue applications",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "vite build",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"prepublishOnly": "npm run test && npm run build"
},
"keywords": [
"vue3",
"router",
"tabs",
"tab-router",
"vue-tabs",
"vue-plugin",
"tabs-management",
"vue3-tabs",
"vue-router-tabs",
"keep-alive",
"dynamic-tabs",
"multiple-tabs",
"browser-tabs",
"admin-tabs",
"navigation-tabs",
"tab-component"
],
"author": "Daylen Jeez",
"license": "MIT",
"private": false,
"type": "module",
"peerDependencies": {
"vue": "^3.0.0",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vitest/coverage-istanbul": "^0.34.6",
"@vue/test-utils": "^2.4.6",
"jsdom": "^26.0.0",
"less": "^4.2.2",
"postcss": "^8.4.0",
"typescript": "^5.0.0",
"vite": "^5.2.10",
"vite-plugin-dts": "^3.8.0",
"vitest": "^0.34.0",
"vue": "^3.0.0",
"vue-router": "^4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/daylenjeez/vue3-tabor"
},
"homepage": "https://github.com/daylenjeez/vue3-tabor#readme",
"bugs": {
"url": "https://github.com/daylenjeez/vue3-tabor/issues"
}
}