Merge branch 'master' into user-info-redux

This commit is contained in:
Igor Adamenko
2018-09-29 22:50:33 +03:00
committed by GitHub
255 changed files with 30505 additions and 2092 deletions
+10 -7
View File
@@ -2,7 +2,7 @@
"name": "remark-ui",
"version": "0.1.0",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config ./webpack.config.js",
"build": "webpack --config ./webpack.config.js",
"start": "webpack-dev-server --progress --hot --inline --config ./webpack.config.js",
"lint": "eslint --ext=.js,.jsx .",
"test": "jest",
@@ -31,8 +31,6 @@
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"core-js": "^2.5.7",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
@@ -55,9 +53,7 @@
"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",
@@ -66,7 +62,11 @@
"dependencies": {
"axios": "^0.18.0",
"bem-react-helper": "^1.1.2",
"preact": "^8.2.9"
"core-js": "^2.5.7",
"focus-visible": "^4.1.5",
"preact": "^8.2.9",
"preact-redux": "^2.0.3",
"redux": "^4.0.0"
},
"eslintIgnore": [
"public"
@@ -85,7 +85,10 @@
],
"testMatch": [
"<rootDir>/**/*.test.js"
]
],
"moduleNameMapper": {
"\\.scss$": "<rootDir>/app/testUtils/mockStyles.js"
}
},
"engines": {
"node": ">=8"