UNPKG

lucent-flow

Version:

A lightweight, composable state & data library for React and TypeScript

128 lines (127 loc) 3.24 kB
{ "name": "lucent-flow", "version": "0.1.2", "description": "A lightweight, composable state & data library for React and TypeScript", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js" } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "dev": "vite", "build": "rollup -c", "lint": "eslint .", "preview": "vite preview", "test": "jest", "prepare": "npm run build", "prepublishOnly": "npm run lint && npm run test" }, "keywords": [ "react", "typescript", "state-management", "zustand", "middleware", "hooks", "data-flow", "react-native", "state", "store", "redux", "mobx", "immutable", "persistence", "local-storage", "indexeddb", "async-storage", "offline", "suspense", "nextjs", "ssr", "hydration", "devtools", "debugging", "performance", "optimization", "memoization", "selectors", "computed", "derived", "reactive", "observable", "immutable-state", "state-machine", "state-pattern", "state-sync", "state-persistence", "state-hydration", "state-migration", "state-versioning", "state-encryption", "state-visualization", "state-debugging", "state-testing" ], "author": "Abebe Kayimo <abebekayew@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/abaymimi/lucent-flow.git" }, "homepage": "https://github.com/abaymimi/lucent-flow#readme", "bugs": { "url": "https://github.com/abaymimi/lucent-flow/issues" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0", "react-native": ">=0.65.0" }, "dependencies": { "@react-native-async-storage/async-storage": "^2.1.2", "@react-native-community/netinfo": "^11.4.1", "@types/react-native": "^0.72.8", "immer": "^10.1.1", "tslib": "^2.8.1" }, "devDependencies": { "@eslint/js": "^9.22.0", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@types/jest": "^29.5.12", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", "eslint": "^9.25.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "globals": "^13.24.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.2.5", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^4.9.6", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-terser": "^7.0.2", "ts-jest": "^29.1.2", "typescript": "^5.4.2", "typescript-eslint": "^7.0.1", "vite": "^5.1.4" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }