Mercurial > code > home > repos > light9
annotate package.json @ 2417:ae4b90efb55a
start calibration tool
author | drewp@bigasterisk.com |
---|---|
date | Mon, 20 May 2024 01:28:12 -0700 |
parents | ef3cde3e81e8 |
children | e3af0ac507c8 |
rev | line source |
---|---|
1362
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
1 { |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
2 "name": "light9", |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
3 "version": "1.0.0", |
1706
e30493d458f9
more npm setup. n3 upgraded but code is not, yet
drewp@bigasterisk.com
parents:
1703
diff
changeset
|
4 "repository": "...", |
e30493d458f9
more npm setup. n3 upgraded but code is not, yet
drewp@bigasterisk.com
parents:
1703
diff
changeset
|
5 "license": "MIT", |
2039 | 6 "description": "see makefile for build commands", |
1362
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
7 "main": "index.js", |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
8 "directories": { |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
9 "test": "test" |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
10 }, |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
11 "dependencies": { |
2295
d18586476827
redo resource-display, fixing the rename button
drewp@bigasterisk.com
parents:
2274
diff
changeset
|
12 "@material/mwc-button": "^0.27.0", |
d18586476827
redo resource-display, fixing the rename button
drewp@bigasterisk.com
parents:
2274
diff
changeset
|
13 "@material/mwc-dialog": "^0.27.0", |
2141 | 14 "@material/mwc-slider": "^0.27.0", |
2295
d18586476827
redo resource-display, fixing the rename button
drewp@bigasterisk.com
parents:
2274
diff
changeset
|
15 "@material/mwc-textfield": "^0.27.0", |
2103 | 16 "@microsoft/fast-components": "^2.30.6", |
2378 | 17 "@types/async": "^3.2.24", |
18 "@types/d3": "^7.4.3", | |
19 "@types/debug": "^4.1.12", | |
20 "@types/fpsmeter": "^0.3.34", | |
21 "@types/n3": "^1.16.4", | |
22 "@types/node": "^20.12.11", | |
23 "@types/reconnectingwebsocket": "^1.0.10", | |
24 "@types/underscore": "^1.11.15", | |
25 "async": "^3.2.5", | |
2395
ef3cde3e81e8
switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
2378
diff
changeset
|
26 "avro-js": "^1.11.3", |
2378 | 27 "d3": "^7.9.0", |
2033 | 28 "debug": "^4.3.4", |
2417 | 29 "echarts": "^5.5.0", |
2378 | 30 "flexlayout-react": "^0.7.15", |
2213 | 31 "fpsmeter": "^0.3.1", |
2378 | 32 "immutable": "^4.3.5", |
2062 | 33 "knockout": "^3.5.1", |
2378 | 34 "lit": "^2.8.0", |
35 "n3": "^1.17.3", | |
36 "onecolor": "^4.1.0", | |
2034 | 37 "parse-prometheus-text-format": "^1.1.1", |
2378 | 38 "react": "^18.3.1", |
39 "react-dom": "^18.3.1", | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
40 "reconnectingwebsocket": "^1.0.0", |
2239 | 41 "sub-events": "^1.9.0", |
2062 | 42 "sylvester": "^0.0.21", |
2378 | 43 "typescript": "^5.4.5", |
2141 | 44 "underscore": "^1.13.6", |
2378 | 45 "vite": "^4.5.3", |
46 "vite-plugin-rewrite-all": "^1.0.2", | |
47 "vitest": "^0.31.4" | |
2374 | 48 }, |
49 "devDependencies": { | |
2378 | 50 "@types/react": "^18.3.2", |
2395
ef3cde3e81e8
switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
2378
diff
changeset
|
51 "@types/react-dom": "^18.3.0", |
ef3cde3e81e8
switch collector output from json to avro (still over WS)
drewp@bigasterisk.com
parents:
2378
diff
changeset
|
52 "vite-plugin-node-polyfills": "^0.21.0" |
1362
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
53 } |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
54 } |