{
  "name": "inventory-frontend",
  "version": "1.0.0",
  "private": true,
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "dev": "next dev -p 3001",
    "build": "next build",
    "build:low-parallel": "NODE_OPTIONS=--max-old-space-size=4096 next build",
    "start": "next start -p 3001",
    "start:passenger": "node server.js",
    "lint": "next lint",
    "inmotion:prepare": "npm run inmotion:prepare --prefix .."
  },
  "dependencies": {
    "@hookform/resolvers": "^3.3.2",
    "@types/jsbarcode": "^3.11.4",
    "axios": "^1.6.2",
    "date-fns": "^3.0.0",
    "js-cookie": "^3.0.5",
    "jsbarcode": "^3.12.3",
    "next": "14.0.4",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-hook-form": "^7.49.2",
    "recharts": "^2.10.3",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/js-cookie": "^3.0.6",
    "@types/node": "^18.19.0",
    "@types/react": "^18.2.45",
    "@types/react-dom": "^18.2.18",
    "autoprefixer": "^10.4.16",
    "eslint": "^8.56.0",
    "eslint-config-next": "14.0.4",
    "postcss": "^8.4.32",
    "tailwindcss": "^3.4.0",
    "typescript": "^5.3.3"
  }
}
