@acrodata/gui
Version:
JSON powered GUI for configurable panels.
50 lines • 1.2 kB
JSON
{
"name": "@acrodata/gui",
"version": "3.1.0",
"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",
"reactive-form",
"dynamic-form"
],
"exports": {
".": {
"sass": "./_index.scss",
"types": "./index.d.ts",
"default": "./fesm2022/acrodata-gui.mjs"
},
"./package.json": {
"default": "./package.json"
}
},
"peerDependencies": {
"@angular/cdk": ">=20.0.0",
"@angular/common": ">=20.0.0",
"@angular/core": ">=20.0.0",
"@angular/forms": ">=20.0.0",
"@angular/material": ">=20.0.0",
"@ng-matero/extensions": ">=20.0.0"
},
"dependencies": {
"@acrodata/code-editor": "^0.6.0",
"@acrodata/gradient-picker": "^0.12.0",
"@acrodata/rnd-dialog": "^0.4.0",
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/acrodata-gui.mjs",
"typings": "index.d.ts"
}