UNPKG

@pmwcs/button

Version:

PMWCS button component

48 lines (47 loc) 1 kB
{ "name": "@pmwcs/button", "version": "1.1.0", "description": "PMWCS button component", "keywords": [ "pmwcs", "preact", "material", "web", "components", "button" ], "homepage": "https://github.com/pmwcs/pmwcs#readme", "bugs": { "url": "https://github.com/pmwcs/pmwcs/issues" }, "repository": { "type": "git", "url": "git+https://github.com/pmwcs/pmwcs.git", "directory": "src/button" }, "license": "MIT", "author": "", "sideEffects": [ "./styles.js", "*.css" ], "main": "dist/index.js", "module": "next/index.js", "types": "index.d.ts", "scripts": { "publish:dist": "npm publish dist --access=public", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@material/button": "^7.0.0", "@pmwcs/base": "^1.1.0", "@pmwcs/icon": "^1.1.0", "@pmwcs/ripple": "^1.1.0" }, "peerDependencies": { "preact": "^10.5.13" }, "publishConfig": { "access": "public" } }