Mercurial > code > home > repos > light9
annotate package.json @ 2123:c4427fd59306
port some of ascoltami into lit
author | drewp@bigasterisk.com |
---|---|
date | Thu, 02 Jun 2022 23:24:09 -0700 |
parents | 1ef921880e37 |
children | bee583b891dc |
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": { |
2085 | 12 "@material/mwc-slider": "^0.26.1", |
2103 | 13 "@microsoft/fast-components": "^2.30.6", |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
14 "@types/async": "^3.2.13", |
2062 | 15 "@types/d3": "^7.1.0", |
16 "@types/debug": "^4.1.7", | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
17 "@types/n3": "^1.10.4", |
2039 | 18 "@types/node": "^17.0.31", |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
19 "@types/reconnectingwebsocket": "^1.0.7", |
2062 | 20 "@types/sylvester": "^0.1.8", |
21 "@types/underscore": "^1.11.4", | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
22 "async": "^3.2.3", |
2062 | 23 "d3": "^7.4.4", |
2033 | 24 "debug": "^4.3.4", |
2062 | 25 "knockout": "^3.5.1", |
2039 | 26 "lit": "^2.2.3", |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
27 "n3": "^1.16.2", |
2034 | 28 "parse-prometheus-text-format": "^1.1.1", |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
29 "reconnectingwebsocket": "^1.0.0", |
2062 | 30 "sylvester": "^0.0.21", |
2085 | 31 "typescript": "^4.7.2", |
2062 | 32 "underscore": "^1.13.3", |
2099
5f0c2e350283
update vite- didn't seem to help with bogus path errors
drewp@bigasterisk.com
parents:
2085
diff
changeset
|
33 "vite": "^2.9.9", |
2039 | 34 "vite-plugin-rewrite-all": "^0.1.2" |
1362
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
35 } |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
36 } |