mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
- @open-wc/dedupe-mixin@1.2.10 - @open-wc/lit-helpers@0.3.5 - @open-wc/scoped-elements@0.7.1 - @open-wc/semantic-dom-diff@0.17.5 - storybook-addon-web-components-knobs@0.3.4 - @open-wc/testing-helpers@1.6.2 - @open-wc/testing@2.5.8
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "storybook-addon-web-components-knobs",
|
|
"version": "0.3.4",
|
|
"description": "Storybook knobs for web-components based on custom-elements.json",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/open-wc/open-wc.git",
|
|
"directory": "packages/storybook-addon-web-components-knobs"
|
|
},
|
|
"author": "open-wc",
|
|
"homepage": "https://github.com/open-wc/open-wc/tree/master/packages/storybook-addon-web-components-knobs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/insert-header.js",
|
|
"storybook": "start-storybook -p 9001 -c demo/.storybook",
|
|
"storybook:build": "build-storybook -c demo/.storybook"
|
|
},
|
|
"files": [
|
|
"*.js",
|
|
"src"
|
|
],
|
|
"keywords": [
|
|
"storybook",
|
|
"demo",
|
|
"demo-states",
|
|
"testing"
|
|
],
|
|
"peerDependencies": {
|
|
"lit-html": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@open-wc/testing-helpers": "^1.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-a11y": "^5.3.1",
|
|
"@storybook/addon-actions": "^5.3.1",
|
|
"@storybook/addon-backgrounds": "^5.3.1",
|
|
"@storybook/addon-console": "^1.1.0",
|
|
"@storybook/addon-docs": "5.3.1",
|
|
"@storybook/addon-knobs": "^5.3.1",
|
|
"@storybook/addon-links": "^5.3.1",
|
|
"@storybook/addon-viewport": "^5.3.1",
|
|
"@storybook/web-components": "^5.3.1",
|
|
"babel-loader": "^8.0.0",
|
|
"lit-element": "^2.2.1",
|
|
"lit-html": "^1.0.0"
|
|
}
|
|
}
|