{ "name": "asman", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@fontsource/public-sans": "^5.1.2", "@mui/icons-material": "^6.4.3", "@mui/lab": "^6.0.0-beta.27", "@mui/material": "^6.4.3", "@tanstack/react-table": "^8.21.2", "axios": "^1.7.9", "crypto-js": "^4.2.0", "dayjs": "^1.11.13", "iconsax-react": "^0.0.8", "immer": "^10.1.1", "lodash": "^4.17.21", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^7.1.5", "react-svg": "^16.3.0", "zustand": "^5.0.3" }, "devDependencies": { "@eslint/js": "^9.19.0", "@types/crypto-js": "^4.2.2", "@types/lodash": "^4.17.15", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.19.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.18", "globals": "^15.14.0", "typescript": "~5.7.2", "typescript-eslint": "^8.22.0", "vite": "^6.1.0" } }