UNPKG

react-js-plugins

Version:

A powerful and efficient React utility library designed to enhance application performance by streamlining and simplifying the management of complex asynchronous operations.

59 lines (58 loc) 1.37 kB
{ "name": "react-js-plugins", "version": "1.3.6", "description": "A powerful and efficient React utility library designed to enhance application performance by streamlining and simplifying the management of complex asynchronous operations.", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc" }, "license": "MIT", "devDependencies": { "@types/crypto-js": "^4.2.2", "@types/luxon": "^3.6.2", "@types/node": "^22.13.10", "@types/nprogress": "^0.2.3", "@types/react": "^18.2.14", "tslib": "^2.6.3", "typescript": "^5.2.2" }, "keywords": [ "react-utils", "helper", "plugins", "utility", "functions", "utils", "toolkit", "common-functions", "shared-utils", "utility-functions", "javascript-helpers", "typescript-utils", "core-utils", "custom-hooks", "react-helpers", "frontend-utils", "reusable-functions", "browser-helpers", "form-utils", "validation-utils" ], "dependencies": { "axios": "^1.9.0", "crypto-js": "^4.2.0", "luxon": "^3.6.1", "moment": "^2.30.1", "nprogress": "^0.2.0", "react": "^18.2.0", "react-error-boundary": "^4.0.13", "sweetalert2": "^11.17.2", "xlsx": "^0.18.5", "yup": "^1.4.0" } }