Files
salona/package.json
2025-08-04 23:40:41 +03:30

98 lines
2.8 KiB
JSON

{
"name": "app.salona",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"generate-pwa-icons": "pwa-assets-generator"
},
"dependencies": {
"@lottiefiles/dotlottie-react": "^0.13.0",
"@radix-ui/react-accordion": "1.2.1",
"@radix-ui/react-avatar": "1.1.1",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-select": "2.1.2",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-switch": "1.1.1",
"@radix-ui/react-tabs": "1.1.2",
"@radix-ui/react-tooltip": "1.1.3",
"@tabler/icons-react": "^3.34.0",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-query": "5.59.20",
"aos": "2.3.4",
"axios": "1.7.7",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"firebase": "^11.4.0",
"html-to-image": "^1.11.13",
"input-otp": "1.4.1",
"jalali-moment": "3.3.11",
"leaflet": "1.9.4",
"lucide-react": "0.456.0",
"motion": "^12.23.6",
"react": "18.3.1",
"react-date-object": "2.1.9",
"react-device-detect": "^2.2.3",
"react-dom": "18.3.1",
"react-element-to-jsx-string": "^17.0.1",
"react-error-boundary": "4.1.2",
"react-fast-marquee": "^1.6.5",
"react-h5-audio-player": "^3.10.0",
"react-hook-form": "7.53.2",
"react-hot-toast": "2.4.1",
"react-html-parser": "^2.0.2",
"react-icons": "^5.5.0",
"react-image-crop": "11.0.7",
"react-leaflet": "4.2.1",
"react-multi-date-picker": "4.5.2",
"react-player": "^3.2.0",
"react-router-dom": "6.28.0",
"react-simple-captcha": "^9.3.1",
"react-spinners": "0.14.1",
"react-type-animation": "^3.2.0",
"react-video-player": "^1.0.0",
"recharts": "^2.15.3",
"sweetalert2": "11.14.5",
"swiper": "11.2.2",
"tailwind-merge": "2.5.4",
"tailwindcss-animate": "1.0.7",
"use-local-storage": "3.0.0",
"vaul": "1.1.1",
"video-react": "^0.16.0",
"workbox-precaching": "^7.3.0",
"workbox-window": "^7.3.0"
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@svgr/webpack": "^8.1.0",
"@types/aos": "3.0.7",
"@types/leaflet": "1.9.14",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-html-parser": "^2.0.7",
"@vite-pwa/assets-generator": "0.2.6",
"@vitejs/plugin-react-swc": "3.5.0",
"autoprefixer": "10.4.20",
"eslint": "9.13.0",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
"globals": "15.11.0",
"postcss": "8.4.47",
"tailwindcss": "3.4.14",
"typescript": "~5.6.2",
"typescript-eslint": "8.11.0",
"vite": "5.4.10",
"vite-plugin-pwa": "0.21.0"
},
"resolutions": {
"sharp": "0.32.6",
"sharp-ico": "0.1.5"
}
}