Basic redux integration for thread component (#141)

This commit is contained in:
Dmitry Tsepelev
2018-07-10 14:05:39 +04:00
committed by Aleksei Gurianov
parent b6cda91dd9
commit a02b1502a6
13 changed files with 286 additions and 55 deletions
+8 -1
View File
@@ -43,6 +43,7 @@
"html-webpack-plugin": "^2.30.1",
"husky": "^0.14.3",
"jest": "^23.1.0",
"jest-localstorage-mock": "^2.2.0",
"lint-staged": "^7.2.0",
"npm-run-all": "^4.1.3",
"postcss-calc": "^6.0.1",
@@ -53,7 +54,9 @@
"postcss-simple-vars": "^4.1.0",
"postcss-url": "^6.3.1",
"postcss-wrap": "0.0.4",
"preact-redux": "^2.0.3",
"prettier": "^1.13.7",
"redux": "^4.0.0",
"style-loader": "^0.19.1",
"webpack": "^3.12.0",
"webpack-bundle-analyzer": "^2.13.1",
@@ -72,11 +75,15 @@
"^.+\\.jsx?$": "<rootDir>/fileTransformer.js"
},
"setupFiles": [
"<rootDir>/injectGlobalVariable.js"
"<rootDir>/injectGlobalVariable.js",
"jest-localstorage-mock"
],
"moduleDirectories": [
"node_modules",
"<rootDir>/app"
],
"testMatch": [
"<rootDir>/**/*.test.js"
]
},
"engines": {