feat(wpcarro/ynabsql): Proof-of-concept demo

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>
This commit is contained in:
William Carroll 2023-01-22 21:14:38 -08:00 committed by clbot
parent 9f75973e4a
commit b3a91ce57b
10 changed files with 3833 additions and 149 deletions

View file

@ -0,0 +1,15 @@
{
"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"
}
}