Initial commit
parents
.gitignore
0 → 100644
README.md
0 → 100644
package.json
0 → 100644
{ | ||
"name": "pv247-project", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@emotion/react": "^11.4.1", | ||
"@emotion/styled": "^11.3.0", | ||
"@mui/icons-material": "^5.0.1", | ||
"@mui/material": "^5.0.2", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-router-dom": "^5.3.0", | ||
"react-scripts": "4.0.3" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^12.0.0", | ||
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"@types/react-router-dom": "^5.3.1", | ||
"eslint-config-haaxor1689s-config": "^1.3.0", | ||
"typescript": "^4.1.2" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject", | ||
"lint": "eslint \"./src/**/*.{ts,tsx}\" && prettier \"./src/**/*.{ts,tsx}\" --check" | ||
}, | ||
"eslintConfig": { | ||
"extends": "haaxor1689s-config" | ||
}, | ||
"prettier": "prettier-config-haaxor1689s-config", | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
} | ||
} |
public/favicon.ico
0 → 100644
3.78 KB
public/index.html
0 → 100644
public/manifest.json
0 → 100644
public/robots.txt
0 → 100644
src/App.tsx
0 → 100644
src/index.tsx
0 → 100644
src/pages/Home.tsx
0 → 100644
src/react-app-env.d.ts
0 → 100644
src/theme.ts
0 → 100644
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.