Mercurial > code > home > repos > light9
comparison package.json @ 2071:56a9eaf5e882
rough ports from coffee to ts. untested
author | drewp@bigasterisk.com |
---|---|
date | Sun, 22 May 2022 03:00:37 -0700 |
parents | d991f7c3485a |
children | 0a4ae0083382 |
comparison
equal
deleted
inserted
replaced
2070:2951a690f1ba | 2071:56a9eaf5e882 |
---|---|
7 "main": "index.js", | 7 "main": "index.js", |
8 "directories": { | 8 "directories": { |
9 "test": "test" | 9 "test": "test" |
10 }, | 10 }, |
11 "dependencies": { | 11 "dependencies": { |
12 "@types/async": "^3.2.13", | |
12 "@types/d3": "^7.1.0", | 13 "@types/d3": "^7.1.0", |
13 "@types/debug": "^4.1.7", | 14 "@types/debug": "^4.1.7", |
15 "@types/n3": "^1.10.4", | |
14 "@types/node": "^17.0.31", | 16 "@types/node": "^17.0.31", |
17 "@types/reconnectingwebsocket": "^1.0.7", | |
15 "@types/sylvester": "^0.1.8", | 18 "@types/sylvester": "^0.1.8", |
16 "@types/underscore": "^1.11.4", | 19 "@types/underscore": "^1.11.4", |
20 "async": "^3.2.3", | |
17 "d3": "^7.4.4", | 21 "d3": "^7.4.4", |
18 "debug": "^4.3.4", | 22 "debug": "^4.3.4", |
19 "knockout": "^3.5.1", | 23 "knockout": "^3.5.1", |
20 "lit": "^2.2.3", | 24 "lit": "^2.2.3", |
25 "n3": "^1.16.2", | |
21 "parse-prometheus-text-format": "^1.1.1", | 26 "parse-prometheus-text-format": "^1.1.1", |
27 "reconnectingwebsocket": "^1.0.0", | |
22 "sylvester": "^0.0.21", | 28 "sylvester": "^0.0.21", |
23 "underscore": "^1.13.3", | 29 "underscore": "^1.13.3", |
24 "vite": "^2.9.1", | 30 "vite": "^2.9.1", |
25 "vite-plugin-rewrite-all": "^0.1.2" | 31 "vite-plugin-rewrite-all": "^0.1.2" |
26 } | 32 } |