Mit grafischer Auswertung

This commit is contained in:
rxf
2026-03-06 08:51:21 +01:00
parent 1575c4389e
commit 9bce2495b0
7 changed files with 368 additions and 7 deletions

35
package-lock.json generated
View File

@@ -1,13 +1,15 @@
{
"name": "werte_next",
"version": "1.1.2",
"version": "1.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "werte_next",
"version": "1.1.2",
"version": "1.2.0",
"dependencies": {
"highcharts": "^12.5.0",
"highcharts-react-official": "^3.2.3",
"jose": "^6.1.3",
"mysql2": "^3.17.4",
"next": "16.1.6",
@@ -3961,6 +3963,35 @@
"hermes-estree": "0.25.1"
}
},
"node_modules/highcharts": {
"version": "12.5.0",
"resolved": "https://registry.npmjs.org/highcharts/-/highcharts-12.5.0.tgz",
"integrity": "sha512-uNSSv1KqRLNvkyXlf1FbeGWB1mJ/8/IYpVeqYiTIop5Wo8peUvNyzUfLa58vILsmXyz+XrETtgKIEOcSgBBKuQ==",
"license": "https://www.highcharts.com/license",
"peer": true,
"peerDependencies": {
"jspdf": "^3.0.0",
"svg2pdf.js": "^2.6.0"
},
"peerDependenciesMeta": {
"jspdf": {
"optional": true
},
"svg2pdf.js": {
"optional": true
}
}
},
"node_modules/highcharts-react-official": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/highcharts-react-official/-/highcharts-react-official-3.2.3.tgz",
"integrity": "sha512-2gL8bVGe6Pf75tSe6IB5Ucd0nIOJX7ZrpttQBZVrjN2J9StdVZ12aOinXHIOFvlc6EzP8CbN13WS8NUq+9mptA==",
"license": "MIT",
"peerDependencies": {
"highcharts": ">=6.0.0",
"react": ">=16.8.0"
}
},
"node_modules/iconv-lite": {
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",