mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-04 10:30:00 -06:00
33 lines
1012 B
JSON
33 lines
1012 B
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.20"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "^4.0.1",
|
|
"@storybook/addon-a11y": "9.0.15",
|
|
"@storybook/addon-links": "9.0.15",
|
|
"@storybook/addon-onboarding": "9.0.15",
|
|
"@storybook/react-vite": "9.0.15",
|
|
"@typescript-eslint/eslint-plugin": "8.32.0",
|
|
"@typescript-eslint/parser": "8.32.0",
|
|
"@vitejs/plugin-react": "4.4.1",
|
|
"esbuild": "0.25.4",
|
|
"eslint-plugin-storybook": "9.0.15",
|
|
"prop-types": "15.8.1",
|
|
"storybook": "9.0.15",
|
|
"vite": "6.3.5",
|
|
"@storybook/addon-docs": "9.0.15"
|
|
}
|
|
}
|