{ "name": "easy-pay", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite --open", "build": "vite build", "production": "vite --mode production --open", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@ant-design/icons": "^5.3.7", "@googlemaps/react-wrapper": "^1.2.0", "@react-pdf/renderer": "^3.4.4", "@reduxjs/toolkit": "^2.2.6", "@types/node": "^20.14.11", "antd": "^5.27.4", "dayjs": "^1.11.11", "fuse.js": "^7.0.0", "i18next": "^23.15.1", "normalizr": "^3.6.2", "path": "^0.12.7", "react": "^18.3.1", "react-barcode": "^1.5.3", "react-dom": "^18.3.1", "react-drag-listview": "^2.0.0", "react-i18next": "^15.0.2", "react-phone-input-2": "^2.15.1", "react-redux": "^9.1.2", "react-resizable": "^3.0.5", "react-router-dom": "^6.24.1", "react-use": "^17.5.0", "recharts": "^2.15.1", "virtuallist-antd": "^0.8.0-beta.1", "vite-tsconfig-paths": "^4.3.2" }, "devDependencies": { "@types/google.maps": "^3.58.1", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/react-resizable": "^3.0.4", "@typescript-eslint/eslint-plugin": "^7.13.1", "@typescript-eslint/parser": "^7.13.1", "@vitejs/plugin-react": "^4.3.1", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", "typescript": "^5.2.2", "vite": "^5.3.1" } }