UNPKG

react-async-states-utils

Version:
90 lines (89 loc) 2.69 kB
{ "private": false, "license": "MIT", "version": "2.0.0-alpha-7", "author": "incepter", "sideEffects": false, "main": "dist/umd/index", "types": "dist/es/index", "module": "dist/es/index", "name": "react-async-states-utils", "description": "utilities for react-async-states package", "repository": "https://github.com/incepter/react-async-states", "scripts": { "test": "cross-env CI=1 jest test", "test:cov": "cross-env CI=1 jest test --coverage", "clean:dist": "rimraf dist", "start": "pnpm dev", "prebuild": "pnpm test && rimraf dist", "build": "pnpm clean:dist && rollup -c rollup/rollup.config.js", "dev": "pnpm clean:dist && rollup -c rollup/rollup.config.dev.js -w" }, "peerDependencies": { "async-states": "^1.0.0", "react-async-states": "^1.0.0", "react": "^16.8.0 || ^17.0.2 || ^18.0.0" }, "devDependencies": { "async-states": "workspace:^2.0.0-alpha-6", "react-async-states": "workspace:^2.0.0-alpha-6", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@jest/globals": "^29.3.1", "@rollup/plugin-babel": "^6.0.2", "@rollup/plugin-commonjs": "^23.0.2", "@rollup/plugin-json": "^5.0.1", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-replace": "^5.0.1", "@rollup/plugin-terser": "^0.1.0", "@testing-library/dom": "^8.19.0", "@testing-library/react": "13.4.0", "@testing-library/react-hooks": "^8.0.1", "@types/jest": "^29.2.4", "@types/node": "^18.11.9", "@types/react": "18.0.25", "babel-jest": "^29.3.1", "circular-dependency-plugin": "^5.2.2", "cross-env": "^7.0.3", "eslint-config-standard": "17.0.0", "eslint-config-standard-react": "12.0.0", "eslint-plugin-import": "^2.13.0", "eslint-plugin-react": "^7.10.0", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "react-test-renderer": "18.2.0", "rimraf": "^3.0.2", "rollup": "^3.3.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dts": "^5.0.0", "rollup-plugin-gzip": "3.1.0", "rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^29.0.3", "tslib": "^2.4.1", "ttypescript": "^1.5.15" }, "engines": { "npm": ">=5", "node": ">=8" }, "keywords": [ "react", "state", "async", "promise", "generator", "management", "async-state", "react-async-state", "react-async-states" ], "files": [ "dist/*", "README.MD", "package.json" ] }