UNPKG

@acrodata/gui

Version:

JSON powered GUI for configurable panels.

49 lines 1.2 kB
{ "name": "@acrodata/gui", "version": "2.5.2", "description": "JSON powered GUI for configurable panels.", "publishConfig": { "access": "public" }, "author": "nzbin<nzb329@163.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/acrodata/gui.git" }, "homepage": "https://acrodata.github.io/gui/", "keywords": [ "gui", "angular", "typescript", "creative-coding" ], "exports": { ".": { "sass": "./_index.scss", "types": "./index.d.ts", "esm2022": "./esm2022/acrodata-gui.mjs", "esm": "./esm2022/acrodata-gui.mjs", "default": "./fesm2022/acrodata-gui.mjs" }, "./package.json": { "default": "./package.json" } }, "peerDependencies": { "@angular/cdk": ">=18.0.0", "@angular/common": ">=18.0.0", "@angular/core": ">=18.0.0", "@angular/forms": ">=18.0.0", "@angular/material": ">=18.0.0", "@ng-matero/extensions": ">=18.0.0" }, "dependencies": { "@acrodata/code-editor": "^0.5.0", "@acrodata/rnd-dialog": "^0.4.0", "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2022/acrodata-gui.mjs", "typings": "index.d.ts" }