dsm-button
Version:
dsm-button is a customizable, reusable button component built with Mantine, featuring skeleton loading, tooltip support, and icon integration. It offers a smooth user experience with TypeScript support for easy integration in React applications.
53 lines • 1.4 kB
JSON
{
"name": "dsm-button",
"version": "1.0.4",
"description": "dsm-button is a customizable, reusable button component built with Mantine, featuring skeleton loading, tooltip support, and icon integration. It offers a smooth user experience with TypeScript support for easy integration in React applications.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup"
},
"author": "Umesh Thpapa",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/umeshthapa121/packages.git"
},
"bugs": {
"url": "https://github.com/umeshthapa121/packages/issues"
},
"homepage": "https://github.com/umeshthapa121/packages/tree/main/button",
"keywords": [
"inspiringlab",
"button",
"UI",
"component",
"react",
"typescript",
"mantine",
"ewumesh"
],
"files": [
"dist",
"README.md",
"LICENSE"
],
"readmeFilename": "README.md",
"engines": {
"node": ">=14"
},
"peerDependencies": {
"@types/css-modules": "^1.0.5",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"react": "^16.8 || ^17 || ^18",
"react-dom": "^16.8 || ^17 || ^18",
"tsup": "^8.3.5",
"typescript": "^5.7.3"
},
"dependencies": {
"@mantine/core": "^7.16.1",
"@tabler/icons-react": "^3.28.1"
}
}