Mercurial > code > home > repos > light9
annotate package.json @ 2295:d18586476827
redo resource-display, fixing the rename button
author | drewp@bigasterisk.com |
---|---|
date | Tue, 30 May 2023 01:01:40 -0700 |
parents | df9a6c457587 |
children | 9d47c44d4ae4 |
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", |
2141 | 17 "@types/async": "^3.2.20", |
18 "@types/d3": "^7.4.0", | |
2062 | 19 "@types/debug": "^4.1.7", |
2213 | 20 "@types/fpsmeter": "^0.3.31", |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
21 "@types/n3": "^1.10.4", |
2141 | 22 "@types/node": "^20.2.0", |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
23 "@types/reconnectingwebsocket": "^1.0.7", |
2062 | 24 "@types/underscore": "^1.11.4", |
2141 | 25 "async": "^3.2.4", |
26 "d3": "^7.8.4", | |
2033 | 27 "debug": "^4.3.4", |
2213 | 28 "fpsmeter": "^0.3.1", |
2274 | 29 "immutable": "^4.3.0", |
2062 | 30 "knockout": "^3.5.1", |
2141 | 31 "lit": "^2.7.4", |
32 "n3": "^1.16.4", | |
2241 | 33 "onecolor": "^4.0.0", |
2034 | 34 "parse-prometheus-text-format": "^1.1.1", |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
35 "reconnectingwebsocket": "^1.0.0", |
2239 | 36 "sub-events": "^1.9.0", |
2062 | 37 "sylvester": "^0.0.21", |
2141 | 38 "typescript": "^5.0.4", |
39 "underscore": "^1.13.6", | |
40 "vite": "^4.3.7", | |
2257 | 41 "vite-plugin-rewrite-all": "^1.0.1", |
42 "vitest": "^0.31.1" | |
1362
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
43 } |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
44 } |