mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-29 05:04:31 +08:00
88 lines
2.1 KiB
JSON
88 lines
2.1 KiB
JSON
{
|
|
"name": "@storybook/web-components",
|
|
"version": "7.0.0-beta.12",
|
|
"description": "Storybook web-components renderer",
|
|
"keywords": [
|
|
"lit-html",
|
|
"storybook",
|
|
"web-components"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/renderers/web-components",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "renderers/web-components"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/index.js",
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./preview": {
|
|
"require": "./dist/config.js",
|
|
"import": "./dist/config.mjs",
|
|
"types": "./dist/config.d.ts"
|
|
},
|
|
"./package.json": {
|
|
"require": "./package.json",
|
|
"import": "./package.json",
|
|
"types": "./package.json"
|
|
}
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"template/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"check": "../../../scripts/node_modules/.bin/tsc --noEmit",
|
|
"prep": "../../../scripts/prepare/bundle.ts"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/client-logger": "7.0.0-beta.12",
|
|
"@storybook/core-client": "7.0.0-beta.12",
|
|
"@storybook/docs-tools": "7.0.0-beta.12",
|
|
"@storybook/manager-api": "7.0.0-beta.12",
|
|
"@storybook/preview-api": "7.0.0-beta.12",
|
|
"@storybook/types": "7.0.0-beta.12",
|
|
"global": "^4.4.0",
|
|
"ts-dedent": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"lit": "2.3.1",
|
|
"lit-html": "2.0.2",
|
|
"typescript": "~4.9.3"
|
|
},
|
|
"peerDependencies": {
|
|
"lit-html": "^1.4.1 || ^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundler": {
|
|
"entries": [
|
|
"./src/index.ts",
|
|
"./src/config.ts"
|
|
],
|
|
"platform": "browser"
|
|
},
|
|
"gitHead": "f488007ad9e0ff9c4ade4837f584db87fa0d46eb"
|
|
}
|