Basic settings
Showing
.eslintrc.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
... | @@ -3,12 +3,21 @@ | ... | @@ -3,12 +3,21 @@ |
"version": "0.1.0", | "version": "0.1.0", | ||
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
"@emotion/react": "^11.6.0", | |||
"@emotion/styled": "^11.6.0", | |||
"@fontsource/roboto": "^4.5.1", | |||
"@material-ui/core": "^4.12.3", | |||
"@mui/material": "^5.1.1", | |||
"@mui/styled-engine-sc": "^5.1.0", | |||
"@testing-library/jest-dom": "^5.11.4", | "@testing-library/jest-dom": "^5.11.4", | ||
"@testing-library/react": "^11.1.0", | "@testing-library/react": "^11.1.0", | ||
"@testing-library/user-event": "^12.1.10", | "@testing-library/user-event": "^12.1.10", | ||
"history": "^5.1.0", | |||
"react": "^17.0.2", | "react": "^17.0.2", | ||
"react-dom": "^17.0.2", | "react-dom": "^17.0.2", | ||
"react-router-dom": "^6.0.2", | |||
"react-scripts": "4.0.3", | "react-scripts": "4.0.3", | ||
"styled-components": "^5.3.3", | |||
"web-vitals": "^1.0.1" | "web-vitals": "^1.0.1" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
... | @@ -34,5 +43,9 @@ | ... | @@ -34,5 +43,9 @@ |
"last 1 firefox version", | "last 1 firefox version", | ||
"last 1 safari version" | "last 1 safari version" | ||
] | ] | ||
}, | |||
"devDependencies": { | |||
"eslint": "^7.11.0", | |||
"eslint-plugin-react": "^7.27.1" | |||
} | } | ||
} | } |
src/App.js
deleted
100644 → 0
src/router/App.js
0 → 100644
Please register or sign in to comment