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

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