super-vue3-tabs
Version:
A vue3 tabs component for showing tabs and tab content.
55 lines (54 loc) • 1.32 kB
JSON
{
"name": "super-vue3-tabs",
"version": "1.2.5",
"type": "module",
"description": "A vue3 tabs component for showing tabs and tab content.",
"main": "./dist/super-vue3-tabs.umd.js",
"module": "./dist/super-vue3-tabs.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "vite --port 3000 --open",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"exports": {
".": {
"import": "./dist/super-vue3-tabs.js",
"require": "./dist/super-vue3-tabs.umd.js"
}
},
"files": [
"dist"
],
"keywords": [
"vue",
"vue3",
"tabs",
"vue3 tabs",
"tabs component",
"Vue tabs component",
"vue3 tabs component"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mdsaban/super-vue3-tabs.git"
},
"homepage": "https://mdsaban.com/packages/super-vue3-tabs-component/demo/",
"dependencies": {
"@vueuse/core": "^10.8.0",
"vue": "^3.4.19"
},
"devDependencies": {
"@types/node": "^20.11.20",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.17",
"less": "^4.2.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.1.4",
"vite-plugin-css-injected-by-js": "^3.5.0",
"vite-plugin-dts": "^3.7.3",
"vue-tsc": "^1.8.27"
}
}