Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
samilabud committed Jul 14, 2021
1 parent 4f203e9 commit b25940f
Show file tree
Hide file tree
Showing 3 changed files with 4,285 additions and 1,640 deletions.
49 changes: 23 additions & 26 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "samecommerce",
"version": "1.1.0",
"name": "sam-ecommerce",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "0.19.0",
"firebase": "^8.2.10",
"lodash.memoize": "^4.1.2",
"node-sass": "4.14.1",
"firebase": "6.0.2",
"node-sass": "4.12.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"react-stripe-checkout": "^2.6.3",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"styled-components": "^5.2.3",
"web-vitals": "^0.2.4"
"react-dom": "^16.8.6",
"react-redux": "7.0.3",
"react-router-dom": "5.0.0",
"react-stripe-checkout": "2.6.3",
"redux": "4.0.1",
"redux-logger": "3.0.6",
"redux-persist": "5.10.0",
"redux-saga": "1.0.2",
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"styled-components": "4.2.0"
},
"devDependencies": {
"react-scripts": "3.0.0"
},
"resolutions": {
"babel-jest": "24.7.1"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -33,10 +33,7 @@
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
"extends": "react-app"
},
"browserslist": {
"production": [
Expand All @@ -50,4 +47,4 @@
"last 1 safari version"
]
}
}
}
Loading

0 comments on commit b25940f

Please sign in to comment.