{ "name": "next-indoteknik", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --port=2100", "build": "next build", "start": "next start", "lint": "next lint", "format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx}\" --config ./.prettierrc" }, "dependencies": { "@chakra-ui/react": "^2.8.1", "@choc-ui/chakra-autocomplete": "^5.6.2", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@headlessui/react": "^2.2.6", "@heroicons/react": "^2.0.13", "@hookform/resolvers": "^2.9.10", "@jridgewell/set-array": "^1.2.1", "@ramonak/react-progress-bar": "^5.3.0", "@react-email/components": "^0.0.2", "@react-email/render": "^0.0.6", "@react-google-maps/api": "^2.20.6", "@tailwindcss/line-clamp": "^0.4.2", "axios": "^1.1.3", "browser-image-compression": "^2.0.2", "camelcase-object-deep": "^1.1.7", "classnames": "^2.3.2", "clsx": "^2.0.0", "cookies-next": "^2.1.1", "cors": "^2.8.5", "date-fns": "^4.1.0", "flowbite": "^1.6.4", "framer-motion": "^7.10.3", "lodash-contrib": "^4.1200.1", "lucide-react": "^0.279.0", "midtrans-client": "^1.3.1", "moment": "^2.29.4", "next": "^13.5.6", "next-auth": "^4.22.3", "next-progress": "^2.2.0", "next-pwa": "^5.6.0", "next-seo": "^5.15.0", "nodemailer": "^6.8.0", "react": "18.2.0", "react-date-range": "^2.0.1", "react-datepicker": "^8.4.0", "react-dom": "18.2.0", "react-google-recaptcha": "^2.1.0", "react-hook-form": "^7.42.1", "react-hot-toast": "^2.4.0", "react-lazy-load": "^4.0.1", "react-lazy-load-image-component": "^1.5.5", "react-loading-skeleton": "^3.3.1", "react-multi-select-component": "^4.3.4", "react-query": "^3.39.3", "react-select": "^5.8.0", "react-web-share": "^2.0.2", "redis": "^4.7.0", "snakecase-keys": "^5.5.0", "swiper": "^8.4.4", "tw-merge": "^0.0.1-alpha.3", "usehooks-ts": "^2.9.1", "xlsx": "^0.18.5", "xmlbuilder": "^15.1.1", "yup": "^0.32.11", "zod": "^3.22.4", "zustand": "^4.4.4" }, "devDependencies": { "@tailwindcss/typography": "^0.5.9", "@types/google.maps": "^3.58.1", "@types/react": "^18.2.31", "@types/react-dom": "^18.2.14", "@types/react-google-recaptcha": "^2.1.7", "@types/react-lazy-load-image-component": "^1.6.3", "autoprefixer": "^10.4.14", "eslint": "8.26.0", "eslint-config-next": "13.0.0", "postcss": "^8.4.21", "tailwindcss": "^3.2.7", "typescript": "^5.2.2" } }