meu-botao
Version:
Um botão customizável com Tailwind CSS
25 lines (24 loc) • 511 B
JSON
{
"name": "meu-botao",
"version": "1.0.0",
"description": "Um botão customizável com Tailwind CSS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"botão",
"component",
"UI",
"tailwindcss"
],
"author": "Seu Nome",
"license": "ISC",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"tailwindcss": "^2.2.19"
}
}