UNPKG

redux-store-templates

Version:

Set of helpers to create useful and commonly used redux store patterns

56 lines (55 loc) 1.81 kB
{ "name": "redux-store-templates", "version": "1.1.0", "description": "Set of helpers to create useful and commonly used redux store patterns", "main": "es2015/index.js", "module": "index.js", "scripts": { "clean": "rimraf counter .internals list set-simple task-simple toggle value index.js models.ts coverage es2015", "build:es2018": "cross-env BABEL_ENV=es2018 babel src --out-dir ./ --copy-files", "build:es2015": "cross-env BABEL_ENV=es2015 babel src --out-dir ./es2015 --copy-files", "test": "cross-env BABEL_ENV=test jest", "test:coverage": "npm test -- --coverage", "test:watch": "npm test -- --watch", "build": "npm run clean && npm run build:es2018 && npm run build:es2015", "prepare": "npm run clean && npm run build" }, "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/szpakm/redux-store-templates.git" }, "keywords": [ "redux", "reducer", "store", "state", "schema", "pattern", "best practices", "template", "typesctipt" ], "author": "szpakm <szpak@pm.me>", "license": "MIT", "bugs": { "url": "https://github.com/szpakm/redux-store-templates/issues" }, "homepage": "https://github.com/szpakm/redux-store-templates#readme", "devDependencies": { "@babel/cli": "^7.0.0-rc.1", "@babel/core": "^7.0.0-rc.1", "@babel/plugin-syntax-object-rest-spread": "^7.0.0", "@babel/preset-env": "^7.0.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.6.0", "cross-env": "^5.2.0", "jest": "^23.6.0", "prettier": "^1.14.2", "redux": "^4.0.1", "rimraf": "^2.6.2", "tslint": "^5.11.0", "tslint-config-prettier": "^1.14.0", "typescript": "^3.0.1" } }