UNPKG

@asphalt-react/button

Version:

Button

57 lines (56 loc) 1.3 kB
{ "name": "@asphalt-react/button", "version": "2.6.0", "description": "Button", "keywords": [ "button", "component", "asphalt", "design language system", "dls" ], "author": "UX Engineering - Web <uxe@gojek.com>", "license": "UNLICENSED", "type": "module", "main": "./dist/index.js", "exports": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs", "default": "./dist/index.js" }, "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "dist" ], "asphalt": { "status": "experimental" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1" }, "publishConfig": { "access": "public" }, "peerDependencies": { "react": ">= 16.8.2" }, "devDependencies": { "@asphalt-react/build": "^2.0.0", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "~13.0.16" }, "dependencies": { "@asphalt-react/context": "^2.0.0", "@asphalt-react/helper": "^2.0.0", "@asphalt-react/iconpack": "^2.0.0", "@asphalt-react/qualifier": "^2.0.0", "@asphalt-react/svg-normalizer": "^2.0.0", "classnames": "^2.5.1", "prop-types": "^15.8.1" }, "gitHead": "d8e820e868603e784377465bcd50d2a168fa5392" }