UNPKG

@focuson/redux

Version:

The tools needed to bind to redux, doesn't actually have a version of redux

70 lines (69 loc) 1.55 kB
{ "browserslist": { "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ], "production": [ ">0.2%", "not dead", "not op_mini all" ] }, "dependencies": { "react-redux": "^8.0.2", "@reduxjs/toolkit": "^1.8.2", "@focuson/focuson": "1.23.16" }, "devDependencies": { "@types/node": "^14.14.7", "npm-check-updates": "^10.0.0", "typescript": "^4.1.5", "@testing-library/jest-dom": "^5.11.5", "@testing-library/user-event": "^12.2.0", "@types/jest": "^26.0.15", "jest": "^26.6.0", "ts-jest": "^26.4.4", "@types/react-redux": "^7.1.24" }, "files": [ "LICENSE.md", "README.md", "dist/index.js", "dist/index.d.ts", "dist/src/" ], "keywords": [ "functionalprogramming", "lens", "optics" ], "license": "MIT", "main": "dist/index", "types": "dist/index", "repository": "github:focuson-ts/focuson", "scripts": { "test": "jest --config jest.config.json", "test:watch": "npm run test -- --watch" }, "version": "1.23.16", "template": "noreact", "name": "@focuson/redux", "description": "The tools needed to bind to redux, doesn't actually have a version of redux", "details": { "ideify": true, "publish": true, "links": [ "@focuson/focuson" ], "extraDeps": { "react-redux": "^8.0.2", "@reduxjs/toolkit": "^1.8.2" }, "extraDevDeps": { "@types/react-redux": "^7.1.24" }, "tsc": true } }