mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
77 lines
1.9 KiB
JSON
77 lines
1.9 KiB
JSON
{
|
|
"name": "@storybook/web-components",
|
|
"version": "6.2.0-alpha.4",
|
|
"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/master/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"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/client/index.js",
|
|
"types": "dist/client/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"*": [
|
|
"ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"bin": {
|
|
"build-storybook": "./bin/build.js",
|
|
"start-storybook": "./bin/index.js",
|
|
"storybook-server": "./bin/index.js"
|
|
},
|
|
"files": [
|
|
"bin/**/*",
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts",
|
|
"ts3.4/**/*"
|
|
],
|
|
"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.1",
|
|
"@storybook/addons": "6.2.0-alpha.4",
|
|
"@storybook/client-api": "6.2.0-alpha.4",
|
|
"@storybook/core": "6.2.0-alpha.4",
|
|
"@types/webpack-env": "^1.15.3",
|
|
"babel-plugin-bundled-import-meta": "^0.3.1",
|
|
"core-js": "^3.0.1",
|
|
"global": "^4.3.2",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"ts-dedent": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"lit-html": "^1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "*",
|
|
"babel-loader": "^7.0.0 || ^8.0.0",
|
|
"lit-html": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "70078d0fbd3af8290e82831109a00eddd133e4db"
|
|
}
|