front lesson 84 done
parents
Showing
.gitignore
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 && vite build", | ||
| "preview": "vite preview" | ||
| }, | ||
| "dependencies": { | ||
| "@reduxjs/toolkit": "^1.9.3", | ||
| "axios": "^1.3.4", | ||
| "bootstrap": "^5.2.3", | ||
| "react": "^18.2.0", | ||
| "react-bootstrap": "^2.7.2", | ||
| "react-dom": "^18.2.0", | ||
| "react-redux": "^8.0.5", | ||
| "react-router-dom": "^6.8.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/axios": "^0.14.0", | ||
| "@types/bootstrap": "^5.2.6", | ||
| "@types/react": "^18.0.27", | ||
| "@types/react-bootstrap": "^0.32.32", | ||
| "@types/react-dom": "^18.0.10", | ||
| "@types/react-router-dom": "^5.3.3", | ||
| "@vitejs/plugin-react": "^3.1.0", | ||
| "typescript": "^4.9.3", | ||
| "vite": "^4.1.0" | ||
| } | ||
| } |
public/vite.svg
0 → 100644
src/App.tsx
0 → 100644
src/api/instance.ts
0 → 100644
src/api/productApi.ts
0 → 100644
src/enums/EStatuses.ts
0 → 100644
src/index.css
0 → 100644
src/interfaces/IAction.ts
0 → 100644
src/interfaces/IActionDto.ts
0 → 100644
src/interfaces/IBrand.ts
0 → 100644
src/interfaces/IBrandDto.ts
0 → 100644
src/interfaces/ICategory.ts
0 → 100644
src/interfaces/IProduct.ts
0 → 100644
src/interfaces/IResponse.ts
0 → 100644
src/interfaces/ISupplier.ts
0 → 100644
src/main.tsx
0 → 100644
src/store/store.ts
0 → 100644
src/vite-env.d.ts
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644
Please
register
or
sign in
to comment