Files
Salona-Shop/package.json
Reza Taghizadeh a2c0348f25 create project
2026-03-15 17:55:18 +03:30

63 lines
1.6 KiB
JSON

{
"name": "salona-shop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@reduxjs/toolkit": "^2.11.2",
"@tanstack/react-query": "^5.90.21",
"aos": "^2.3.4",
"axios": "^1.13.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.20",
"framer-motion": "^12.36.0",
"heic2any": "^0.0.4",
"html-to-image": "^1.11.13",
"html2canvas": "^1.4.1",
"input-otp": "^1.4.2",
"jalaali-js": "^1.2.8",
"jalali-moment": "^3.3.11",
"jalaliday": "^3.1.1",
"lottie-react": "^2.4.1",
"lucide-react": "^0.577.0",
"next": "16.1.6",
"react": "19.2.3",
"react-date-object": "^2.1.9",
"react-datetime-picker": "^7.0.1",
"react-day-picker": "^9.14.0",
"react-device-detect": "^2.2.3",
"react-dom": "19.2.3",
"react-hook-form": "^7.71.2",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.6.0",
"react-joyride": "^2.9.3",
"react-multi-date-picker": "^4.5.2",
"react-player": "^3.4.0",
"react-redux": "^9.2.0",
"sweetalert2": "^11.26.22",
"swiper": "^12.1.2",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"use-local-storage": "^3.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"msw": "^2.12.10",
"tailwindcss": "^4",
"ts-node-dev": "^2.0.0",
"typescript": "^5"
}
}