nicer card view

This commit is contained in:
2019-02-10 17:58:06 +03:00
parent 713a5964e3
commit b7a507462a
4 changed files with 387 additions and 68 deletions

View File

@@ -13,8 +13,10 @@
"@types/react-redux": "^7.0.1",
"@types/react-router": "^4.4.3",
"@types/react-router-dom": "^4.3.1",
"autoprefixer": "^9.4.7",
"node-sass": "^4.11.0",
"parcel-bundler": "^1.11.0",
"postcss-modules": "^1.4.1",
"redux-devtools-extension": "^2.13.8"
},
"dependencies": {
@@ -32,5 +34,10 @@
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-saga": "^1.0.1"
},
"postcss": {
"plugins": {
"autoprefixer": true
}
}
}
}