{
  "name": "ai-data-aggregation-admin",
  "version": "1.0.0",
  "private": true,
  "description": "Admin Backoffice & Observability Dashboard for the AI Data Aggregation PoC",
  "scripts": {
    "dev": "next dev -p 3000",
    "build": "next build",
    "start": "next start -p 3000",
    "lint": "next lint"
  },
  "dependencies": {
    "ag-grid-community": "^35.3.1",
    "ag-grid-enterprise": "^35.3.1",
    "ag-grid-react": "^35.3.1",
    "jose": "^5.9.6",
    "next": "^16.2.7",
    "react": "^19.2.7",
    "react-dom": "^19.2.7"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.3.0",
    "@types/node": "^25.9.2",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "postcss": "^8.4.47",
    "tailwindcss": "^4.3.0",
    "typescript": "^6.0.3"
  }
}
