{ "name": "ef-ui", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@fortawesome/react-fontawesome": "^0.2.2", "@reduxjs/toolkit": "^2.2.7", "axios": "^1.7.7", "bootstrap": "^5.3.3", "dotenv": "^16.4.5", "ef-ui": "file:", "jwt-decode": "^4.0.0", "mdb-react-ui-kit": "^8.0.0", "moment": "^2.30.1", "primeicons": "^7.0.0", "prop-types": "^15.8.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-file-base64": "^1.0.3", "react-icons": "^5.3.0", "react-loading-icons": "^1.1.0", "react-redux": "^9.1.2", "react-router-dom": "^6.26.1", "react-toastify": "^10.0.5" }, "devDependencies": { "@eslint/js": "^9.9.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "eslint": "^9.9.0", "eslint-plugin-react": "^7.35.0", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.9", "globals": "^15.9.0", "vite": "^5.4.1" } }