infra-report/package.json

36 lines
786 B
JSON

{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@kubernetes/client-node": "^1.4.0",
"@tanstack/react-query": "^5.90.21",
"axios": "^1.13.6",
"date-fns": "^4.1.0",
"echarts": "^6.0.0",
"echarts-for-react": "^3.0.6",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.0",
"next": "14.2.35",
"react": "^18",
"react-dom": "^18",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/node": "^20.19.37",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.35",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}