initial commit
parents
Showing
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "react", | ||
"version": "1.0.0", | ||
"description": "", | ||
"keywords": [], | ||
"main": "src/index.tsx", | ||
"dependencies": { | ||
"@emotion/react": "11.10.6", | ||
"@emotion/styled": "11.10.6", | ||
"@mui/material": "5.11.13", | ||
"axios": "1.3.4", | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0", | ||
"react-scripts": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "18.2.38", | ||
"@types/react-dom": "18.2.15", | ||
"loader-utils": "3.2.1", | ||
"typescript": "4.4.4" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --env=jsdom", | ||
"eject": "react-scripts eject" | ||
}, | ||
"browserslist": [ | ||
">0.2%", | ||
"not dead", | ||
"not ie <= 11", | ||
"not op_mini all" | ||
] | ||
} | ||
\ No newline at end of file |
public/index.html
0 → 100644
src/App.js
0 → 100644
src/index.js
0 → 100644
src/styles.css
0 → 100644
Please register or sign in to comment