UNPKG

react-redux-isomorphic

Version:

Set of utilities for creating isomorphic applications using react-redux

85 lines (84 loc) 2.64 kB
{ "name": "react-redux-isomorphic", "version": "0.6.1", "description": "Set of utilities for creating isomorphic applications using react-redux", "main": "./lib/index.js", "module": "./es/index.js", "typings": "./ts/index.d.ts", "files": [ "/es", "/lib", "/ts" ], "scripts": { "clean": "rimraf es lib ts", "build": "yarn build:cjs && yarn build:es && yarn build:ts", "build:cjs": "cross-env BABEL_ENV=cjs babel --root-mode upward --extensions '.ts,.tsx' src --out-dir lib --ignore \"src/**/__tests__\"", "build:es": "cross-env BABEL_ENV=es babel --root-mode upward --extensions '.ts,.tsx' src --out-dir es --ignore \"src/**/__tests__\"", "build:ts": "tsc --declaration --emitDeclarationOnly", "test:ts": "tsc -p ./tsconfig.validate.json --noEmit", "lint": "eslint src --ext .ts,.tsx --ignore-path ../../.gitignore", "prepare": "yarn clean && yarn build" }, "repository": { "type": "git", "url": "git+https://github.com/vtaits/react-redux-isomorphic.git" }, "keywords": [ "react", "reactjs", "redux", "ssr", "isomorphic", "react-redux-isomorphic", "decorator", "context" ], "author": "Vadim Taits", "license": "MIT", "bugs": { "url": "https://github.com/vtaits/react-redux-isomorphic/issues" }, "homepage": "https://github.com/vtaits/react-redux-isomorphic#readme", "peerDependencies": { "react": "^16.14.0 || ^17.0.0", "react-redux": "^7.1.0", "redux": "^3.0.0 || ^4.0.0" }, "devDependencies": { "@babel/cli": "^7.14.8", "@types/enzyme": "^3.10.9", "@types/jest": "^27.0.1", "@types/react": "^17.0.19", "@types/react-redux": "^7.1.18", "@typescript-eslint/eslint-plugin": "^4.29.3", "@typescript-eslint/parser": "^4.29.3", "cross-env": "^7.0.3", "enzyme": "^3.11.0", "eslint": "^7.32.0", "eslint-config-airbnb-typescript": "^14.0.0", "eslint-import-resolver-node": "^0.3.6", "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-jest": "^24.4.0", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.25.1", "eslint-plugin-react-hooks": "^4.2.0", "flux-standard-action": "^2.1.2", "jest": "^27.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-redux": "^7.2.4", "redux": "^4.1.1", "redux-mock-store": "^1.5.4", "rimraf": "^3.0.2", "ts-jest": "^27.0.5", "typescript": "^4.3.5" }, "dependencies": { "@babel/runtime": "^7.15.3", "es6-error": "^4.1.1", "invariant": "^2.2.4", "prop-types": "^15.7.2" } }