mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"name": "@storybook/lit",
|
|
"version": "6.3.0-alpha.25",
|
|
"description": "Storybook for lit: View web components snippets in isolation with Hot Reloading.",
|
|
"keywords": [
|
|
"lit",
|
|
"lit-element",
|
|
"lit-html",
|
|
"storybook",
|
|
"web-components"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/app/lit",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "app/lit"
|
|
},
|
|
"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.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"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "6.3.0-alpha.25",
|
|
"@storybook/client-api": "6.3.0-alpha.25",
|
|
"@storybook/core": "6.3.0-alpha.25",
|
|
"@storybook/core-common": "6.3.0-alpha.25",
|
|
"@types/webpack-env": "^1.16.0",
|
|
"core-js": "^3.8.2",
|
|
"global": "^4.4.0",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0",
|
|
"read-pkg-up": "^7.0.1",
|
|
"ts-dedent": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/webpack": "^4.41.26",
|
|
"lit": "^2.0.0-rc.1"
|
|
},
|
|
"peerDependencies": {
|
|
"lit": "^2.0.0-rc.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "9938e2194b1efab97c1b93c3c7961a793de4f4e4"
|
|
}
|