-
- Downloads
edit home.js
... | @@ -3,6 +3,10 @@ | ... | @@ -3,6 +3,10 @@ |
"version": "0.1.0", | "version": "0.1.0", | ||
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
"@emotion/react": "^11.9.0", | |||
"@emotion/styled": "^11.8.1", | |||
"@mui/material": "^5.6.2", | |||
"@mui/styled-engine-sc": "^5.6.1", | |||
"@testing-library/jest-dom": "^5.16.4", | "@testing-library/jest-dom": "^5.16.4", | ||
"@testing-library/react": "^13.1.1", | "@testing-library/react": "^13.1.1", | ||
"@testing-library/user-event": "^13.5.0", | "@testing-library/user-event": "^13.5.0", | ||
... | @@ -10,6 +14,7 @@ | ... | @@ -10,6 +14,7 @@ |
"react": "^18.0.0", | "react": "^18.0.0", | ||
"react-dom": "^18.0.0", | "react-dom": "^18.0.0", | ||
"react-scripts": "^5.0.1", | "react-scripts": "^5.0.1", | ||
"styled-components": "^5.3.5", | |||
"web-vitals": "^2.1.4" | "web-vitals": "^2.1.4" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
... | ... |
Please register or sign in to comment