@legato-pwa/button
Version:
a button built with touch devices in mind, works flawlessly across the platform
30 lines (29 loc) • 624 B
JSON
{
"name": "@legato-pwa/button",
"version": "0.0.19",
"description": "a button built with touch devices in mind, works flawlessly across the platform",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"pwa",
"button",
"touch-friendly"
],
"author": "john.nguyen@legato.co",
"license": "ISC",
"peerDependencies": {
"@mui/material": "4.x",
"antd": "5.x",
"clsx": "1.x",
"nefful": "0.x"
},
"engines": {
"node": "<=15"
},
"engineStrict": true,
"dependencies": {
"@magento/pwa-buildpack": "<=10.x"
}
}