Add updated Leafcutter app

This commit is contained in:
Darren Clarke 2023-03-31 08:34:35 +02:00
parent 60f6061d49
commit 38343f4219
10 changed files with 3391 additions and 20 deletions

View file

@ -1,6 +1,6 @@
{
"name": "leafcutter",
"version": "0.1.51",
"version": "0.1.53",
"scripts": {
"dev": "next dev",
"login": "aws sso login --profile cdr-leafcutter-dashboard-prod-sso",
@ -41,6 +41,7 @@
"react-iframe": "^1.8.4",
"react-markdown": "^8.0.3",
"react-polyglot": "^0.7.2",
"sharp": "^0.31.3",
"swr": "^1.3.0",
"uuid": "^9.0.0"
},