mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 04:21:07 +08:00
117 lines
2.8 KiB
JSON
117 lines
2.8 KiB
JSON
{
|
|
"name": "@storybook/addon-essentials",
|
|
"version": "7.0.0-alpha.47",
|
|
"description": "Curated addons to bring out the best of Storybook",
|
|
"keywords": [
|
|
"addon",
|
|
"essentials",
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/addons/essentials",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "addons/essentials"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/index.js",
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"check": "../../../scripts/node_modules/.bin/tsc --noEmit",
|
|
"prep": "../../../scripts/prepare/bundle.ts"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addon-actions": "7.0.0-alpha.47",
|
|
"@storybook/addon-backgrounds": "7.0.0-alpha.47",
|
|
"@storybook/addon-controls": "7.0.0-alpha.47",
|
|
"@storybook/addon-docs": "7.0.0-alpha.47",
|
|
"@storybook/addon-highlight": "7.0.0-alpha.47",
|
|
"@storybook/addon-measure": "7.0.0-alpha.47",
|
|
"@storybook/addon-outline": "7.0.0-alpha.47",
|
|
"@storybook/addon-toolbars": "7.0.0-alpha.47",
|
|
"@storybook/addon-viewport": "7.0.0-alpha.47",
|
|
"@storybook/addons": "7.0.0-alpha.47",
|
|
"@storybook/api": "7.0.0-alpha.47",
|
|
"@storybook/core-common": "7.0.0-alpha.47",
|
|
"@storybook/node-logger": "7.0.0-alpha.47",
|
|
"ts-dedent": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@storybook/vue": "7.0.0-alpha.47",
|
|
"@types/jest": "^26.0.16",
|
|
"typescript": "~4.6.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.9.6"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@storybook/angular": {
|
|
"optional": true
|
|
},
|
|
"@storybook/html": {
|
|
"optional": true
|
|
},
|
|
"@storybook/vue": {
|
|
"optional": true
|
|
},
|
|
"@storybook/vue3": {
|
|
"optional": true
|
|
},
|
|
"@storybook/web-components": {
|
|
"optional": true
|
|
},
|
|
"lit": {
|
|
"optional": true
|
|
},
|
|
"lit-html": {
|
|
"optional": true
|
|
},
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"react-dom": {
|
|
"optional": true
|
|
},
|
|
"svelte": {
|
|
"optional": true
|
|
},
|
|
"sveltedoc-parser": {
|
|
"optional": true
|
|
},
|
|
"vue": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundler": {
|
|
"entries": [
|
|
"./src/index.ts"
|
|
],
|
|
"platform": "node"
|
|
},
|
|
"gitHead": "1c706a4a778831e012343c905f86225fa71491a7"
|
|
}
|