UNPKG

@bianic-ui/utils

Version:

Common utilties and types for Bianic UI

50 lines (49 loc) 1.68 kB
{ "name": "@bianic-ui/utils", "version": "0.1.0-alpha.2", "description": "Common utilties and types for Bianic UI", "author": "Muhammad Rafiul Ilmi Syarifudin <ilmi.mris@gmail.com>", "homepage": "https://gitlab.com/bia-design/bianic-ui#readme", "license": "MIT", "sideEffects": false, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", "typings": "dist/types/index.d.ts", "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://gitlab.com/bia-design/bianic-ui.git" }, "scripts": { "prebuild": "rimraf dist", "start": "nodemon --watch src --exec yarn build -e ts,tsx", "build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps", "build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps", "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types", "build": "concurrently yarn:build:*", "test": "jest --env=jsdom --passWithNoTests", "test:cov": "yarn test --coverage", "lint:src": "eslint src --fix --ext .ts,.tsx --config ../../.eslintrc", "lint:types": "tsc --noEmit", "lint": "concurrently yarn:lint:*" }, "bugs": { "url": "https://gitlab.com/bia-design/bianic-ui/issues" }, "dependencies": { "@types/lodash.merge": "4.6.6", "css-box-model": "1.2.1", "lodash.merge": "4.6.2", "memoize-one": "5.1.1" }, "peerDependencies": { "react": "16.x" }, "gitHead": "6cc39d5eddff81d62ba31b952bd14704308d9e70" }