{ "name": "@storybook/html", "version": "6.0.0-rc.19", "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.", "keywords": [ "storybook" ], "homepage": "https://github.com/storybookjs/storybook/tree/master/app/html", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", "directory": "app/html" }, "license": "MIT", "main": "dist/client/index.js", "types": "dist/client/index.d.ts", "bin": { "build-storybook": "./bin/build.js", "start-storybook": "./bin/index.js", "storybook-server": "./bin/index.js" }, "files": [ "bin/**/*", "dist/**/*", "README.md", "*.js", "*.d.ts", "ts3.5/**/*" ], "scripts": { "prepare": "node ../../scripts/prepare.js" }, "dependencies": { "@storybook/addons": "6.0.0-rc.19", "@storybook/core": "6.0.0-rc.19", "@types/webpack-env": "^1.15.2", "core-js": "^3.0.1", "global": "^4.3.2", "html-loader": "^1.0.0", "regenerator-runtime": "^0.13.3", "ts-dedent": "^1.1.1" }, "peerDependencies": { "@babel/core": "*", "react": "*", "react-dom": "*" }, "engines": { "node": ">=8.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "42f3ea27e0c82d6f6ea2cb964317252ffde27a71", "typesVersions": { "<=3.5": { "*": [ "ts3.5/*" ] } } }