b3a91ce57b
Hacked this together during my week-off while I was in Telluride, CO. The git history is quite sloppy; so is some of the code. But it (mostly) works as a demo, and that was the point. Change-Id: Icfbc277090b69a802c00becdbd162652e4e8e156 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7904 Reviewed-by: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI Autosubmit: wpcarro <wpcarro@gmail.com>
15 lines
327 B
JSON
15 lines
327 B
JSON
{
|
|
"devDependencies": {
|
|
"@parcel/validator-typescript": "^2.8.3",
|
|
"parcel": "^2.8.3",
|
|
"process": "^0.11.10",
|
|
"typescript": ">=3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"chart.js": "^4.2.0",
|
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
"date-fns": "^2.29.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|