mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-04 11:30:38 -05:00
a25e5dcfcd
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "storybook",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "eslint . --config .eslintrc.cjs --ext .ts,.tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build",
|
|
"clean": "rimraf .turbo node_modules dist storybook-static"
|
|
},
|
|
"dependencies": {
|
|
"eslint-plugin-react-refresh": "0.4.16",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "3.2.2",
|
|
"@formbricks/config-typescript": "workspace:*",
|
|
"@storybook/addon-a11y": "8.4.7",
|
|
"@storybook/addon-essentials": "8.4.7",
|
|
"@storybook/addon-interactions": "8.4.7",
|
|
"@storybook/addon-links": "8.4.7",
|
|
"@storybook/addon-onboarding": "8.4.7",
|
|
"@storybook/blocks": "8.4.7",
|
|
"@storybook/react": "8.4.7",
|
|
"@storybook/react-vite": "8.4.7",
|
|
"@storybook/test": "8.4.7",
|
|
"@typescript-eslint/eslint-plugin": "8.18.0",
|
|
"@typescript-eslint/parser": "8.18.0",
|
|
"@vitejs/plugin-react": "4.3.4",
|
|
"esbuild": "0.25.1",
|
|
"eslint-plugin-storybook": "0.11.1",
|
|
"prop-types": "15.8.1",
|
|
"storybook": "8.4.7",
|
|
"tsup": "8.3.5",
|
|
"vite": "6.0.9"
|
|
}
|
|
}
|