Initial commit
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
eslint.config.js
0 → 100644
index.html
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.
package.json
0 → 100644
{ | ||
"name": "classwork", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "tsc -b && vite build", | ||
"lint": "eslint .", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@ant-design/icons": "^5.5.2", | ||
"antd": "^5.22.3", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"sass": "^1.82.0" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^9.15.0", | ||
"@types/react": "^18.3.12", | ||
"@types/react-dom": "^18.3.1", | ||
"@vitejs/plugin-react": "^4.3.4", | ||
"eslint": "^9.15.0", | ||
"eslint-plugin-react-hooks": "^5.0.0", | ||
"eslint-plugin-react-refresh": "^0.4.14", | ||
"globals": "^15.12.0", | ||
"typescript": "~5.6.2", | ||
"typescript-eslint": "^8.15.0", | ||
"vite": "^6.0.1" | ||
} | ||
} |
public/vite.svg
0 → 100644
src/assets/png/xbox.png
0 → 100644
2.38 KB
src/assets/svg/react.svg
0 → 100644
src/containers/App.tsx
0 → 100644
src/interfaces/headerXbox.ts
0 → 100644
src/interfaces/userForm.ts
0 → 100644
src/main.tsx
0 → 100644
src/styles/app.scss
0 → 100644
src/styles/headerXbox.scss
0 → 100644
src/styles/index.scss
0 → 100644
src/vite-env.d.ts
0 → 100644
tsconfig.app.json
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644