Skip to content

Commit

Permalink
Release 0.2 (#96)
Browse files Browse the repository at this point in the history
Release 0.2
  • Loading branch information
Junow authored Nov 28, 2019
2 parents f988048 + 561aefa commit d94ab99
Show file tree
Hide file tree
Showing 131 changed files with 3,378 additions and 847 deletions.
2 changes: 2 additions & 0 deletions client/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ module.exports = {
"react/prop-types": 0,
'react-hooks/exhaustive-deps': 0,
'no-underscore-dangle':0,
'no-nested-ternary': 0,
'react/no-array-index-key': 0,
}

};
203 changes: 196 additions & 7 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,20 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/react-select": "^3.0.8",
"axios": "^0.19.0",
"dotenv": "^8.2.0",
"js-cookie": "^2.2.1",
"react": "^16.11.0",
"react-cookie": "^4.0.1",
"react-dom": "^16.11.0",
"react-images-upload": "^1.2.7",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-select": "^3.0.8",
"reactjs-popup": "^1.5.0",
"redux": "^4.0.4",
"styled-components": "^4.4.1",
"typescript": "3.7.2",
Expand Down Expand Up @@ -40,15 +45,16 @@
},
"devDependencies": {
"@types/jest": "24.0.23",
"@types/js-cookie": "^2.2.4",
"@types/node": "12.12.7",
"@types/react": "16.9.11",
"@types/react-dom": "16.9.4",
"@types/uuid": "^3.4.6",
"@types/js-cookie": "^2.2.4",
"@types/react-redux": "^7.1.5",
"@types/react-router": "^5.1.3",
"@types/react-router-dom": "^5.1.2",
"@types/redux": "^3.6.0",
"@types/styled-components": "^4.4.0",
"@types/uuid": "^3.4.6",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
Expand Down
Binary file removed client/public/favicon.ico
Binary file not shown.
Binary file added client/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d94ab99

Please sign in to comment.