UNPKG

1.85 kBJSONView Raw
1{
2 "name": "@storybook/html",
3 "version": "7.4.4",
4 "description": "Storybook HTML renderer",
5 "keywords": [
6 "storybook"
7 ],
8 "homepage": "https://github.com/storybookjs/storybook/tree/next/code/renderers/html",
9 "bugs": {
10 "url": "https://github.com/storybookjs/storybook/issues"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/storybookjs/storybook.git",
15 "directory": "code/renderers/html"
16 },
17 "funding": {
18 "type": "opencollective",
19 "url": "https://opencollective.com/storybook"
20 },
21 "license": "MIT",
22 "exports": {
23 ".": {
24 "types": "./dist/index.d.ts",
25 "node": "./dist/index.js",
26 "require": "./dist/index.js",
27 "import": "./dist/index.mjs"
28 },
29 "./preview": {
30 "types": "./dist/config.d.ts",
31 "require": "./dist/config.js",
32 "import": "./dist/config.mjs"
33 },
34 "./package.json": "./package.json"
35 },
36 "main": "dist/index.js",
37 "module": "dist/index.mjs",
38 "types": "dist/index.d.ts",
39 "files": [
40 "dist/**/*",
41 "template/cli/**/*",
42 "README.md",
43 "*.js",
44 "*.d.ts",
45 "!src/**/*"
46 ],
47 "scripts": {
48 "check": "../../../scripts/prepare/check.ts",
49 "prep": "../../../scripts/prepare/bundle.ts"
50 },
51 "dependencies": {
52 "@storybook/core-client": "7.4.4",
53 "@storybook/docs-tools": "7.4.4",
54 "@storybook/global": "^5.0.0",
55 "@storybook/preview-api": "7.4.4",
56 "@storybook/types": "7.4.4",
57 "ts-dedent": "^2.0.0"
58 },
59 "devDependencies": {
60 "typescript": "~4.9.3"
61 },
62 "peerDependencies": {
63 "@babel/core": "*"
64 },
65 "engines": {
66 "node": ">=16.0.0"
67 },
68 "publishConfig": {
69 "access": "public"
70 },
71 "bundler": {
72 "entries": [
73 "./src/index.ts",
74 "./src/config.ts"
75 ],
76 "platform": "browser"
77 },
78 "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
79}
\No newline at end of file