@todovue/tv-button
Version:
A customizable button component for TODOvue, supporting multiple variants, sizes, and icon modes.
70 lines (69 loc) • 1.52 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.2.2",
"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"
},
"./style.css": "./dist/tv-button.css",
"./nuxt": "./nuxt.js"
},
"main": "dist/tv-button.cjs.js",
"module": "dist/tv-button.es.js",
"types": "dist/tv-button.d.ts",
"style": "dist/tv-button.css",
"sideEffects": [
"*.css",
"*.scss",
"dist/*.css"
],
"files": [
"dist",
"LICENSE",
"README.md",
"nuxt.js"
],
"engines": {
"node": ">=20.19.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build:demo": "cp README.md public/ && cp CHANGELOG.md public/ && VITE_BUILD_TARGET=demo vite build"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@todovue/tv-demo": "^1.2.0",
"@vitejs/plugin-vue": "^6.0.0",
"sass": "^1.0.0",
"vite": "^7.0.0",
"vite-plugin-dts": "^4.0.0"
}
}