@shakibdshy/react-button-pro
Version:
A flexible and feature-rich button component for React
82 lines (81 loc) • 1.94 kB
JSON
{
"name": "@shakibdshy/react-button-pro",
"version": "1.0.7",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shakibdshy/react-button-pro.git"
},
"bugs": {
"url": "https://github.com/shakibdshy/react-button-pro/issues"
},
"homepage": "https://github.com/shakibdshy/react-button-pro#readme",
"description": "A flexible and feature-rich button component for React",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"clean": "rimraf dist",
"build": "tsup",
"prepare": "npm run build",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"@types/react": ">=18.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"tailwindcss": ">=3.0.0",
"@shakibdshy/tailwind-theme": ">=1.0.0",
"class-variance-authority": "^0.7.1",
"tailwind-merge": "^2.6.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"tailwindcss": {
"optional": true
}
},
"devDependencies": {
"@types/react": "^19.0.2",
"tsup": "^8.0.1",
"typescript": "^5.7.2",
"postcss": "^8.4.33",
"autoprefixer": "^10.4.17",
"@types/node": "^20.11.5",
"esbuild": "^0.19.11",
"@swc/core": "^1.3.107"
},
"keywords": [
"react",
"button",
"react-button-pro",
"react-advanced-button",
"react-animated-button",
"typescript",
"tailwindcss-button",
"react-button",
"react-component"
],
"author": "Md. Habibur Rahman",
"license": "MIT",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.js"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.6.2"
}
}