Initial commit - modstagram-next

This commit is contained in:
root
2026-07-05 13:59:41 +03:30
commit 11e73da693
859 changed files with 117640 additions and 0 deletions

127
package.json Normal file
View File

@@ -0,0 +1,127 @@
{
"name": "modstagram-next",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "next start -p 3000 -H 0.0.0.0",
"dev": "next dev -p 3000 -H 0.0.0.0",
"build": "next build",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@headlessui/react": "^2.2.8",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/themes": "^3.2.1",
"@shadcn/ui": "^0.0.4",
"@tabler/icons-react": "^3.34.1",
"@tanstack/react-query": "^5.87.1",
"@tanstack/react-table": "^8.21.3",
"@vitalets/google-translate-api": "^9.2.1",
"axios": "^1.7.9",
"chart.js": "^4.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"formik": "^2.4.6",
"framer-motion": "^12.23.12",
"i18next": "^25.3.6",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"jalali-moment": "^3.3.11",
"js-cookie": "^3.0.5",
"jszip": "^3.10.1",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"lucide-react": "^0.541.0",
"mapbox-gl": "^3.9.3",
"next": "^15.5.2",
"next-i18next": "^15.4.2",
"next-seo": "^6.8.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"node-fetch": "^3.3.2",
"openai": "^5.21.0",
"radix-ui": "^1.4.3",
"rc-rate": "^2.13.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.0",
"react-confetti": "^6.4.0",
"react-dom": "^18.3.1",
"react-easy-crop": "^5.5.0",
"react-hook-form": "^7.65.0",
"react-hot-toast": "^2.5.1",
"react-i18next": "^15.6.1",
"react-icons": "^5.5.0",
"react-leaflet": "^4.2.1",
"react-map-gl": "^7.1.8",
"react-modal": "^3.16.3",
"react-multi-date-picker": "^4.5.2",
"react-otp-input": "^3.1.1",
"react-slick": "^0.31.0",
"react-use": "^17.6.0",
"recharts": "^2.15.4",
"sharp": "^0.34.5",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.8.1",
"sonner": "^2.0.7",
"swiper": "^11.2.2",
"tailwind-merge": "^3.3.1",
"tailwindcss-rtl": "^0.9.0",
"three": "^0.180.0",
"translate-google": "^1.5.0",
"uuid": "^11.1.0",
"vaul": "^1.1.2",
"yet-another-react-lightbox": "^3.25.0",
"yup": "^1.7.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@tailwindcss/postcss": "^4.2.4",
"@types/js-cookie": "^3.0.6",
"@types/leaflet": "^1.9.20",
"@types/lodash": "^4.17.20",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-modal": "^3.16.3",
"@types/react-slick": "^0.23.13",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.1.5",
"postcss": "^8.5.14",
"tailwindcss": "^4.2.4",
"ts-node": "^10.9.2",
"tw-animate-css": "^1.3.8",
"typescript": "^5"
}
}