2019-06-05 16:46:17 -07:00

45 lines
1.1 KiB
JSON

{
"name": "@storybook/addon-parameter",
"version": "5.1.1",
"description": "parameter addon for storybook",
"keywords": [
"devkit",
"addon",
"storybook",
"parameter"
],
"homepage": "https://github.com/storybooks/storybook#readme",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git",
"directory": "dev-kit/addon-parameter"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "5.1.1",
"@storybook/api": "5.1.1",
"@storybook/client-logger": "5.1.1",
"@storybook/components": "5.1.1",
"@storybook/core-events": "5.1.1",
"@storybook/theming": "5.1.1",
"common-tags": "^1.8.0",
"core-js": "^2.6.5",
"global": "^4.3.2",
"react": "^16.8.4"
},
"devDependencies": {
"@types/common-tags": "^1.8.0"
},
"publishConfig": {
"access": "public"
}
}