implemented toast message and api call fixes
Showing
This diff is collapsed.
Click to expand it.
| ... | @@ -2,14 +2,14 @@ | ... | @@ -2,14 +2,14 @@ |
| "name": "seat-booking", | "name": "seat-booking", | ||
| "private": true, | "private": true, | ||
| "version": "0.0.0", | "version": "0.0.0", | ||
| "type": "module", | |||
| "scripts": { | "scripts": { | ||
| "dev": "vite --host", | "dev": "vite --host", | ||
| "build": "vite build", | "build": "vite build", | ||
| "lint": "eslint .", | "lint": "eslint .", | ||
| "preview": "vite preview", | "preview": "vite preview", | ||
| "storybook": "storybook dev -p 6006", | "storybook": "storybook dev -p 6006", | ||
| "build-storybook": "storybook build" | "build-storybook": "storybook build", | ||
| "server": "node server.cjs" | |||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "lottie-react": "^2.4.1", | "lottie-react": "^2.4.1", | ||
| ... | @@ -35,6 +35,7 @@ | ... | @@ -35,6 +35,7 @@ |
| "eslint-plugin-react-refresh": "^0.4.19", | "eslint-plugin-react-refresh": "^0.4.19", | ||
| "eslint-plugin-storybook": "^9.0.4", | "eslint-plugin-storybook": "^9.0.4", | ||
| "globals": "^16.0.0", | "globals": "^16.0.0", | ||
| "json-server": "^1.0.0-beta.3", | |||
| "playwright": "^1.52.0", | "playwright": "^1.52.0", | ||
| "prop-types": "^15.8.1", | "prop-types": "^15.8.1", | ||
| "storybook": "^9.0.4", | "storybook": "^9.0.4", | ||
| ... | ... |
src/components/Shared/Toast/Index.jsx
0 → 100644
Please
register
or
sign in
to comment