{
  "name": "smartaccess-proto",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev -p 3043 -H 0.0.0.0",
    "build": "next build",
    "start": "next start -p 3043 -H 0.0.0.0",
    "lint": "next lint"
  },
  "dependencies": {
    "clsx": "^2.1.1",
    "framer-motion": "^11.16.0",
    "lucide-react": "^0.469.0",
    "next": "^15.3.2",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "qrcode.react": "^4.2.0",
    "tailwind-merge": "^2.5.5"
  },
  "devDependencies": {
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "postcss": "^8",
    "tailwindcss": "^3.4.1",
    "typescript": "^5",
    "autoprefixer": "^10.0.1"
  }
}
