@todovue/tv-button
Version:
A customizable button component for TODOvue, supporting multiple variants, sizes, and icon modes.
62 lines (61 loc) • 1.35 kB
JSON
{
"name": "@todovue/tv-button",
"private": false,
"author": "Cristhian Daza",
"description": "A customizable button component for TODOvue, supporting multiple variants, sizes, and icon modes.",
"license": "MIT",
"version": "1.1.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/TODOvue/tv-button.git"
},
"bugs": {
"url": "https://github.com/TODOvue/tv-button/issues"
},
"keywords": [
"todovue",
"front-end",
"web",
"vue",
"vuejs",
"vue-js",
"button",
"component",
"vue-component",
"custom-button"
],
"exports": {
".": {
"import": "./dist/tv-button.es.js",
"require": "./dist/tv-button.cjs.js"
}
},
"main": "dist/tv-button.cjs.js",
"module": "dist/tv-button.es.js",
"types": "dist/tv-button.d.ts",
"files": [
"dist",
"LICENSE",
"README.md"
],
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build:demo": "cp README.md public/ && VITE_BUILD_TARGET=demo vite build"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@todovue/tv-demo": "^1.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"sass": "^1.0.0",
"vite": "^6.0.0",
"vite-plugin-css-injected-by-js": "^3.0.0",
"vite-plugin-dts": "^4.0.0"
}
}