{
  "name": "ibox-app",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "NODE_ENV=production node server.js",
    "lint": "next lint"
  },
  "dependencies": {
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@formatjs/intl-localematcher": "^0.4.0",
    "@mui/icons-material": "^5.14.1",
    "@mui/lab": "5.0.0-alpha.137",
    "@mui/material": "^5.14.2",
    "@mui/x-data-grid": "^6.11.0",
    "@next/mdx": "^13.4.12",
    "autoprefixer": "10.4.14",
    "canvas": "^2.11.2",
    "cookies-next": "^2.1.2",
    "crypto-js": "^4.1.1",
    "emotion": "^11.0.0",
    "iconify": "^1.4.0",
    "jwt-decode": "^3.1.2",
    "material-ui-popup-state": "^5.0.9",
    "negotiator": "^0.6.3",
    "next": "13.4.12",
    "postcss": "8.4.27",
    "react": "18.2.0",
    "react-apexcharts": "^1.4.1",
    "react-dom": "18.2.0",
    "react-icons": "^4.10.1",
    "react-pro-sidebar": "1.1.0-alpha.1",
    "tailwindcss": "3.3.3",
    "xlsx": "^0.18.5",
    "yup": "^1.2.0"
  },
  "devDependencies": {
    "@iconify-icon/react": "^1.0.8",
    "@types/node": "20.4.5",
    "@types/react": "18.2.17",
    "css-loader": "^6.8.1",
    "ts-loader": "^9.4.4",
    "typescript": "5.1.6"
  },
  "externals": {
    "canvas": {}
  }
}
