{ "name": "web", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@localiztoi/shared": "workspace:*", "@tailwindcss/postcss": "^4.1.18", "axios": "^1.13.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "html5-qrcode": "^2.3.8", "lucide-react": "^0.574.0", "next": "16.1.6", "next-themes": "^0.4.6", "postcss": "^8.5.6", "radix-ui": "^1.4.3", "react": "19.2.3", "react-dom": "19.2.3", "sonner": "^2.0.7", "tailwind-merge": "^3.4.1", "tailwindcss": "^4.1.18" }, "devDependencies": { "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "babel-plugin-react-compiler": "1.0.0", "eslint": "^9", "eslint-config-next": "16.1.6", "shadcn": "^3.8.5", "tw-animate-css": "^1.4.0", "typescript": "^5" } }