UNPKG

react-await-util

Version:

Processing asynchronous data in react functional components.

39 lines 893 B
{ "name": "react-await-util", "version": "1.0.6", "description": "Processing asynchronous data in react functional components.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "start": "rollup -c" }, "keywords": [ "react", "Await", "Async", "component", "react-await-util" ], "author": { "name": "Zhou-ChaoXian", "email": "2542606900@qq.com" }, "repository": { "type": "git", "url": "https://github.com/Zhou-ChaoXian/react-await-util.git" }, "license": "MIT", "devDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "rollup": "^4.7.0" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" } }