react-custom-gradient-button
Version:
A fully flexible React-powered gradient button component
61 lines (60 loc) • 1.5 kB
JSON
{
"name": "react-custom-gradient-button",
"version": "1.1.7",
"description": "A fully flexible React-powered gradient button component",
"repository": {
"type": "git",
"url": "https://github.com/emre-cil/react-custom-gradient-button.git"
},
"author": {
"name": "Emre Cil",
"email": "info.emrecil@gmail.com",
"url": "http://emrecil.tech"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/emre-cil/react-custom-gradient-button/issues"
},
"homepage": "https://github.com/emre-cil/react-custom-gradient-button",
"keywords": [
"react",
"reactjs",
"react-component",
"button",
"gradient",
"gradient-button",
"custom-gradient-button",
"customizable"
],
"files": [
"dist",
"README.md"
],
"main": "./dist/react-custom-gradient-button.umd.js",
"module": "./dist/react-custom-gradient-button.es.js",
"exports": {
".": {
"import": "./dist/react-custom-gradient-button.es.js",
"require": "./dist/react-custom-gradient-button.umd.js"
}
},
"scripts": {
"dev": "vite --open",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {},
"devDependencies": {},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}