Mercurial > code > home > repos > light9
diff package.json @ 2062:d991f7c3485a
WIP rough porting of coffee to ts
author | drewp@bigasterisk.com |
---|---|
date | Mon, 16 May 2022 01:33:49 -0700 |
parents | 1103b2437e6d |
children | 56a9eaf5e882 |
line wrap: on
line diff
--- a/package.json Mon May 16 01:32:57 2022 -0700 +++ b/package.json Mon May 16 01:33:49 2022 -0700 @@ -9,10 +9,18 @@ "test": "test" }, "dependencies": { + "@types/d3": "^7.1.0", + "@types/debug": "^4.1.7", "@types/node": "^17.0.31", + "@types/sylvester": "^0.1.8", + "@types/underscore": "^1.11.4", + "d3": "^7.4.4", "debug": "^4.3.4", + "knockout": "^3.5.1", "lit": "^2.2.3", "parse-prometheus-text-format": "^1.1.1", + "sylvester": "^0.0.21", + "underscore": "^1.13.3", "vite": "^2.9.1", "vite-plugin-rewrite-all": "^0.1.2" }