{
  "name": "frontend",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@floating-ui/react": "^0.26.6",
    "@tanstack/react-query": "^5.75.2",
    "@tanstack/react-table": "^8.21.3",
    "@types/lodash": "^4.17.17",
    "axios": "^1.9.0",
    "date-fns": "^4.1.0",
    "jsbarcode": "^3.12.1",
    "lodash": "^4.17.21",
    "next": "14.0.0",
    "quagga": "^0.12.1",
    "react": "^18",
    "react-dom": "^18",
    "react-hot-toast": "^2.5.2",
    "react-icons": "^5.5.0"
  },
  "devDependencies": {
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "autoprefixer": "^10.4.16",
    "eslint": "^8",
    "eslint-config-next": "14.0.0",
    "postcss": "^8.4.31",
    "tailwindcss": "^3.3.5",
    "typescript": "^5"
  }
}
