UNPKG

@xcritical/popover

Version:
47 lines (46 loc) 1.19 kB
{ "name": "@xcritical/popover", "version": "2.4.0", "description": "", "main": "dist/index.js", "source": "src/index.ts", "xc:source": "src/index.ts", "module": "dist/popover.esm.js", "types": "dist/typings.d.ts", "files": [ "dist" ], "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", "build": "yarn clean && yarn compile", "clean": "rimraf dist lib .publish" }, "repository": { "type": "git", "url": "git+https://github.com:xcritical-software/xc-front-kit.git" }, "keywords": [ "popover", "style-components", "themed" ], "publishConfig": { "access": "public" }, "author": "XCritical Software", "license": "MIT", "homepage": "https://github.com/xcritical-software/xc-front-kit/tree/develop/packages/popover#readme", "private": false, "peerDependencies": { "react": "^16.8.3", "styled-components": "^5.3.3" }, "dependencies": { "@xcritical/popper": "^1.3.0", "@xcritical/theme": "^1.3.0", "resize-observer-polyfill": "^1.5.1" }, "gitHead": "951761e038d4dd25c85582a44fca08388b2a9aa9" }