UNPKG

@nova-ui/dashboards

Version:

Nova Dashboards is a framework designed to provide feature developers with a common solution for presenting data coming from various sources within a single view, as well as a set of predefined widget visualizations that are 100% configuration-driven and

66 lines 1.58 kB
{ "author": "SolarWinds <nova-ui@solarwinds.com>", "contributors": [ { "name": "SolarWinds Nova Team" } ], "dependencies": { "tslib": "^2.3.0" }, "exports": { "./sdk/atoms": { "default": "./sdk/atoms/index.js", "types": "./sdk/atmos/index.d.ts" }, "./sdk/atoms/*": { "default": "./sdk/atoms/*.js", "types": "./sdk/atoms/*.d.ts" }, "./sdk/schematics": { "default": "./sdk/schematics/index.js", "types": "./sdk/schematics/index.d.ts" }, "./sdk/schematics/*": { "default": "./sdk/schematics/*.js", "types": "./sdk/schematics/*.d.ts" }, "./sdk/*": "./sdk/*", "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/nova-ui-dashboards.mjs", "esm": "./esm2022/nova-ui-dashboards.mjs", "default": "./fesm2022/nova-ui-dashboards.mjs" } }, "keywords": [ "dashboard", "nova", "nova-ui", "solarwinds" ], "license": "Apache-2.0", "name": "@nova-ui/dashboards", "peerDependencies": { "@nova-ui/bits": "~17.0.0", "@nova-ui/charts": "~17.0.0", "angular-gridster2": "^15.0.0", "d3": "^5.9.2", "d3-selection-multi": "^1.0.1" }, "repository": { "type": "git", "url": "https://github.com/solarwinds/nova.git" }, "resolutions": { "moment": "^2.29.4" }, "schematics": "./sdk/schematics/collection.json", "version": "17.0.1", "module": "fesm2022/nova-ui-dashboards.mjs", "typings": "index.d.ts", "sideEffects": false }