first commit
Showing
... | ... | @@ -3,6 +3,10 @@ |
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@emotion/react": "^11.10.4", | ||
"@emotion/styled": "^11.10.4", | ||
"@mui/material": "^5.10.9", | ||
"@reduxjs/toolkit": "^1.8.6", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
... | ... | @@ -10,9 +14,14 @@ |
"@types/node": "^16.11.65", | ||
"@types/react": "^18.0.21", | ||
"@types/react-dom": "^18.0.6", | ||
"axios": "^0.27.2", | ||
"bootstrap": "^5.2.2", | ||
"query-string": "^7.1.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-redux": "^8.0.4", | ||
"react-scripts": "5.0.1", | ||
"sass": "^1.55.0", | ||
"typescript": "^4.8.4", | ||
"web-vitals": "^2.1.4" | ||
}, | ||
... | ... |
src/App.css
deleted
100644 → 0
src/App.test.tsx
deleted
100644 → 0
src/App.tsx
deleted
100644 → 0
src/_styles.scss
0 → 100644
src/api/axiosClient.ts
0 → 100644
src/app/hooks.ts
0 → 100644
src/app/store.ts
0 → 100644
src/configuration/index.ts
0 → 100644
src/index.css
deleted
100644 → 0
src/logo.svg
deleted
100644 → 0
src/setupTests.ts
deleted
100644 → 0
src/styles/_mixin.scss
0 → 100644
src/styles/_variables.scss
0 → 100644
src/styles/common.scss
0 → 100644
src/styles/components.scss
0 → 100644
src/styles/pages.scss
0 → 100644
Please register or sign in to comment