Files
hamid zarghami ed01f69de7 fix security bug
2025-12-13 15:38:58 +03:30

48 lines
1.3 KiB
JSON

{
"name": "danak-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^5.73.3",
"@tanstack/react-query-devtools": "^5.74.3",
"axios": "^1.8.4",
"critters": "^0.0.23",
"formik": "^2.4.6",
"framer-motion": "^12.7.3",
"iconsax-react": "^0.0.8",
"js-cookie": "^3.0.5",
"moment-jalaali": "^0.10.4",
"next": "^15.5.9",
"rc-rate": "^2.13.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-share": "^5.2.2",
"react-spinners": "^0.15.0",
"react-toastify": "^11.0.5",
"swiper": "^11.2.6",
"tailwind-merge": "^3.0.2",
"yup": "^1.6.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/js-cookie": "^3.0.6",
"@types/moment-jalaali": "^0.7.9",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.6",
"tailwindcss": "^4",
"typescript": "^5"
},
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184"
}