mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
83 lines
2.3 KiB
JSON
83 lines
2.3 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/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
"@babel/preset-env": "^7.12.11",
|
|
"@storybook/addons": "6.5.0-alpha.64",
|
|
"@storybook/client-api": "6.5.0-alpha.64",
|
|
"@storybook/client-logger": "6.5.0-alpha.64",
|
|
"@storybook/core-client": "6.5.0-alpha.64",
|
|
"@storybook/core-common": "6.5.0-alpha.64",
|
|
"@storybook/core-server": "6.5.0-alpha.64",
|
|
"@storybook/csf": "0.0.2--canary.7c6c115.0",
|
|
"@storybook/docs-tools": "6.5.0-alpha.64",
|
|
"@storybook/preview-web": "6.5.0-alpha.64",
|
|
"@storybook/store": "6.5.0-alpha.64",
|
|
"@types/node": "^14.14.20 || ^16.0.0",
|
|
"@types/webpack-env": "^1.16.0",
|
|
"babel-plugin-bundled-import-meta": "^0.3.1",
|
|
"core-js": "^3.8.2",
|
|
"global": "^4.4.0",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0",
|
|
"read-pkg-up": "^7.0.1",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"ts-dedent": "^2.0.0"
|
|
},
|
|
"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"
|
|
}
|