Files
negareh-admin/package.json
T
morteza 8c89128dad
deploy to danak / build_and_deploy (push) Has been cancelled
stat
2026-07-21 14:53:40 +03:30

57 lines
1.6 KiB
JSON

{
"name": "negareh-console",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@radix-ui/react-checkbox": "^1.3.3",
"@tailwindcss/vite": "^4.1.14",
"@tanstack/react-query": "^5.90.3",
"axios": "^1.12.2",
"formik": "^2.4.6",
"iconsax-react": "^0.0.8",
"moment-jalaali": "^0.10.4",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-dropzone": "^14.3.8",
"react-infinite-scroll-component": "^6.1.0",
"react-loading-skeleton": "^3.5.0",
"react-multi-date-picker": "^4.5.2",
"react-otp-input": "^3.1.1",
"react-router-dom": "^7.9.4",
"react-spinners": "^0.17.0",
"react-toastify": "^11.0.5",
"recharts": "^3.10.0",
"swiper": "^12.0.2",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.14",
"vite-tsconfig-paths": "^5.1.4",
"yup": "^1.7.1",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/moment-jalaali": "^0.7.9",
"@types/node": "^24.6.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.0.4",
"babel-plugin-react-compiler": "^19.1.0-rc.3",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"prettier": "^3.8.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.45.0",
"vite": "^7.1.7"
}
}