{ "name": "profit-planet-frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build --turbopack", "start": "next start", "lint": "eslint" }, "dependencies": { "@headlessui/react": "^2.2.9", "@heroicons/react": "^2.2.0", "@hookform/resolvers": "^5.2.2", "@lottiefiles/react-lottie-player": "^3.6.0", "@react-pdf/renderer": "^4.3.0", "@tailwindcss/forms": "^0.5.10", "@tailwindcss/typography": "^0.5.19", "@tailwindplus/elements": "^1.0.15", "@tailwindui/react": "^0.1.1", "axios": "^1.12.2", "clsx": "^2.1.1", "country-flag-icons": "^1.5.21", "country-select-js": "^2.1.0", "intl-tel-input": "^25.10.11", "motion": "^12.23.22", "next": "^16.0.7", "pdfjs-dist": "^5.4.149", "react": "^19.2.1", "react-dom": "^19.2.1", "react-hook-form": "^7.63.0", "react-hot-toast": "^2.6.0", "react-pdf": "^10.1.0", "react-phone-number-input": "^3.4.12", "react-toastify": "^11.0.5", "winston": "^3.17.0", "yup": "^1.7.1", "zustand": "^5.0.8" }, "devDependencies": { "@eslint/eslintrc": "^3", "@eslint/js": "^9.36.0", "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "autoprefixer": "^10.4.21", "eslint": "^9", "eslint-config-next": "15.5.4", "eslint-plugin-react-hooks": "^5.2.0", "globals": "^16.4.0", "postcss": "^8.5.6", "postcss-preset-env": "^10.4.0", "tailwindcss": "^4.1.13", "typescript": "^5" } }