OwlCyberSecurity - MANAGER
Edit File: package.json
{ "name": "charsooq", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 3001", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@hookform/resolvers": "^3.10.0", "@ijavad805/react-datepicker": "^2.1.22", "@next/third-parties": "^14.1.4", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-checkbox": "^1.0.4", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-hover-card": "^1.0.7", "@radix-ui/react-label": "^2.1.2", "@radix-ui/react-navigation-menu": "^1.1.4", "@radix-ui/react-popover": "^1.1.1", "@radix-ui/react-scroll-area": "^1.0.5", "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-slider": "^1.1.2", "@radix-ui/react-slot": "^1.1.2", "@radix-ui/react-switch": "^1.0.3", "@radix-ui/react-tabs": "^1.1.3", "@reduxjs/toolkit": "^1.9.5", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "embla-carousel-autoplay": "^8.0.0-rc20", "embla-carousel-react": "^8.0.0-rc19", "i": "^0.3.7", "leaflet": "^1.9.4", "lucide-react": "^0.309.0", "next": "14.2.35", "next-themes": "^0.2.1", "nextjs-toploader": "^3.7.15", "npm": "^9.8.1", "persian-currency-converter": "^1.0.10", "react": "^18.2.0", "react-collapsed": "^4.0.4", "react-countdown": "^2.3.6", "react-dom": "^18.2.0", "react-export-table-to-excel": "^1.0.6", "react-hook-form": "^7.54.2", "react-hot-toast": "^2.4.1", "react-image-gallery": "^1.3.0", "react-leaflet": "^4.2.1", "react-otp-input": "^3.1.1", "react-paginate": "^8.2.0", "react-redux": "^8.1.3", "react-responsive-carousel": "^3.2.23", "react-share": "^5.0.2", "react-to-print": "^2.14.15", "redux-persist": "^6.0.0", "sharp": "^0.32.6", "sonner": "^1.5.0", "tailwind-merge": "^2.2.0", "tailwindcss-animate": "^1.0.7", "use-debounce": "^10.0.0", "vaul": "^0.9.0", "zod": "^3.24.2" }, "devDependencies": { "@types/leaflet": "^1.9.8", "@types/node": "^20.12.2", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", "@types/react-image-gallery": "^1.2.4", "autoprefixer": "^10.4.15", "eslint": "^8.57.0", "eslint-config-next": "^14.2.2", "postcss": "^8.4.27", "tailwindcss": "^3.3.3", "typescript": "^5.4.3" } }