{
  "name": "saao-machinery-catalogue",
  "version": "1.0.0",
  "description": "SAAO Group Premium Machinery Catalogue",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "eslint . --ext .ts,.tsx",
    "test": "playwright test",
    "test:ui": "playwright test --ui",
    "test:headed": "playwright test --headed"
  },
  "dependencies": {
    "@hookform/resolvers": "^3.3.4",
    "@react-three/drei": "^9.100.0",
    "@react-three/fiber": "^8.15.19",
    "autoprefixer": "^10.4.19",
    "embla-carousel-autoplay": "^7.1.0",
    "embla-carousel-react": "^7.1.0",
    "framer-motion": "^10.16.18",
    "gsap": "^3.12.2",
    "next": "^16.2.3",
    "next-intl": "^4.9.0",
    "postcss": "^8.4.38",
    "react": "^18.3.1",
    "react-confetti": "^6.1.0",
    "react-dom": "^18.3.1",
    "react-hook-form": "^7.48.0",
    "react-range": "^1.8.14",
    "tailwindcss": "^3.4.3",
    "three": "^0.161.0",
    "typescript": "^5.4.5",
    "zod": "^3.22.4",
    "zustand": "^4.4.7"
  },
  "devDependencies": {
    "@playwright/test": "^1.59.1",
    "@types/jest": "^30.0.0",
    "@types/node": "^20",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "eslint": "^8.56.0",
    "eslint-config-next": "^16.2.3"
  }
}
