UNPKG

@airma/react-effect

Version:

This is a react async state management tool

62 lines (61 loc) 1.52 kB
{ "private": false, "name": "@airma/react-effect", "version": "18.5.14", "description": "This is a react async state management tool", "license": "MIT", "author": "Jimmy.Harding", "homepage": "https://filefoxper.github.io/airma/#/react-effect/index", "repository": { "type": "git", "url": "https://github.com/filefoxper/airma" }, "main": "dist/index.js", "files": [ "dist", "index.d.ts" ], "scripts": { "analyze": "webpack --config webpack.analyze.js", "build": "webpack", "docs": "docsify serve ./docs", "lint": "eslint src --fix --ext .ts,.tsx ", "lint-init": "eslint --init", "test": "jest --coverage" }, "typings": "index.d.ts", "dependencies": { "@airma/react-hooks-core": "^18.4.0", "@airma/react-state": ">=18.5.10", "react": ">=16.8.0" }, "devDependencies": { "esbuild": "^0.16.6", "eslint": "^8.27.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^8.5.0", "eslint-import-resolver-typescript": "^3.5.2", "eslint-plugin-import": "^2.26.0", "husky": "^7.0.1", "jest": "29.3.1", "pre-commit": "^1.2.2", "prettier": "2.3.2", "prettier-eslint": "^12.0.0", "prettier-eslint-cli": "^5.0.1", "regenerator-runtime": "0.13.5", "rewire": "5.0.0", "typescript": "4.9.5" }, "keywords": [ "async", "async-state", "browser", "closures", "hook", "react", "side-effects", "state", "state-management", "typescript" ] }