{ "name": "@storybook/html-webpack5", "version": "7.1.0-alpha.7", "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": { ".": { "node": "./dist/index.js", "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": "./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/builder-webpack5": "7.1.0-alpha.7", "@storybook/core-common": "7.1.0-alpha.7", "@storybook/global": "^5.0.0", "@storybook/html": "7.1.0-alpha.7", "@storybook/preset-html-webpack": "7.1.0-alpha.7", "@types/node": "^16.0.0" }, "devDependencies": { "typescript": "~4.9.3" }, "peerDependencies": { "@babel/core": "*", "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "engines": { "node": ">=16.0.0" }, "publishConfig": { "access": "public" }, "bundler": { "entries": [ "./src/index.ts", "./src/preset.ts" ], "platform": "node" }, "gitHead": "df316720cecd41d64fd95720fd5435150e00c12e" }