Files
admin 6e5f0bbe8d V 1.1.10:
31d geht jetzt wirklich über 31 Tage
2026-07-01 13:24:51 +02:00

31 lines
681 B
JSON

{
"name": "strom-next",
"version": "1.1.0",
"versiondate": "2026-07-01",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@influxdata/influxdb-client": "^1.35.0",
"highcharts": "^12.5.0",
"highcharts-react-official": "^3.2.3",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}