{ "name": "spendser-frontend", "version": "1.2.1", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@hookform/resolvers": "^3.3.1", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-menubar": "^1.0.3", "@radix-ui/react-navigation-menu": "^1.1.3", "@radix-ui/react-select": "^1.2.2", "@radix-ui/react-separator": "^1.0.3", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-switch": "^1.0.3", "@radix-ui/react-toast": "^1.1.5", "@reduxjs/toolkit": "^1.9.5", "@types/node": "20.6.0", "@types/react": "18.2.21", "@types/react-dom": "18.2.7", "@types/react-redux": "^7.1.26", "autoprefixer": "10.4.15", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "date-fns": "^2.30.0", "eslint": "8.49.0", "eslint-config-next": "13.4.19", "lucide-react": "^0.274.0", "next": "13.4.19", "next-themes": "^0.2.1", "postcss": "8.4.29", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.46.1", "react-redux": "^8.1.2", "react-select": "^5.7.5", "recharts": "^2.8.0", "tailwind-merge": "^1.14.0", "tailwindcss": "3.3.3", "tailwindcss-animate": "^1.0.7", "typescript": "5.2.2", "zod": "^3.22.2" } }