{ "name": "qr-code", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@radix-ui/react-avatar": "^1.1.10", "@radix-ui/react-slot": "^1.2.3", "axios": "^1.13.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "file-saver": "^2.0.5", "html-to-image": "^1.11.13", "lucide-react": "^0.552.0", "next": "16.0.1", "qr-code-styling": "^1.9.2", "qrcode-generator": "^2.0.4", "react": "19.2.0", "react-dom": "19.2.0", "react-icons": "^5.5.0", "react-qr-code": "^2.0.18", "tailwind-merge": "^3.3.1" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/file-saver": "^2.0.7", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.0.1", "tailwindcss": "^4", "tw-animate-css": "^1.4.0", "typescript": "5.9.3" } }