mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
88 lines
2.1 KiB
JSON
88 lines
2.1 KiB
JSON
{
|
|
"name": "@storybook/web-components-webpack5",
|
|
"version": "9.0.0-alpha.12",
|
|
"description": "Storybook for web-components: View web components snippets in isolation with Hot Reloading.",
|
|
"keywords": [
|
|
"lit",
|
|
"lit-html",
|
|
"storybook",
|
|
"web-components"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/web-components-webpack5",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "code/frameworks/web-components-webpack5"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"node": "./dist/index.js",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.js"
|
|
},
|
|
"./preset": {
|
|
"types": "./dist/preset.d.ts",
|
|
"require": "./dist/preset.js"
|
|
},
|
|
"./node": {
|
|
"types": "./dist/node/index.d.ts",
|
|
"node": "./dist/node/index.js",
|
|
"import": "./dist/node/index.mjs",
|
|
"require": "./dist/node/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"template/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts",
|
|
"!src/**/*"
|
|
],
|
|
"scripts": {
|
|
"check": "jiti ../../../scripts/prepare/check.ts",
|
|
"prep": "jiti ../../../scripts/prepare/bundle.ts"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/builder-webpack5": "workspace:*",
|
|
"@storybook/web-components": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"lit": "2.3.1",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"peerDependencies": {
|
|
"lit": "^2.0.0 || ^3.0.0",
|
|
"storybook": "workspace:^"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundler": {
|
|
"entries": [
|
|
"./src/index.ts",
|
|
"./src/preset.ts",
|
|
"./src/node/index.ts"
|
|
],
|
|
"platform": "node"
|
|
},
|
|
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
|
|
}
|