PromucFlow_constructor/app/client/packages/storybook/package.json
Valera Melnikov 9e214c2c3c
chore: add appsmith icon package (#32927)
## Description

- Add `appsmith-icons` package. Icons are automatically imported from
Figma, optimized, and then React components are created based on them.
Please read the
[README](https://github.com/appsmithorg/appsmith/pull/32927/files#diff-163e187687a9784dfda13faf90276b1137ba6e85db21bd550c6a3ba486178e5e)
for more information.
- Replace Icons for Anvil widgets. 

## Automation

/ok-to-test tags="@tag.All"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/8847468194>
> Commit: a2036daedef0a08b7c973e04ac11a224fb40c9c1
> Cypress dashboard url: <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=8847468194&attempt=2"
target="_blank">Click here!</a>

<!-- end of auto-generated comment: Cypress test results  -->








## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [x] No
2024-04-26 15:37:09 +03:00

46 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": {
"lint": "yarn g:lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "CHROMATIC=1 storybook dev -p 6006"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.3.3",
"@storybook/addon-a11y": "^8.0.8",
"@storybook/addon-controls": "^8.0.8",
"@storybook/addon-docs": "^8.0.8",
"@storybook/addon-measure": "^8.0.8",
"@storybook/addon-outline": "^8.0.8",
"@storybook/addon-toolbars": "^8.0.8",
"@storybook/addon-viewport": "^8.0.8",
"@storybook/blocks": "^8.0.8",
"@storybook/builder-vite": "^8.0.8",
"@storybook/components": "^8.0.8",
"@storybook/manager-api": "^8.0.8",
"@storybook/preset-create-react-app": "^8.0.8",
"@storybook/react-vite": "^8.0.8",
"@storybook/theming": "^8.0.8",
"@vitejs/plugin-react": "^4.2.1",
"babel-loader": "9.1.2",
"chromatic": "^11.3.0",
"react-docgen-typescript": "^2.2.2",
"storybook": "^8.0.8",
"vite": "^5.2.9",
"vite-plugin-svgr": "^4.2.0"
},
"dependencies": {
"@design-system/headless": "workspace:^",
"@design-system/theming": "workspace:^",
"@design-system/widgets": "workspace:^",
"@design-system/widgets-old": "workspace:^",
"appsmith-icons": "workspace:^",
"colorjs.io": "^0.4.3"
}
}