mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 13:01:30 +01:00
56 lines
1.8 KiB
JSON
56 lines
1.8 KiB
JSON
|
{
|
||
|
"name": "@repo/storybook",
|
||
|
"version": "3.3.2",
|
||
|
"private": true,
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"build": "storybook build",
|
||
|
"dev": "storybook dev --port 6006 --no-open",
|
||
|
"start": "http-server \"storybook-static\" --port 6006 --silent",
|
||
|
"test": "start-server-and-test \"dev\" http://127.0.0.1:6006 \"test:storybook\"",
|
||
|
"test:storybook": "test-storybook",
|
||
|
"test:storybook-coverage": "test-storybook --coverage",
|
||
|
"chromatic": "chromatic"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@repo/config-tailwind": "workspace:*",
|
||
|
"@repo/i18n": "workspace:*",
|
||
|
"@repo/ui": "workspace:*",
|
||
|
"@repo/blog": "workspace:*",
|
||
|
"next": "catalog:",
|
||
|
"next-intl": "catalog:",
|
||
|
"next-themes": "catalog:",
|
||
|
"react": "catalog:",
|
||
|
"react-dom": "catalog:"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@repo/eslint-config": "workspace:*",
|
||
|
"@chromatic-com/storybook": "catalog:",
|
||
|
"@playwright/test": "catalog:",
|
||
|
"@storybook/addon-a11y": "catalog:",
|
||
|
"@storybook/addon-essentials": "catalog:",
|
||
|
"@storybook/addon-interactions": "catalog:",
|
||
|
"@storybook/addon-links": "catalog:",
|
||
|
"@storybook/addon-storysource": "catalog:",
|
||
|
"@storybook/addon-themes": "catalog:",
|
||
|
"@storybook/blocks": "catalog:",
|
||
|
"@storybook/nextjs": "catalog:",
|
||
|
"@storybook/react": "catalog:",
|
||
|
"@storybook/test": "catalog:",
|
||
|
"@storybook/test-runner": "catalog:",
|
||
|
"@types/node": "catalog:",
|
||
|
"@types/react": "catalog:",
|
||
|
"@types/react-dom": "catalog:",
|
||
|
"axe-playwright": "catalog:",
|
||
|
"chromatic": "catalog:",
|
||
|
"eslint": "catalog:",
|
||
|
"http-server": "catalog:",
|
||
|
"start-server-and-test": "catalog:",
|
||
|
"storybook": "catalog:",
|
||
|
"storybook-dark-mode": "catalog:",
|
||
|
"postcss": "catalog:",
|
||
|
"tailwindcss": "catalog:",
|
||
|
"typescript": "catalog:"
|
||
|
}
|
||
|
}
|