mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
86 lines
2.1 KiB
JSON
86 lines
2.1 KiB
JSON
{
|
|
"name": "@storybook/preset-web-components-webpack",
|
|
"version": "7.0.0-alpha.58",
|
|
"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/presets/web-components-webpack",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "presets/web-components-webpack"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/index.js",
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./preset": {
|
|
"require": "./dist/index.js",
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.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/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"check": "../../../scripts/node_modules/.bin/tsc --noEmit",
|
|
"prep": "../../../scripts/prepare/bundle.ts"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@storybook/core-webpack": "7.0.0-alpha.58",
|
|
"@types/node": "^16.0.0",
|
|
"babel-loader": "^7.0.0 || ^8.0.0",
|
|
"babel-plugin-bundled-import-meta": "^0.3.1",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"lit-html": "2.0.2",
|
|
"typescript": "~4.9.3"
|
|
},
|
|
"peerDependencies": {
|
|
"lit-html": "^1.4.1 || ^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundler": {
|
|
"entries": [
|
|
"./src/index.ts"
|
|
],
|
|
"platform": "node"
|
|
},
|
|
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
|
}
|