{ "name": "reseller-portal", "version": "0.1.0", "private": true, "dependencies": { "@headlessui/react": "^2.2.7", "@reduxjs/toolkit": "^2.8.2", "@tailwindcss/forms": "^0.5.10", "@tailwindcss/typography": "^0.5.16", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.6.4", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^13.5.0", "@tiptap/extension-code-block": "^3.2.0", "@tiptap/extension-highlight": "^3.2.0", "@tiptap/extension-image": "^3.2.0", "@tiptap/extension-link": "^3.2.0", "@tiptap/extension-table": "^3.2.0", "@tiptap/extension-table-cell": "^3.2.0", "@tiptap/extension-table-header": "^3.2.0", "@tiptap/extension-table-row": "^3.2.0", "@tiptap/pm": "^3.2.0", "@tiptap/react": "^3.2.0", "@tiptap/starter-kit": "^3.2.0", "@types/jest": "^27.5.2", "@types/node": "^16.18.126", "@types/react": "^19.1.9", "@types/react-dom": "^19.1.7", "@types/react-syntax-highlighter": "^15.5.13", "@types/socket.io-client": "^1.4.36", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.536.0", "react": "^19.1.1", "react-cookie": "^8.0.1", "react-dom": "^19.1.1", "react-hot-toast": "^2.5.2", "react-icons": "^5.5.0", "react-redux": "^9.2.0", "react-router-dom": "^6.30.1", "react-scripts": "5.0.1", "react-syntax-highlighter": "^15.6.1", "recharts": "^3.1.0", "socket.io-client": "^4.8.1", "tailwind-merge": "^3.3.1", "typescript": "^4.9.5", "web-vitals": "^2.1.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "autoprefixer": "^10.4.16", "postcss": "^8.4.31", "tailwindcss": "^3.4.0" } }