mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:41:08 +08:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@storybook/polymer",
|
|
"version": "4.0.0-alpha.15",
|
|
"description": "Storybook for Polymer: Develop Polymer components in isolation with Hot Reloading.",
|
|
"homepage": "https://github.com/storybooks/storybook/tree/master/apps/polymer",
|
|
"bugs": {
|
|
"url": "https://github.com/storybooks/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/client/index.js",
|
|
"bin": {
|
|
"build-storybook": "./bin/build.js",
|
|
"start-storybook": "./bin/index.js",
|
|
"storybook-server": "./bin/index.js"
|
|
},
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/core": "4.0.0-alpha.15",
|
|
"@webcomponents/webcomponentsjs": "^1.2.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"common-tags": "^1.8.0",
|
|
"global": "^4.3.2",
|
|
"react": "^16.4.2",
|
|
"react-dom": "^16.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"lit-html": "^0.10.2",
|
|
"polymer-webpack-loader": "^2.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"lit-html": "0.10.0",
|
|
"polymer-webpack-loader": "2.0.2"
|
|
}
|
|
}
|