vue-lib-components
Version:
Contains Vue 3 components that are used quite often. At the moment it is a test version (however, the current components can be used), but in the near future new features will be improved and new components will be added.
58 lines (57 loc) • 1.19 kB
JSON
{
"name": "vue-lib-components",
"version": "0.0.5",
"main": "./dist/vue-lib-components.umd.js",
"module": "./dist/vue-lib-components.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/vue-lib-components.es.js",
"require": "./dist/vue-lib-components.es.js",
"types": "./dist/index.d.ts"
},
"./vue-lib-components.css": "./dist/vue-lib-components.css"
},
"type": "module",
"files": [
"dist"
],
"author": "Andy Riga",
"keywords": [
"vue",
"vue3",
"component",
"library",
"vue-accordion",
"accordion",
"vue-button",
"button",
"vue-checkbox",
"checkbox",
"vue-input",
"input",
"vue-skeleton",
"skeleton",
"vue-select",
"select",
"vue-tabs",
"tabs"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/node": "^22.10.1",
"sass": "^1.81.0",
"vite-plugin-dts": "^4.3.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "~5.6.2",
"vite": "^6.0.1",
"vue-tsc": "^2.1.10"
}
}