mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:31:13 +08:00
76 lines
1.5 KiB
JSON
76 lines
1.5 KiB
JSON
{
|
|
"name": "@storybook/addon-contexts",
|
|
"version": "6.0.0-alpha.18",
|
|
"description": "Storybook Addon Contexts",
|
|
"keywords": [
|
|
"preact",
|
|
"react",
|
|
"storybook",
|
|
"vue"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "addons/contexts"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Leo Y. Li",
|
|
"main": "dist/register.js",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts",
|
|
"ts3.5/**/*"
|
|
],
|
|
"scripts": {
|
|
"dev:check-types": "tsc --noEmit",
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "6.0.0-alpha.18",
|
|
"@storybook/api": "6.0.0-alpha.18",
|
|
"@storybook/components": "6.0.0-alpha.18",
|
|
"@storybook/core-events": "6.0.0-alpha.18",
|
|
"core-js": "^3.0.1",
|
|
"global": "^4.3.2",
|
|
"qs": "^6.6.0",
|
|
"regenerator-runtime": "^0.13.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/enzyme": "^3.10.5",
|
|
"enzyme": "^3.11.0"
|
|
},
|
|
"peerDependencies": {
|
|
"global": "*",
|
|
"preact": "*",
|
|
"qs": "*",
|
|
"rax": "*",
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"vue": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"preact": {
|
|
"optional": true
|
|
},
|
|
"rax": {
|
|
"optional": true
|
|
},
|
|
"vue": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff",
|
|
"typesVersions": {
|
|
"<=3.5": {
|
|
"*": [
|
|
"ts3.5/*"
|
|
]
|
|
}
|
|
}
|
|
}
|