redux-dynamic-modules-thunk
Version:
Thunk Extension for redux-dynamic-modules
62 lines (61 loc) • 1.92 kB
JSON
{
"name": "redux-dynamic-modules-thunk",
"version": "5.2.3",
"description": "Thunk Extension for redux-dynamic-modules",
"repository": {
"type": "github",
"url": "https://github.com/Microsoft/redux-dynamic-modules"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "npm run clean && tsc && webpack --mode development --display-modules --progress --display-error-details",
"build:prod": "npm run clean && tsc && webpack --mode development --display-error-details && webpack --mode production --display-modules --progress --display-error-details",
"clean": "rimraf lib/ dist/"
},
"keywords": [
"react",
"redux",
"module",
"dynamic",
"load"
],
"author": "Navneet Gupta (Microsoft), Alex Bettadapur (Facebook)",
"license": "MIT",
"devDependencies": {
"@types/jest": "^23.3.1",
"@types/redux": "3.6.0",
"jest": "^23.5.0",
"redux-dynamic-modules-core": "^5.2.3",
"redux-thunk": "^2.3.0",
"rimraf": "^2.6.2",
"ts-jest": "^23.1.4",
"tslib": "^1.9.3",
"tslint": "^5.11.0",
"typescript": "^3.0.3",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "4.19.1",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.1.0"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"verbose": false,
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"peerDependencies": {
"redux-dynamic-modules-core": ">=0.0.7",
"redux-thunk": ">= 2.0.0"
},
"gitHead": "c1439e67de12488a142df9c07cbc394e87e329cf"
}