UNPKG

react-redux-isomorphic-filterlist

Version:

Integration of react-redux-isomorphic and @vtaits/react-filterlist

80 lines (79 loc) 2.5 kB
{ "name": "react-redux-isomorphic-filterlist", "version": "0.2.5", "description": "Integration of react-redux-isomorphic and @vtaits/react-filterlist", "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", "filterlist", "react-filterlist" ], "author": "Vadim Taits", "license": "MIT", "bugs": { "url": "https://github.com/vtaits/react-redux-isomorphic/issues" }, "peerDependencies": { "@vtaits/filterlist": "^0.2.2", "@vtaits/react-filterlist": "^0.3.0", "react": "^16.14.0 || ^17.0.0", "react-redux-isomorphic": "^0.6.0" }, "devDependencies": { "@babel/cli": "^7.16.8", "@types/jest": "^27.4.0", "@types/react": "^17.0.38", "@typescript-eslint/eslint-plugin": "^5.9.1", "@typescript-eslint/parser": "^5.9.1", "@vtaits/filterlist": "^0.2.4", "@vtaits/react-filterlist": "^0.3.1", "cross-env": "^7.0.3", "eslint": "^8.6.0", "eslint-config-airbnb-typescript": "^16.1.0", "eslint-import-resolver-node": "^0.3.6", "eslint-import-resolver-typescript": "^2.5.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jest": "^25.3.4", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", "jest": "^27.4.7", "react": "^17.0.2", "react-redux": "^7.2.6", "react-redux-isomorphic": "^0.6.0", "redux": "^4.1.2", "rimraf": "^3.0.2", "ts-jest": "^27.1.2", "typescript": "^4.5.4" }, "dependencies": { "@babel/runtime": "^7.16.7", "es6-error": "^4.1.1" } }