login screen design completed
Showing
| ... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
| "version": "0.0.0", | "version": "0.0.0", | ||
| "type": "module", | "type": "module", | ||
| "scripts": { | "scripts": { | ||
| "dev": "vite", | "dev": "vite --host", | ||
| "build": "vite build", | "build": "vite build", | ||
| "lint": "eslint .", | "lint": "eslint .", | ||
| "preview": "vite preview", | "preview": "vite preview", | ||
| ... | @@ -13,7 +13,8 @@ | ... | @@ -13,7 +13,8 @@ |
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "react": "^19.1.0", | "react": "^19.1.0", | ||
| "react-dom": "^19.1.0" | "react-dom": "^19.1.0", | ||
| "react-router-dom": "^7.6.2" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@chromatic-com/storybook": "^4.0.0", | "@chromatic-com/storybook": "^4.0.0", | ||
| ... | ... |
src/Navigates.jsx
0 → 100644
src/assets/fonts/Inter_18pt-Bold.ttf
0 → 100644
File added
src/assets/fonts/Inter_18pt-Medium.ttf
0 → 100644
File added
src/assets/fonts/Inter_28pt-MediumItalic.ttf
0 → 100644
File added
src/assets/fonts/Inter_28pt-Regular.ttf
0 → 100644
File added
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment