Fixed signup page routing issue and updated LoginPage.jsx
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -2,24 +2,29 @@ |
"name": "seat", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build", | ||
"lint": "eslint .", | ||
"preview": "vite preview", | ||
"storybook": "storybook dev -p 6006", | ||
"build-storybook": "storybook build" | ||
"build-storybook": "storybook build", | ||
"start:server": "json-server --watch db.json --port 3001 --host 0.0.0.0" | ||
}, | ||
"dependencies": { | ||
"axios": "^1.9.0", | ||
"classnames": "^2.5.1", | ||
"express": "^5.1.0", | ||
"fireworks-js": "^2.10.8", | ||
"json-server": "^0.17.4", | ||
"json-server-auth": "^2.1.0", | ||
"react": "^19.1.0", | ||
"react-dom": "^19.1.0", | ||
"react-icons": "^5.5.0", | ||
"react-markdown": "^10.1.0", | ||
"react-router-dom": "^7.6.2", | ||
"react-toastify": "^11.0.5" | ||
"react-toastify": "^11.0.5", | ||
"remark-gfm": "^4.0.1" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^9.25.0", | ||
... | ... |
server.cjs
0 → 100644


src/components/Layout/Card/Header.module.css
0 → 100644