UNPKG

use-sync-react

Version:

A package for keep updating the states with more features

52 lines (51 loc) 1.21 kB
{ "name": "use-sync-react", "version": "1.0.0", "description": "A package for keep updating the states with more features", "keywords": [ "React", "State management", "Redux", "Caching", "Syncing", "Fetch" ], "homepage": "https://github.com/sirajju/use-sync#readme", "bugs": { "url": "https://github.com/sirajju/use-sync/issues" }, "repository": { "type": "git", "url": "git+https://github.com/sirajju/use-sync.git" }, "license": "ISC", "author": "Sirajju", "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "LICENSE", "README.md" ], "scripts": { "build": "webpack", "build:types": "tsc --emitDeclarationOnly --declaration", "build:all": "npm run build && npm run build:types", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "react": "^19.0.0", "react-redux": "^9.2.0" }, "devDependencies": { "typescript": "^5.7.3", "terser": "^5.26.0", "webpack": "^5.89.0", "webpack-cli": "^5.1.4", "ts-loader": "^9.5.1", "tslib": "^2.8.1", "@types/react": "^18.2.45", "@types/react-redux": "^7.1.33" } }