forked from storybookjs/storybook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
163 lines (163 loc) · 4.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "@storybook/addon-docs",
"version": "6.2.0-alpha.19",
"description": "Document component usage and properties in Markdown",
"keywords": [
"addon",
"notes",
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/master/addons/docs",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "addons/docs"
},
"license": "MIT",
"main": "dist/cjs/public_api.js",
"module": "dist/esm/public_api.js",
"types": "dist/ts3.9/public_api.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.4/*"
]
}
},
"files": [
"dist/**/*",
"angular/**/*",
"common/**/*",
"ember/**/*",
"html/**/*",
"postinstall/**/*",
"react/**/*",
"vue/**/*",
"web-components/**/*",
"README.md",
"*.js",
"*.d.ts",
"!__testfixtures__"
],
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/generator": "^7.12.11",
"@babel/parser": "^7.12.11",
"@babel/plugin-transform-react-jsx": "^7.12.12",
"@babel/preset-env": "^7.12.11",
"@jest/transform": "^26.6.2",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@storybook/addons": "6.2.0-alpha.19",
"@storybook/api": "6.2.0-alpha.19",
"@storybook/client-api": "6.2.0-alpha.19",
"@storybook/client-logger": "6.2.0-alpha.19",
"@storybook/components": "6.2.0-alpha.19",
"@storybook/core": "6.2.0-alpha.19",
"@storybook/core-events": "6.2.0-alpha.19",
"@storybook/csf": "0.0.1",
"@storybook/node-logger": "6.2.0-alpha.19",
"@storybook/postinstall": "6.2.0-alpha.19",
"@storybook/source-loader": "6.2.0-alpha.19",
"@storybook/theming": "6.2.0-alpha.19",
"acorn": "^7.4.1",
"acorn-jsx": "^5.3.1",
"acorn-walk": "^7.2.0",
"core-js": "^3.8.2",
"doctrine": "^3.0.0",
"escodegen": "^1.14.3",
"fast-deep-equal": "^3.1.3",
"global": "^4.4.0",
"html-tags": "^3.1.0",
"js-string-escape": "^1.0.1",
"lodash": "^4.17.20",
"prettier": "~2.2.1",
"prop-types": "^15.7.2",
"react-element-to-jsx-string": "^14.3.2",
"regenerator-runtime": "^0.13.7",
"remark-external-links": "^6.1.0",
"remark-slug": "^6.0.0",
"ts-dedent": "^2.0.0",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@angular/core": "^11.0.9",
"@babel/core": "^7.12.10",
"@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.27",
"@storybook/angular": "6.2.0-alpha.19",
"@storybook/react": "6.2.0-alpha.19",
"@storybook/vue": "6.2.0-alpha.19",
"@storybook/web-components": "6.2.0-alpha.19",
"@types/cross-spawn": "^6.0.2",
"@types/doctrine": "^0.0.3",
"@types/enzyme": "^3.10.8",
"@types/estree": "^0.0.44",
"@types/jest": "^25.2.3",
"@types/prop-types": "^15.7.3",
"@types/tmp": "^0.1.0",
"@types/util-deprecate": "^1.0.0",
"babel-loader": "^8.2.2",
"babel-plugin-react-docgen": "^4.2.1",
"cross-spawn": "^7.0.3",
"fs-extra": "^9.0.1",
"jest": "^26.6.3",
"jest-specific-snapshot": "^4.0.0",
"lit-element": "^2.4.0",
"lit-html": "^1.3.0",
"require-from-string": "^2.0.2",
"rxjs": "^6.6.3",
"styled-components": "^5.2.1",
"terser-webpack-plugin": "^3.1.0",
"tmp": "^0.2.1",
"tslib": "^2.1.0",
"web-component-analyzer": "^1.1.6",
"webpack": "^4.46.0",
"zone.js": "^0.11.3"
},
"peerDependencies": {
"@babel/core": "^7.11.5",
"@storybook/angular": "6.2.0-alpha.19",
"@storybook/vue": "6.2.0-alpha.19",
"babel-loader": "^8.0.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
"sveltedoc-parser": "^3.0.4",
"vue": "^2.6.10",
"webpack": ">=4"
},
"peerDependenciesMeta": {
"@storybook/angular": {
"optional": true
},
"@storybook/vue": {
"optional": true
},
"react": {
"optional": true
},
"react-dom": {
"optional": true
},
"sveltedoc-parser": {
"optional": true
},
"vue": {
"optional": true
},
"webpack": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"gitHead": "2a8f070c0c3ba56dc820cb04e96d9bf3f47a6a23"
}