UNPKG

react-use-state-x

Version:

Complex state management and global store done in type-safe, high-performance way using react useState/useContext hooks.

70 lines (69 loc) 2.2 kB
{ "name": "react-use-state-x", "version": "0.9.2", "description": "Complex state management and global store done in type-safe, high-performance way using react useState/useContext hooks.", "license": "MIT", "author": { "name": "Andrey Konstantinov" }, "repository": { "url": "https://github.com/avkonst/react-use-state-x" }, "bugs": { "url": "https://github.com/avkonst/react-use-state-x/issues" }, "homepage": "https://github.com/avkonst/react-use-state-x", "main": "dist/index.js", "module": "dist/index.es.js", "jsnext:main": "dist/index.es.js", "engines": { "node": ">=8", "npm": ">=5" }, "scripts": { "start": "rollup -c -w", "build": "rollup -c", "build:watch": "yarn run start", "lint": "tslint --project .", "clean": "rimraf dist", "test": "cross-env CI=1 react-scripts test --env=jsdom", "test:watch": "react-scripts test --env=jsdom", "check-updates": "ncu", "apply-updates": "ncu -u", "prepare": "yarn build" }, "dependencies": {}, "peerDependencies": { "react": "^16.8.6" }, "devDependencies": { "@testing-library/react": "8.0.5", "@testing-library/react-hooks": "1.1.0", "@types/jest": "24.0.15", "@types/react": "16.8.23", "@types/react-dom": "16.8.4", "babel-core": "6.26.3", "babel-runtime": "6.26.0", "cross-env": "5.2.0", "react": "16.8.6", "react-dom": "16.8.6", "react-scripts": "3.0.1", "react-test-renderer": "16.8.6", "rimraf": "2.6.3", "rollup": "1.16.7", "rollup-plugin-babel": "4.3.3", "rollup-plugin-commonjs": "10.0.1", "rollup-plugin-node-resolve": "5.2.0", "rollup-plugin-peer-deps-external": "2.2.0", "rollup-plugin-postcss": "2.0.3", "rollup-plugin-typescript2": "0.22.0", "rollup-plugin-url": "2.2.2", "tslint": "5.18.0", "tslint-config-airbnb": "5.11.1", "tslint-react": "4.0.0", "typescript": "3.5.3" }, "files": [ "dist" ] }