UNPKG

@circe/core

Version:

Circe Components for Angular :: Core Services and Tools

49 lines 1.32 kB
{ "name": "@circe/core", "version": "1.5.9", "description": "Circe Components for Angular :: Core Services and Tools", "scripts": { "prepublishOnly": "sh publish.sh" }, "repository": { "type": "git", "url": "git+https://github.com/circe-components/circe.git" }, "keywords": [ "circe", "design system", "components", "angular", "services", "core", "tools" ], "author": "Nul Pàs <manu@lunaeme.com> (https://github.com/nulpas)", "license": "MIT", "bugs": { "url": "https://github.com/circe-components/circe/issues" }, "homepage": "https://github.com/circe-components/circe/tree/master/projects/core#readme", "peerDependencies": { "@angular/common": ">=8.2.14", "@angular/core": ">=8.2.14", "@angular/forms": ">=8.2.14", "@angular/platform-browser": ">=8.2.14", "rxjs": ">=6.6.3" }, "dependencies": { "dayjs": "^1.10.7", "lodash-es": "^4.17.21", "ngx-order-pipe": "^2.1.1", "uuid": "^8.3.2", "tslib": "^2.1.0" }, "main": "bundles/circe-core.umd.js", "module": "fesm2015/circe-core.js", "es2015": "fesm2015/circe-core.js", "esm2015": "esm2015/circe-core.js", "fesm2015": "fesm2015/circe-core.js", "typings": "circe-core.d.ts", "metadata": "circe-core.metadata.json", "sideEffects": false }