storybook/code/lib/blocks/package.json
2022-08-26 19:12:35 +08:00

82 lines
2.1 KiB
JSON

{
"name": "@storybook/blocks",
"version": "7.0.0-alpha.26",
"description": "Storybook Doc Blocks",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/main/lib/blocks",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "lib/blocks"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
},
"license": "MIT",
"sideEffects": false,
"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",
"*.js",
"*.d.ts"
],
"scripts": {
"prepare": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/api": "7.0.0-alpha.26",
"@storybook/channels": "7.0.0-alpha.26",
"@storybook/client-logger": "7.0.0-alpha.26",
"@storybook/components": "7.0.0-alpha.26",
"@storybook/core-events": "7.0.0-alpha.26",
"@storybook/csf": "0.0.2--canary.0899bb7.0",
"@storybook/docs-tools": "7.0.0-alpha.26",
"@storybook/preview-web": "7.0.0-alpha.26",
"@storybook/store": "7.0.0-alpha.26",
"@storybook/theming": "7.0.0-alpha.26",
"color-convert": "^2.0.1",
"core-js": "^3.8.2",
"dequal": "^2.0.2",
"global": "^4.4.0",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.1.3",
"memoizerific": "^1.11.3",
"polished": "^4.2.2",
"react-colorful": "^5.1.2",
"ts-dedent": "^2.0.0",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@storybook/addons": "7.0.0-alpha.26"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"publishConfig": {
"access": "public"
},
"bundler": {
"entries": [
"./src/index.ts"
]
},
"gitHead": "058af8bac4892d95fdfe755dedfd826cb4508fdc"
}