Files
hamid zarghami 9334e09ac6 chatbot debug
2025-06-08 16:21:37 +03:30

63 lines
1.7 KiB
JSON

{
"name": "lms",
"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.0",
"@material-tailwind/react": "^2.1.10",
"@tanstack/react-query": "^5.64.1",
"@types/uuid": "^10.0.0",
"axios": "^1.7.9",
"formik": "^2.4.6",
"i18next": "^24.2.1",
"iconsax-react": "^0.0.8",
"js-cookie": "^3.0.5",
"moment-jalaali": "^0.10.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-i18next": "^15.4.0",
"react-infinite-scroll-component": "^6.1.0",
"react-loading": "^2.0.3",
"react-loading-skeleton": "^3.5.0",
"react-multi-date-picker": "^4.5.2",
"react-otp-input": "^3.1.1",
"react-router-dom": "^7.1.3",
"react-spinners": "^0.17.0",
"react-string-replace": "^1.1.1",
"react-toastify": "^11.0.3",
"socket.io-client": "^4.8.1",
"swiper": "^11.2.1",
"tailwind-merge": "^2.6.0",
"uuid": "^11.1.0",
"yup": "^1.6.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/js-cookie": "^3.0.6",
"@types/moment-jalaali": "^0.7.9",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/swiper": "^5.4.3",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
}
}