feat(dashboard): add price history, caching, and i18n

This commit is contained in:
2026-08-01 21:21:43 +02:00
parent 1cd905ca4a
commit 7fb49131c4
22 changed files with 177 additions and 30 deletions
+30 -1
View File
@@ -1,5 +1,5 @@
{
"name": "Zonneplan",
"name": "html",
"lockfileVersion": 3,
"requires": true,
"packages": {
@@ -12,6 +12,7 @@
"axios": "^1.19.0",
"clsx": "^2.1.1",
"concurrently": "^9.0.1",
"i18next": "^26.3.6",
"laravel-vite-plugin": "^3.1",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.1",
@@ -3958,6 +3959,34 @@
"node": ">= 6"
}
},
"node_modules/i18next": {
"version": "26.3.6",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.6.tgz",
"integrity": "sha512-Bu5Z2nAXgfVyM8xvW3jk9EKRIuX37PudsrBViThNFx7CR7aaYTpP01cxNB/E4c4UUzTDiAZRstEhsRfPOL/8xA==",
"funding": [
{
"type": "individual",
"url": "https://www.locize.com/i18next"
},
{
"type": "individual",
"url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
},
{
"type": "individual",
"url": "https://www.locize.com"
}
],
"license": "MIT",
"peerDependencies": {
"typescript": "^5 || ^6 || ^7"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/ignore": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",