2022-06-20 21:44:25 +08:00

54 lines
1.3 KiB
JSON

{
"name": "@storybook/preset-html-webpack",
"version": "7.0.0-alpha.5",
"description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/main/presets/html-webpack",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "presets/html-webpack"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
},
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts"
],
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/core-webpack": "7.0.0-alpha.5",
"@types/node": "^14.14.20 || ^16.0.0",
"core-js": "^3.8.2",
"html-loader": "^3.1.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"webpack": "5"
},
"peerDependencies": {
"@babel/core": "*"
},
"engines": {
"node": ">=10.13.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "006ed54452dd7c37a8cbe91a84f5312182f7ca00"
}