code changes
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -9,7 +9,8 @@ |
"lint": "eslint .", | ||
"preview": "vite preview", | ||
"storybook": "storybook dev -p 6006", | ||
"build-storybook": "storybook build" | ||
"build-storybook": "storybook build", | ||
"start:server": "node server.cjs" | ||
}, | ||
"dependencies": { | ||
"axios": "^1.9.0", | ||
... | ... | @@ -43,7 +44,7 @@ |
"eslint-plugin-react-refresh": "^0.4.19", | ||
"eslint-plugin-storybook": "^0.12.0", | ||
"globals": "^16.0.0", | ||
"json-server": "^1.0.0-beta.3", | ||
"json-server": "^0.17.3", | ||
"playwright": "^1.52.0", | ||
"prop-types": "^15.8.1", | ||
"storybook": "^8.6.14", | ||
... | ... |
server.cjs
0 → 100644
Please
register
or
sign in
to comment