Viewing File: /home/ubuntu/todaykat-frontend-base/node_modules/@redux-saga/core/package.json

{
  "name": "@redux-saga/core",
  "version": "1.1.3",
  "description": "Saga middleware for Redux to handle Side Effects",
  "main": "./dist/redux-saga-core.cjs.js",
  "module": "./dist/redux-saga-core.esm.js",
  "files": [
    "dist",
    "effects",
    "types"
  ],
  "scripts": {
    "test": "yarn test:types && yarn test:jest",
    "test:jest": "jest",
    "test:types": "dtslint types",
    "clean": "rimraf dist",
    "prebuild": "yarn clean",
    "build": "rollup -c",
    "postbuild": "node ./scripts/createProxyCjsEntries.js",
    "prepare": "yarn build",
    "preversion": "npm test"
  },
  "repository": "https://github.com/redux-saga/redux-saga/tree/master/packages/core",
  "keywords": [
    "javascript",
    "redux",
    "middleware",
    "saga",
    "effects",
    "side effects"
  ],
  "author": "Yassine ELOUAFI <yelouafi@gmail.com>",
  "contributors": [
    "Mateusz BurzyƄski <mateuszburzynski@gmail.com> (https://github.com/Andarist)",
    "Mikhail Shustov <restrry@gmail.com> (https://github.com/restrry)",
    "Shi Feichao <842351815@qq.com> (https://github.com/shinima)",
    "Daniel Lytkin <dan.lytkin@gmail.com (https://github.com/aikoven)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/redux-saga/redux-saga/issues"
  },
  "homepage": "https://redux-saga.js.org/",
  "dependencies": {
    "@babel/runtime": "^7.6.3",
    "@redux-saga/deferred": "^1.1.2",
    "@redux-saga/delay-p": "^1.1.2",
    "@redux-saga/is": "^1.1.2",
    "@redux-saga/symbols": "^1.1.2",
    "@redux-saga/types": "^1.1.0",
    "redux": "^4.0.4",
    "typescript-tuple": "^2.2.1"
  },
  "devDependencies": {
    "@babel/core": "^7.6.4",
    "@babel/plugin-transform-runtime": "^7.6.2",
    "@babel/polyfill": "^7.6.0",
    "@babel/preset-env": "^7.6.3",
    "babel-7-jest": "^21.3.3",
    "babel-plugin-annotate-pure-calls": "^0.4.0",
    "dtslint": "^0.9.0",
    "jest": "^23.5.0",
    "lerna-alias": "^3.0.2",
    "mitt": "^1.1.2",
    "rimraf": "^3.0.0",
    "rollup": "^1.23.1",
    "rollup-plugin-alias": "^1.4.0",
    "rollup-plugin-babel": "5.0.0-alpha.0",
    "rollup-plugin-node-resolve": "^4.0.0",
    "rollup-plugin-replace": "^1.1.1",
    "typescript": "^3.6.4"
  },
  "types": "./index.d.ts",
  "typesVersions": {
    ">=3.6": {
      "*": [
        "./types/ts3.6/*"
      ]
    },
    ">=3.2": {
      "*": [
        "./types/*"
      ]
    }
  },
  "gitHead": "d1c9aa3c92f7b1b25b610eb5fe2df4d245f27ecd"
}
Back to Directory File Manager