{ "name": "txclient", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 3021", "build": "next build", "start": "next start -p 3021", "lint": "next lint" }, "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@mui/icons-material": "^6.1.5", "@mui/material": "^6.1.5", "@mui/x-charts": "^7.23.2", "@mui/x-date-pickers": "^7.22.2", "@react-oauth/google": "^0.12.1", "axios": "^1.7.7", "classnames": "^2.5.1", "currency.js": "^2.0.4", "dayjs": "^1.11.13", "dompurify": "^3.2.7", "driver.js": "^1.3.6", "leaflet": "^1.9.4", "motion": "^11.12.0", "next": "^15.5.7", "pdfmake": "^0.2.20", "react": "^18.3.1", "react-avatar": "^5.0.3", "react-colorful": "^5.6.1", "react-dom": "^18.3.1", "react-leaflet": "^4.2.1", "react-quill-new": "^3.6.0", "react-schedule-view": "^1.1.2", "react-share": "^5.2.2", "socket.io-client": "^4.8.1", "yup": "^1.4.0", "zustand": "^5.0.0" }, "devDependencies": { "@types/dompurify": "^3.0.5", "@types/leaflet": "^1.9.15", "@types/node": "^20", "@types/pdfmake": "^0.2.12", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "15.0.1", "typescript": "^5" } }