UNPKG

vue-smart-ui

Version:

A collection of Vue 3 smart and highly customizable UI components for modern web applications

68 lines (67 loc) 1.51 kB
{ "name": "vue-smart-ui", "version": "0.5.5", "private": false, "publishConfig": { "access": "public" }, "description": "A collection of Vue 3 smart and highly customizable UI components for modern web applications", "author": "Edgar Imai", "homepage": "https://vuesmartui.edgarimai.com", "engines": { "node": ">=20.12.2" }, "repository": { "type": "git", "url": "git+https://github.com/edgarimai/vue-smart-ui.git" }, "keywords": [ "vue", "vue3", "components", "ui", "frontend", "web-components", "smart-ui", "vue-components", "ui-library", "vue-ui", "customizable", "modern" ], "license": "MIT", "type": "module", "main": "./dist/vue-smart-ui.umd.js", "module": "./dist/vue-smart-ui.es.js", "exports": { ".": { "import": "./dist/vue-smart-ui.es.js", "require": "./dist/vue-smart-ui.umd.js" }, "./style.css": "./dist/vue-smart-ui.css" }, "files": [ "dist" ], "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint . --fix", "format": "prettier --write src/" }, "peerDependencies": { "vue": "^3.5.13" }, "devDependencies": { "@eslint/js": "^9.18.0", "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-prettier": "^10.1.0", "eslint": "^9.18.0", "eslint-plugin-vue": "^9.32.0", "prettier": "^3.4.2", "sass-embedded": "^1.83.4", "vite": "^6.0.11", "vue": "^3.5.13" } }