UNPKG

@xcritical/button

Version:
50 lines (49 loc) 1.26 kB
{ "name": "@xcritical/button", "version": "2.5.0", "description": "<>", "main": "dist/index.js", "source": "src/index.ts", "xc:source": "src/index.ts", "module": "dist/button.esm.js", "types": "dist/typings.d.ts", "scripts": { "test": "exit 0", "compile": "tsdx build --format cjs,esm --verbose && api-extractor run", "compile:local": "tsdx build --format cjs,esm --verbose && api-extractor run --local", "publish-files": "gulp --cwd . publish-files", "build": "yarn clean && yarn compile", "clean": "rimraf dist lib .publish" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com:xcritical-software/xc-front-kit.git" }, "keywords": [ "button", "style-components", "themed" ], "author": "XCritical Software", "license": "MIT", "homepage": "https://github.com/xcritical-software/xc-front-kit/tree/develop/packages/button#readme", "publishConfig": { "access": "public" }, "private": false, "peerDependencies": { "fast-equals": "2.0.0", "react": "^16.9.0", "styled-components": "^5.3.3" }, "dependencies": { "@xcritical/theme": "^1.3.0", "lodash.get": "^4.x", "micro-memoize": "^4.0.8", "polished": "^4.1.4" }, "gitHead": "4d179801a60e16c6ce9df24de69ca26ff36cf322" }