storybook/workspace.json
2021-04-30 11:09:36 +08:00

361 lines
8.4 KiB
JSON

{
"version": 2,
"projects": {
"@storybook/addon-a11y": {
"root": "addons/a11y",
"type": "library"
},
"@storybook/addon-actions": {
"root": "addons/actions",
"type": "library"
},
"@storybook/addon-backgrounds": {
"root": "addons/backgrounds",
"type": "library"
},
"@storybook/addon-controls": {
"root": "addons/controls",
"type": "library"
},
"@storybook/addon-cssresources": {
"root": "addons/cssresources",
"type": "library"
},
"@storybook/addon-design-assets": {
"root": "addons/design-assets",
"type": "library"
},
"@storybook/addon-docs": {
"root": "addons/docs",
"type": "library"
},
"@storybook/addon-essentials": {
"root": "addons/essentials",
"type": "library"
},
"@storybook/addon-events": {
"root": "addons/events",
"type": "library"
},
"@storybook/addon-google-analytics": {
"root": "addons/google-analytics",
"type": "library"
},
"@storybook/addon-graphql": {
"root": "addons/graphql",
"type": "library"
},
"@storybook/addon-jest": {
"root": "addons/jest",
"type": "library"
},
"@storybook/addon-knobs": {
"root": "addons/knobs",
"type": "library"
},
"@storybook/addon-links": {
"root": "addons/links",
"type": "library"
},
"@storybook/addon-queryparams": {
"root": "addons/queryparams",
"type": "library"
},
"@storybook/addon-storyshots": {
"root": "addons/storyshots/storyshots-core",
"type": "library"
},
"@storybook/addon-storyshots-puppeteer": {
"root": "addons/storyshots/storyshots-puppeteer",
"type": "library"
},
"@storybook/addon-storysource": {
"root": "addons/storysource",
"type": "library"
},
"@storybook/addon-toolbars": {
"root": "addons/toolbars",
"type": "library"
},
"@storybook/addon-viewport": {
"root": "addons/viewport",
"type": "library"
},
"@storybook/angular": {
"root": "app/angular",
"type": "library"
},
"@storybook/aurelia": {
"root": "app/aurelia",
"type": "library"
},
"@storybook/ember": {
"root": "app/ember",
"type": "library"
},
"@storybook/html": {
"root": "app/html",
"type": "library"
},
"@storybook/marionette": {
"root": "app/marionette",
"type": "library"
},
"@storybook/marko": {
"root": "app/marko",
"type": "library"
},
"@storybook/mithril": {
"root": "app/mithril",
"type": "library"
},
"@storybook/preact": {
"root": "app/preact",
"type": "library"
},
"@storybook/rax": {
"root": "app/rax",
"type": "library"
},
"@storybook/react": {
"root": "app/react",
"type": "library"
},
"@storybook/riot": {
"root": "app/riot",
"type": "library"
},
"@storybook/server": {
"root": "app/server",
"type": "library"
},
"@storybook/svelte": {
"root": "app/svelte",
"type": "library"
},
"@storybook/vue": {
"root": "app/vue",
"type": "library"
},
"@storybook/vue3": {
"root": "app/vue3",
"type": "library"
},
"@storybook/web-components": {
"root": "app/web-components",
"type": "library"
},
"@storybook/addon-decorator": {
"root": "dev-kits/addon-decorator",
"type": "library"
},
"@storybook/addon-parameter": {
"root": "dev-kits/addon-parameter",
"type": "library"
},
"@storybook/addon-preview-wrapper": {
"root": "dev-kits/addon-preview-wrapper",
"type": "library"
},
"@storybook/addon-roundtrip": {
"root": "dev-kits/addon-roundtrip",
"type": "library"
},
"angular-cli": {
"root": "examples/angular-cli",
"type": "library"
},
"aurelia-kitchen-sink": {
"root": "examples/aurelia-kitchen-sink",
"type": "library"
},
"cra-kitchen-sink": {
"root": "examples/cra-kitchen-sink",
"type": "library"
},
"cra-react15": {
"root": "examples/cra-react15",
"type": "library"
},
"cra-ts-essentials": {
"root": "examples/cra-ts-essentials",
"type": "library"
},
"cra-ts-kitchen-sink": {
"root": "examples/cra-ts-kitchen-sink",
"type": "library"
},
"@storybook/example-devkits": {
"root": "examples/dev-kits",
"type": "library"
},
"ember-example": {
"root": "examples/ember-cli",
"type": "library"
},
"html-kitchen-sink": {
"root": "examples/html-kitchen-sink",
"type": "library"
},
"marko-cli": {
"root": "examples/marko-cli",
"type": "library"
},
"mithril-example": {
"root": "examples/mithril-kitchen-sink",
"type": "library"
},
"official-storybook": {
"root": "examples/official-storybook",
"type": "library"
},
"preact-example": {
"root": "examples/preact-kitchen-sink",
"type": "library"
},
"rax-kitchen-sink": {
"root": "examples/rax-kitchen-sink",
"type": "library"
},
"@storybook/example-react-ts": {
"root": "examples/react-ts",
"type": "library"
},
"@storybook/example-react-ts-webpack4": {
"root": "examples/react-ts-webpack4",
"type": "library"
},
"riot-example": {
"root": "examples/riot-kitchen-sink",
"type": "library"
},
"server-kitchen-sink": {
"root": "examples/server-kitchen-sink",
"type": "library"
},
"standalone-preview": {
"root": "examples/standalone-preview",
"type": "library"
},
"svelte-example": {
"root": "examples/svelte-kitchen-sink",
"type": "library"
},
"vue-3-cli-example": {
"root": "examples/vue-3-cli",
"type": "library"
},
"vue-cli-example": {
"root": "examples/vue-cli",
"type": "library"
},
"vue-example": {
"root": "examples/vue-kitchen-sink",
"type": "library"
},
"web-components-kitchen-sink": {
"root": "examples/web-components-kitchen-sink",
"type": "library"
},
"@storybook/addons": {
"root": "lib/addons",
"type": "library"
},
"@storybook/api": {
"root": "lib/api",
"type": "library"
},
"@storybook/builder-webpack4": {
"root": "lib/builder-webpack4",
"type": "library"
},
"@storybook/builder-webpack5": {
"root": "lib/builder-webpack5",
"type": "library"
},
"@storybook/channel-postmessage": {
"root": "lib/channel-postmessage",
"type": "library"
},
"@storybook/channel-websocket": {
"root": "lib/channel-websocket",
"type": "library"
},
"@storybook/channels": {
"root": "lib/channels",
"type": "library"
},
"@storybook/cli": {
"root": "lib/cli",
"type": "library"
},
"sb": {
"root": "lib/cli-sb",
"type": "library"
},
"storybook": {
"root": "lib/cli-storybook",
"type": "library"
},
"@storybook/client-api": {
"root": "lib/client-api",
"type": "library"
},
"@storybook/client-logger": {
"root": "lib/client-logger",
"type": "library"
},
"@storybook/codemod": {
"root": "lib/codemod",
"type": "library"
},
"@storybook/components": {
"root": "lib/components",
"type": "library"
},
"@storybook/core": {
"root": "lib/core",
"type": "library"
},
"@storybook/core-client": {
"root": "lib/core-client",
"type": "library"
},
"@storybook/core-common": {
"root": "lib/core-common",
"type": "library"
},
"@storybook/core-events": {
"root": "lib/core-events",
"type": "library"
},
"@storybook/core-server": {
"root": "lib/core-server",
"type": "library"
},
"@storybook/node-logger": {
"root": "lib/node-logger",
"type": "library"
},
"@storybook/postinstall": {
"root": "lib/postinstall",
"type": "library"
},
"@storybook/router": {
"root": "lib/router",
"type": "library"
},
"@storybook/source-loader": {
"root": "lib/source-loader",
"type": "library"
},
"@storybook/theming": {
"root": "lib/theming",
"type": "library"
},
"@storybook/ui": {
"root": "lib/ui",
"type": "library"
}
}
}