Files
@ 9fc653ee7fff
Branch filter:
Location: light9/package.json - annotation
9fc653ee7fff
908 B
application/json
WIP redoing how Note works. The new Note outputs EffectSettings only,
and callers have to effect_eval them. Still not sure what SimpleOutputs does.
and callers have to effect_eval them. Still not sure what SimpleOutputs does.
168262618f2d 168262618f2d 168262618f2d e30493d458f9 e30493d458f9 1103b2437e6d 168262618f2d 168262618f2d 168262618f2d 168262618f2d 168262618f2d bee583b891dc 1ef921880e37 bee583b891dc bee583b891dc d991f7c3485a 56a9eaf5e882 bee583b891dc 56a9eaf5e882 d991f7c3485a bee583b891dc bee583b891dc 224c4a1625d7 d991f7c3485a bee583b891dc bee583b891dc 04ed5d134973 56a9eaf5e882 d991f7c3485a bee583b891dc bee583b891dc bee583b891dc bee583b891dc 168262618f2d 168262618f2d | {
"name": "light9",
"version": "1.0.0",
"repository": "...",
"license": "MIT",
"description": "see makefile for build commands",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"@material/mwc-slider": "^0.27.0",
"@microsoft/fast-components": "^2.30.6",
"@types/async": "^3.2.20",
"@types/d3": "^7.4.0",
"@types/debug": "^4.1.7",
"@types/n3": "^1.10.4",
"@types/node": "^20.2.0",
"@types/reconnectingwebsocket": "^1.0.7",
"@types/underscore": "^1.11.4",
"async": "^3.2.4",
"d3": "^7.8.4",
"debug": "^4.3.4",
"knockout": "^3.5.1",
"lit": "^2.7.4",
"n3": "^1.16.4",
"parse-prometheus-text-format": "^1.1.1",
"reconnectingwebsocket": "^1.0.0",
"sylvester": "^0.0.21",
"typescript": "^5.0.4",
"underscore": "^1.13.6",
"vite": "^4.3.7",
"vite-plugin-rewrite-all": "^1.0.1"
}
}
|