73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
JSON
{
|
|
"name": "enduser.salona",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"format": "prettier --write .",
|
|
"generate-pwa-assets": "pwa-assets-generator"
|
|
},
|
|
"dependencies": {
|
|
"@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",
|
|
"@tanstack/react-query": "5.59.20",
|
|
"aos": "2.3.4",
|
|
"axios": "1.7.7",
|
|
"class-variance-authority": "0.7.0",
|
|
"clsx": "2.1.1",
|
|
"input-otp": "1.4.1",
|
|
"jalali-moment": "3.3.11",
|
|
"lucide-react": "0.456.0",
|
|
"react": "18.3.1",
|
|
"react-date-object": "2.1.9",
|
|
"react-device-detect": "^2.2.3",
|
|
"react-dom": "18.3.1",
|
|
"react-error-boundary": "4.1.2",
|
|
"react-hook-form": "7.53.2",
|
|
"react-hot-toast": "2.4.1",
|
|
"react-image-crop": "11.0.7",
|
|
"react-multi-date-picker": "4.5.2",
|
|
"react-router-dom": "6.28.0",
|
|
"react-simple-captcha": "^9.3.1",
|
|
"react-spinners": "0.14.1",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "9.13.0",
|
|
"@types/aos": "3.0.7",
|
|
"@types/node": "22.9.0",
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "18.3.1",
|
|
"@types/react-google-recaptcha": "2.1.9",
|
|
"@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"
|
|
}
|
|
}
|