2023-03-03 06:47:35 +00:00
|
|
|
{
|
|
|
|
|
"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",
|
2023-03-23 11:32:18 +00:00
|
|
|
"scripts": {
|
2023-10-19 08:57:48 +00:00
|
|
|
"lint": "yarn g:lint",
|
2023-07-31 16:15:50 +00:00
|
|
|
"storybook": "storybook dev -p 6006",
|
2024-04-22 09:17:28 +00:00
|
|
|
"build-storybook": "storybook build",
|
2024-07-29 13:23:26 +00:00
|
|
|
"test-storybook": "test-storybook --testTimeout 40000",
|
|
|
|
|
"test-storybook:ci": "npx concurrently -k -s first -n 'SB,TEST' -c 'magenta,blue' 'npx http-server storybook-static --port 6006 --silent' 'npx wait-on tcp:6006 && yarn test-storybook'",
|
2023-08-03 18:00:17 +00:00
|
|
|
"chromatic": "CHROMATIC=1 storybook dev -p 6006"
|
2023-03-23 11:32:18 +00:00
|
|
|
},
|
2023-03-03 06:47:35 +00:00
|
|
|
"devDependencies": {
|
2024-07-29 13:23:26 +00:00
|
|
|
"@chromatic-com/storybook": "^1.6.1",
|
2024-08-05 07:51:51 +00:00
|
|
|
"@storybook/addon-a11y": "^8.2.7",
|
|
|
|
|
"@storybook/addon-controls": "^8.2.7",
|
|
|
|
|
"@storybook/addon-docs": "^8.2.7",
|
|
|
|
|
"@storybook/addon-measure": "^8.2.7",
|
|
|
|
|
"@storybook/addon-outline": "^8.2.7",
|
|
|
|
|
"@storybook/addon-toolbars": "^8.2.7",
|
|
|
|
|
"@storybook/addon-viewport": "^8.2.7",
|
|
|
|
|
"@storybook/blocks": "^8.2.7",
|
|
|
|
|
"@storybook/components": "^8.2.7",
|
2024-11-15 11:53:37 +00:00
|
|
|
"@storybook/core-events": "^8.3.2",
|
2024-08-05 07:51:51 +00:00
|
|
|
"@storybook/manager-api": "^8.2.7",
|
|
|
|
|
"@storybook/preset-create-react-app": "^8.2.7",
|
|
|
|
|
"@storybook/react-vite": "^8.2.7",
|
2024-07-29 13:23:26 +00:00
|
|
|
"@storybook/test-runner": "^0.19.1",
|
2024-08-05 07:51:51 +00:00
|
|
|
"@storybook/theming": "^8.2.7",
|
|
|
|
|
"@vitejs/plugin-react": "^4.3.1",
|
2024-04-22 09:17:28 +00:00
|
|
|
"chromatic": "^11.3.0",
|
2024-08-05 07:51:51 +00:00
|
|
|
"storybook": "^8.2.7",
|
|
|
|
|
"vite": "^5.3.5",
|
2024-04-22 09:17:28 +00:00
|
|
|
"vite-plugin-svgr": "^4.2.0"
|
2023-03-03 06:47:35 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-08-16 05:49:42 +00:00
|
|
|
"@appsmith/wds": "workspace:^",
|
|
|
|
|
"@appsmith/wds-theming": "workspace:^",
|
2024-09-30 09:28:46 +00:00
|
|
|
"glob": "^11.0.0"
|
2023-03-03 06:47:35 +00:00
|
|
|
}
|
|
|
|
|
}
|