Files
@ 69ca2b2fc133
Branch filter:
Location: light9/package.json - annotation
69ca2b2fc133
1.4 KiB
application/json
overcomplicated attempt at persisting the pane layout in the rdf graph
this was hard because we have to somehow wait for the graph to load before config'ing the panes
this was hard because we have to somehow wait for the graph to load before config'ing the panes
168262618f2d 168262618f2d 168262618f2d e30493d458f9 e30493d458f9 1103b2437e6d 168262618f2d 168262618f2d 168262618f2d 168262618f2d 168262618f2d d18586476827 d18586476827 bee583b891dc d18586476827 1ef921880e37 6c98a6677a7d 6c98a6677a7d 6c98a6677a7d 6c98a6677a7d 6c98a6677a7d 6c98a6677a7d 6c98a6677a7d 6c98a6677a7d 6c98a6677a7d ef3cde3e81e8 6c98a6677a7d 224c4a1625d7 6c98a6677a7d 22131be6639b 6c98a6677a7d d991f7c3485a 6c98a6677a7d 6c98a6677a7d 6c98a6677a7d 04ed5d134973 6c98a6677a7d 6c98a6677a7d 56a9eaf5e882 b136c450ebee d991f7c3485a 6c98a6677a7d bee583b891dc 6c98a6677a7d 6c98a6677a7d 6c98a6677a7d 9d47c44d4ae4 9d47c44d4ae4 6c98a6677a7d ef3cde3e81e8 ef3cde3e81e8 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-button": "^0.27.0",
"@material/mwc-dialog": "^0.27.0",
"@material/mwc-slider": "^0.27.0",
"@material/mwc-textfield": "^0.27.0",
"@microsoft/fast-components": "^2.30.6",
"@types/async": "^3.2.24",
"@types/d3": "^7.4.3",
"@types/debug": "^4.1.12",
"@types/fpsmeter": "^0.3.34",
"@types/n3": "^1.16.4",
"@types/node": "^20.12.11",
"@types/reconnectingwebsocket": "^1.0.10",
"@types/underscore": "^1.11.15",
"async": "^3.2.5",
"avro-js": "^1.11.3",
"d3": "^7.9.0",
"debug": "^4.3.4",
"flexlayout-react": "^0.7.15",
"fpsmeter": "^0.3.1",
"immutable": "^4.3.5",
"knockout": "^3.5.1",
"lit": "^2.8.0",
"n3": "^1.17.3",
"onecolor": "^4.1.0",
"parse-prometheus-text-format": "^1.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reconnectingwebsocket": "^1.0.0",
"sub-events": "^1.9.0",
"sylvester": "^0.0.21",
"typescript": "^5.4.5",
"underscore": "^1.13.6",
"vite": "^4.5.3",
"vite-plugin-rewrite-all": "^1.0.2",
"vitest": "^0.31.4"
},
"devDependencies": {
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"vite-plugin-node-polyfills": "^0.21.0"
}
}
|