PromucFlow_constructor/app/client/packages/storybook/package.json
Valera Melnikov e5209aa7cd
fix: bump storybook version and move stories to storybook package (#25821)
## Description
- bump storybook version
- move stories to storybook package
- add dimensions for testing viewports
- improve some stories and types for argTable

#### PR fixes following issue(s)
Fixes #25534

#### Type of change
> Please delete options that are not relevant.
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Chore (housekeeping or task changes that don't impact user perception)

## Testing
>
#### How Has This Been Tested?
> Please describe the tests that you ran to verify your changes. Also
list any relevant details for your test configuration.
> Delete anything that is not relevant
- [x] Manual
- [ ] Jest
- [ ] Cypress

## Checklist:
#### Dev activity
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag

---------

Co-authored-by: Valera Melnikov <melnikov.vv@greendatasoft.ru>
2023-07-31 19:15:50 +03:00

45 lines
1.5 KiB
JSON

{
"name": "@design-system/storybook",
"version": "1.0.0",
"main": "src/index.ts",
"author": "Valera Melnikov <valera@appsmith.com>, Pawan Kumar <pawan@appsmith.com>",
"license": "MIT",
"scripts": {
"storybook": "storybook dev -p 6006",
"build": "storybook build",
"chromatic": "chromatic --project-token CHROMATIC_PROJECT_TOKEN"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@storybook/addon-actions": "^7.1.1",
"@storybook/addon-controls": "^7.1.1",
"@storybook/addon-docs": "^7.1.1",
"@storybook/addon-measure": "^7.1.1",
"@storybook/addon-outline": "^7.1.1",
"@storybook/addon-toolbars": "^7.1.1",
"@storybook/addon-viewport": "^7.1.1",
"@storybook/blocks": "^7.1.1",
"@storybook/components": "^7.1.1",
"@storybook/manager-api": "^7.1.1",
"@storybook/preset-create-react-app": "^7.1.1",
"@storybook/react": "^7.1.1",
"@storybook/react-webpack5": "^7.1.1",
"@storybook/theming": "^7.1.1",
"babel-loader": "9.1.2",
"chromatic": "^6.20.0",
"react-docgen-typescript": "^2.2.2",
"storybook": "^7.1.1",
"tsconfig-paths-webpack-plugin": "^4.0.1"
},
"dependencies": {
"@design-system/headless": "workspace:^",
"@design-system/theming": "workspace:^",
"@design-system/widgets": "workspace:^",
"@design-system/widgets-old": "workspace:^",
"colorjs.io": "^0.4.3"
}
}