mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "@storybook/addon-highlight",
|
|
"version": "7.0.0-alpha.31",
|
|
"description": "Highlight DOM nodes within your stories",
|
|
"keywords": [
|
|
"storybook-addons",
|
|
"essentials",
|
|
"style",
|
|
"appearance"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/addons/highlight",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "addons/highlight"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"author": "winkerVSbecks",
|
|
"main": "dist/cjs/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"check": "tsc --noEmit",
|
|
"prep": "node ../../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "7.0.0-alpha.31",
|
|
"@storybook/core-events": "7.0.0-alpha.31",
|
|
"global": "^4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/webpack-env": "^1.16.0",
|
|
"typescript": "~4.6.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "02c013c33186479017098d532a18ff8654b91f1f",
|
|
"sbmodern": "dist/modern/index.js",
|
|
"storybook": {
|
|
"displayName": "Highlight",
|
|
"unsupportedFrameworks": [
|
|
"react-native"
|
|
],
|
|
"icon": "https://user-images.githubusercontent.com/42671/162045505-9d06fe2e-8fcb-4c41-9486-e0553bce10cc.png"
|
|
}
|
|
}
|