1 | {
|
2 | "name": "@storybook/addon-docs",
|
3 | "version": "6.5.16",
|
4 | "description": "Document component usage and properties in Markdown",
|
5 | "keywords": [
|
6 | "addon",
|
7 | "notes",
|
8 | "documentation",
|
9 | "storybook",
|
10 | "essentials",
|
11 | "organize"
|
12 | ],
|
13 | "homepage": "https://github.com/storybookjs/storybook/tree/main/addons/docs",
|
14 | "bugs": {
|
15 | "url": "https://github.com/storybookjs/storybook/issues"
|
16 | },
|
17 | "repository": {
|
18 | "type": "git",
|
19 | "url": "https://github.com/storybookjs/storybook.git",
|
20 | "directory": "addons/docs"
|
21 | },
|
22 | "funding": {
|
23 | "type": "opencollective",
|
24 | "url": "https://opencollective.com/storybook"
|
25 | },
|
26 | "license": "MIT",
|
27 | "main": "dist/cjs/index.js",
|
28 | "module": "dist/esm/index.js",
|
29 | "types": "dist/ts3.9/index.d.ts",
|
30 | "typesVersions": {
|
31 | "<3.8": {
|
32 | "dist/ts3.9/*": [
|
33 | "dist/ts3.4/*"
|
34 | ]
|
35 | }
|
36 | },
|
37 | "files": [
|
38 | "dist/**/*",
|
39 | "angular/**/*",
|
40 | "common/**/*",
|
41 | "ember/**/*",
|
42 | "html/**/*",
|
43 | "svelte/**/*",
|
44 | "postinstall/**/*",
|
45 | "react/**/*",
|
46 | "vue/**/*",
|
47 | "web-components/**/*",
|
48 | "lit/**/*",
|
49 | "README.md",
|
50 | "*.js",
|
51 | "*.d.ts",
|
52 | "!__testfixtures__"
|
53 | ],
|
54 | "scripts": {
|
55 | "prepare": "node ../../scripts/prepare.js"
|
56 | },
|
57 | "dependencies": {
|
58 | "@babel/plugin-transform-react-jsx": "^7.12.12",
|
59 | "@babel/preset-env": "^7.12.11",
|
60 | "@jest/transform": "^26.6.2",
|
61 | "@mdx-js/react": "^1.6.22",
|
62 | "@storybook/addons": "6.5.16",
|
63 | "@storybook/api": "6.5.16",
|
64 | "@storybook/components": "6.5.16",
|
65 | "@storybook/core-common": "6.5.16",
|
66 | "@storybook/core-events": "6.5.16",
|
67 | "@storybook/csf": "0.0.2--canary.4566f4d.1",
|
68 | "@storybook/docs-tools": "6.5.16",
|
69 | "@storybook/mdx1-csf": "^0.0.1",
|
70 | "@storybook/node-logger": "6.5.16",
|
71 | "@storybook/postinstall": "6.5.16",
|
72 | "@storybook/preview-web": "6.5.16",
|
73 | "@storybook/source-loader": "6.5.16",
|
74 | "@storybook/store": "6.5.16",
|
75 | "@storybook/theming": "6.5.16",
|
76 | "babel-loader": "^8.0.0",
|
77 | "core-js": "^3.8.2",
|
78 | "fast-deep-equal": "^3.1.3",
|
79 | "global": "^4.4.0",
|
80 | "lodash": "^4.17.21",
|
81 | "regenerator-runtime": "^0.13.7",
|
82 | "remark-external-links": "^8.0.0",
|
83 | "remark-slug": "^6.0.0",
|
84 | "ts-dedent": "^2.0.0",
|
85 | "util-deprecate": "^1.0.2"
|
86 | },
|
87 | "devDependencies": {
|
88 | "@babel/core": "^7.12.10",
|
89 | "@storybook/mdx2-csf": "^0.0.3",
|
90 | "@types/util-deprecate": "^1.0.0"
|
91 | },
|
92 | "peerDependencies": {
|
93 | "@storybook/mdx2-csf": "^0.0.3",
|
94 | "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
95 | "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
96 | },
|
97 | "peerDependenciesMeta": {
|
98 | "@storybook/mdx2-csf": {
|
99 | "optional": true
|
100 | },
|
101 | "react": {
|
102 | "optional": true
|
103 | },
|
104 | "react-dom": {
|
105 | "optional": true
|
106 | }
|
107 | },
|
108 | "publishConfig": {
|
109 | "access": "public"
|
110 | },
|
111 | "gitHead": "7db13fface8f05b870a16b90694a840785830f7e",
|
112 | "sbmodern": "dist/modern/index.js",
|
113 | "storybook": {
|
114 | "displayName": "Docs",
|
115 | "icon": "https://user-images.githubusercontent.com/263385/101991672-48355c80-3c7c-11eb-82d9-95fa12438f64.png",
|
116 | "unsupportedFrameworks": [
|
117 | "react-native"
|
118 | ]
|
119 | }
|
120 | }
|