@ivanjk/base-component
Version:
A modular Vue.js component for building UI Components
31 lines (30 loc) • 666 B
JSON
{
"name": "@ivanjk/base-component",
"version": "0.0.26",
"private": false,
"type": "module",
"description": "A modular Vue.js component for building UI Components",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tabler/icons-vue": "^2.44.0",
"@vuepic/vue-datepicker": "^7.4.0",
"vee-validate": "^4.13.2",
"vue": "^3.3.10",
"yup": "^1.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.1",
"sass": "^1.69.5",
"vite": "^5.0.5"
},
"main": "vite.config.js",
"keywords": [
"base-component"
],
"author": "ivanjk",
"license": "ISC"
}