{
  "name": "wifi-billing-admin",
  "version": "1.0.0",
  "description": "Admin panel untuk aplikasi billing WiFi",
  "private": true,
  "dependencies": {
    "@mui/material": "^5.14.5",
    "@mui/icons-material": "^5.14.3",
    "@mui/x-data-grid": "^6.10.2",
    "@mui/x-charts": "^6.0.0-alpha.0",
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.15.0",
    "react-scripts": "5.0.1",
    "axios": "^1.5.0",
    "moment": "^2.29.4",
    "react-query": "^3.39.3",
    "react-hook-form": "^7.45.4",
    "notistack": "^3.0.1",
    "socket.io-client": "^4.7.2",
    "qrcode.react": "^3.1.0",
    "react-to-print": "^2.14.13",
    "recharts": "^2.8.0"
  },
  "scripts": {
    "start": "set PORT=3001 && react-scripts start",
    "start:linux": "PORT=3001 react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "proxy": "http://localhost:8000",
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "proxy": "http://localhost:3000"
}