mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 18:30:32 -06:00
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 . --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": {
|
|
"@formbricks/ui": "workspace:*",
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "^1.5.0",
|
|
"@formbricks/config-typescript": "workspace:*",
|
|
"@storybook/addon-essentials": "^8.1.5",
|
|
"@storybook/addon-interactions": "^8.1.5",
|
|
"@storybook/addon-links": "^8.1.5",
|
|
"@storybook/addon-onboarding": "^8.1.5",
|
|
"@storybook/blocks": "^8.1.5",
|
|
"@storybook/react": "^8.1.5",
|
|
"@storybook/react-vite": "^8.1.5",
|
|
"@storybook/test": "^8.1.5",
|
|
"@typescript-eslint/eslint-plugin": "^7.12.0",
|
|
"@typescript-eslint/parser": "^7.12.0",
|
|
"@vitejs/plugin-react": "^4.3.0",
|
|
"esbuild": "^0.21.4",
|
|
"eslint-plugin-storybook": "^0.8.0",
|
|
"prop-types": "^15.8.1",
|
|
"storybook": "^8.1.5",
|
|
"tsup": "^8.1.0",
|
|
"vite": "^5.2.12"
|
|
}
|
|
}
|