mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-01 05:05:25 +08:00
84 lines
2.0 KiB
JSON
84 lines
2.0 KiB
JSON
{
|
|
"name": "@storybook/addon-measure",
|
|
"version": "6.4.0-beta.15",
|
|
"description": "Inspect layouts by visualizing the box model",
|
|
"keywords": [
|
|
"storybook-addons",
|
|
"essentials",
|
|
"style",
|
|
"CSS",
|
|
"design"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/addons/measure",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "addons/measure"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"author": "winkerVSbecks",
|
|
"main": "dist/cjs/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"types": "dist/ts3.9/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"dist/ts3.9/*": [
|
|
"dist/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "6.4.0-beta.15",
|
|
"@storybook/api": "6.4.0-beta.15",
|
|
"@storybook/client-logger": "6.4.0-beta.15",
|
|
"@storybook/components": "6.4.0-beta.15",
|
|
"@storybook/core-events": "6.4.0-beta.15",
|
|
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
|
"core-js": "^3.8.2",
|
|
"global": "^4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/webpack-env": "^1.16.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"react-dom": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "f3bcbe0094355fe373d47570cdabc548b93b0b64",
|
|
"sbmodern": "dist/modern/index.js",
|
|
"storybook": {
|
|
"displayName": "Measure",
|
|
"unsupportedFrameworks": [
|
|
"react-native"
|
|
],
|
|
"icon": "https://user-images.githubusercontent.com/42671/119589951-dbcd9600-bda1-11eb-9227-078f3cfc1e74.png"
|
|
}
|
|
}
|