mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
98 lines
2.5 KiB
JSON
98 lines
2.5 KiB
JSON
{
|
|
"name": "@storybook/addon-essentials",
|
|
"version": "6.4.0-alpha.18",
|
|
"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",
|
|
"main": "dist/cjs/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"types": "dist/ts3.9/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"*": [
|
|
"dist/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addon-actions": "6.4.0-alpha.18",
|
|
"@storybook/addon-backgrounds": "6.4.0-alpha.18",
|
|
"@storybook/addon-controls": "6.4.0-alpha.18",
|
|
"@storybook/addon-docs": "6.4.0-alpha.18",
|
|
"@storybook/addon-measure": "6.4.0-alpha.18",
|
|
"@storybook/addon-outline": "6.4.0-alpha.18",
|
|
"@storybook/addon-toolbars": "6.4.0-alpha.18",
|
|
"@storybook/addon-viewport": "6.4.0-alpha.18",
|
|
"@storybook/addons": "6.4.0-alpha.18",
|
|
"@storybook/api": "6.4.0-alpha.18",
|
|
"@storybook/node-logger": "6.4.0-alpha.18",
|
|
"core-js": "^3.8.2",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"ts-dedent": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@storybook/vue": "6.4.0-alpha.18",
|
|
"@types/jest": "^26.0.16",
|
|
"@types/webpack-env": "^1.16.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.9.6",
|
|
"@storybook/vue": "6.4.0-alpha.19",
|
|
"@storybook/web-components": "6.4.0-alpha.19",
|
|
"babel-loader": "^8.0.0",
|
|
"lit-html": "^1.4.1 || ^2.0.0-rc.3",
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
"webpack": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@storybook/vue": {
|
|
"optional": true
|
|
},
|
|
"@storybook/web-components": {
|
|
"optional": true
|
|
},
|
|
"lit-html": {
|
|
"optional": true
|
|
},
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"react-dom": {
|
|
"optional": true
|
|
},
|
|
"webpack": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "285782b4010609c6d6c9f306b8f8a110ae55f035",
|
|
"sbmodern": "dist/modern/index.js"
|
|
} |