Added modules with actions, reducer, selectors and structured style

This commit is contained in:
2020-03-26 04:05:20 +05:30
parent fc92e9564b
commit f92cfbb7fe
57 changed files with 3274 additions and 115 deletions

View File

@@ -1,10 +1,9 @@
{
"name": "adobeassignment",
"homepage": "http://mohiit1502.github.io/adobeassignment",
"homepage": "http://mohiit1502.github.io/",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "7.9.0",
"@svgr/webpack": "4.3.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
@@ -40,6 +39,7 @@
"jest-watch-typeahead": "0.4.2",
"jquery": "^3.4.1",
"mini-css-extract-plugin": "0.9.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "5.0.3",
"pnp-webpack-plugin": "1.6.4",
"postcss-flexbugs-fixes": "4.1.0",
@@ -51,7 +51,13 @@
"react-app-polyfill": "^1.0.6",
"react-dev-utils": "^10.2.1",
"react-dom": "^16.13.1",
"react-loadable": "^5.5.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-test-renderer": "^16.13.1",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-analytics": "^0.3.1",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"reselect-immutable-helpers": "^1.2.2",
@@ -95,6 +101,12 @@
]
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"body-parser": "^1.19.0",
"gh-pages": "^2.2.0",
"plop": "^2.6.0"
},
@@ -150,7 +162,8 @@
},
"babel": {
"presets": [
"react-app"
"@babel/env",
"@babel/react"
]
}
}