Expand layout

This commit is contained in:
James Cole
2023-08-08 14:11:04 +02:00
parent 9bb62c865a
commit dffddfda18
13 changed files with 340 additions and 355 deletions

9
package-lock.json generated
View File

@@ -10,6 +10,7 @@
"alpinejs": "^3.12.3",
"bootstrap": "^5.3.0",
"chart.js": "^4.3.3",
"chartjs-chart-sankey": "^0.12.0",
"date-fns": "^2.30.0",
"store": "^2.0.12"
},
@@ -507,6 +508,14 @@
"pnpm": ">=7"
}
},
"node_modules/chartjs-chart-sankey": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/chartjs-chart-sankey/-/chartjs-chart-sankey-0.12.0.tgz",
"integrity": "sha512-2f0YfDWNTTDqztVALlD2YMdSbpmjxdxHpcpKgBi9cUq3IPWBvHb58h4gIa7GjsYVjMLwX6gusDXgxlh9PMKkkA==",
"peerDependencies": {
"chart.js": ">=3.3.0"
}
},
"node_modules/chokidar": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",