mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 10:01:05 +08:00
71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"name": "@storybook/web-components",
|
|
"version": "6.5.0-alpha.64",
|
|
"description": "Storybook for web-components: View web components snippets in isolation with Hot Reloading.",
|
|
"keywords": [
|
|
"lit-html",
|
|
"storybook",
|
|
"web-components"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/app/web-components",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "app/web-components"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/cjs/client/index.js",
|
|
"module": "dist/esm/client/index.js",
|
|
"types": "dist/ts3.9/client/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"dist/ts3.9/*": [
|
|
"dist/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/preset-env": "^7.12.11",
|
|
"@storybook/core-common": "6.5.0-alpha.64",
|
|
"@storybook/core-server": "6.5.0-alpha.64",
|
|
"@storybook/preset-web-components-webpack": "6.5.0-alpha.64",
|
|
"@storybook/renderer-web-components": "6.5.0-alpha.64",
|
|
"@types/node": "^14.14.20 || ^16.0.0",
|
|
"@types/webpack-env": "^1.16.0",
|
|
"core-js": "^3.8.2",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0",
|
|
"regenerator-runtime": "^0.13.7"
|
|
},
|
|
"devDependencies": {
|
|
"lit-html": "2.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"lit-html": "^1.4.1 || ^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "7417a230d67b54d65caedcfb584f924b879ac9f5",
|
|
"sbmodern": "dist/modern/client/index.js"
|
|
}
|