UNPKG

1.85 kBJSONView Raw
1{
2 "name": "@storybook/html",
3 "version": "7.0.18",
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/**/*",
42 "README.md",
43 "*.js",
44 "*.d.ts"
45 ],
46 "scripts": {
47 "check": "../../../scripts/node_modules/.bin/tsc --noEmit",
48 "prep": "../../../scripts/prepare/bundle.ts"
49 },
50 "dependencies": {
51 "@storybook/core-client": "7.0.18",
52 "@storybook/docs-tools": "7.0.18",
53 "@storybook/global": "^5.0.0",
54 "@storybook/preview-api": "7.0.18",
55 "@storybook/types": "7.0.18",
56 "ts-dedent": "^2.0.0"
57 },
58 "devDependencies": {
59 "typescript": "~4.9.3"
60 },
61 "peerDependencies": {
62 "@babel/core": "*"
63 },
64 "engines": {
65 "node": ">=16.0.0"
66 },
67 "publishConfig": {
68 "access": "public"
69 },
70 "bundler": {
71 "entries": [
72 "./src/index.ts",
73 "./src/config.ts"
74 ],
75 "platform": "browser"
76 },
77 "gitHead": "8edc25418ec52a0ff223860677716303df7cb09f"
78}