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-66", | |||
| "private": true, | |||
| "version": "0.0.0", | |||
| "type": "module", | |||
| "scripts": { | |||
| "dev": "vite", | |||
| "build": "tsc -b && vite build", | |||
| "lint": "eslint .", | |||
| "preview": "vite preview" | |||
| }, | |||
| "dependencies": { | |||
| "@reduxjs/toolkit": "^2.5.0", | |||
| "react": "^18.3.1", | |||
| "react-dom": "^18.3.1", | |||
| "react-redux": "^9.2.0", | |||
| "react-router-dom": "^7.1.3" | |||
| }, | |||
| "devDependencies": { | |||
| "@eslint/js": "^9.17.0", | |||
| "@types/react": "^18.3.18", | |||
| "@types/react-dom": "^18.3.5", | |||
| "@vitejs/plugin-react": "^4.3.4", | |||
| "eslint": "^9.17.0", | |||
| "eslint-plugin-react-hooks": "^5.0.0", | |||
| "eslint-plugin-react-refresh": "^0.4.16", | |||
| "globals": "^15.14.0", | |||
| "typescript": "~5.6.2", | |||
| "typescript-eslint": "^8.18.2", | |||
| "vite": "^6.0.5" | |||
| } | |||
| } | 
public/vite.svg
0 → 100644
src/App.tsx
0 → 100644
src/containers/Contacts.tsx
0 → 100644
src/containers/Home.tsx
0 → 100644
src/main.tsx
0 → 100644
src/store/store.ts
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
Please
register
or
sign in
to comment