mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
83 lines
2.0 KiB
JSON
83 lines
2.0 KiB
JSON
{
|
|
"name": "@storybook/html-webpack5",
|
|
"version": "7.0.0-alpha.31",
|
|
"description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/html-webpack5",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "frameworks/html-webpack5"
|
|
},
|
|
"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/preset.js",
|
|
"import": "./dist/preset.mjs",
|
|
"types": "./dist/preset.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": "tsc --noEmit",
|
|
"prep": "../../../scripts/prepare/bundle.ts"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/builder-webpack5": "7.0.0-alpha.31",
|
|
"@storybook/core-common": "7.0.0-alpha.31",
|
|
"@storybook/html": "7.0.0-alpha.31",
|
|
"@storybook/preset-html-webpack": "7.0.0-alpha.31",
|
|
"@types/node": "^14.14.20 || ^16.0.0",
|
|
"global": "^4.4.0",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~4.6.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundler": {
|
|
"entries": [
|
|
"./src/index.ts",
|
|
"./src/preset.ts"
|
|
],
|
|
"platform": "node"
|
|
},
|
|
"gitHead": "02c013c33186479017098d532a18ff8654b91f1f"
|
|
}
|