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