{
  "name": "@navi/dashboard",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev -p 3001",
    "build": "next build",
    "start": "next start -p 3001",
    "lint": "next lint",
    "typecheck": "tsc --noEmit",
    "test": "echo 'no tests'",
    "clean": "rm -rf .next tsconfig.tsbuildinfo"
  },
  "dependencies": {
    "@navi/types": "workspace:*",
    "@navi/validators": "workspace:*",
    "@navi/config": "workspace:*",
    "@navi/ui": "workspace:*",
    "@navi/api-client": "workspace:*",
    "next": "14.2.0",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "recharts": "^2.12.7"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "eslint-config-next": "14.2.0",
    "typescript": "^5.4.0"
  }
}
