We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7570c58 + 5b8f885 commit c83988aCopy full SHA for c83988a
package.json
@@ -4,15 +4,21 @@
4
"description": "Select between themes and tweak them directly in a panel.",
5
"keywords": [
6
"storybook-addons",
7
+ "storybook-addon",
8
"storybook",
9
"addon",
10
"theme",
11
"playground",
12
"react",
13
"typescript",
- "storybook-addon",
14
"style"
15
],
16
+ "storybook": {
17
+ "displayName": "Theme Playground",
18
+ "supportedFrameworks": [
19
+ "React"
20
+ ]
21
+ },
22
"bugs": "https://github.com/jeslage/storybook-addon-theme-playground/issues",
23
"repository": "jeslage/storybook-addon-theme-playground",
24
"license": "MIT",
@@ -21,6 +27,7 @@
27
"types": "dist/index.d.ts",
28
"files": [
29
"dist",
30
+ "README.md",
31
"register.js",
25
32
"preset.js"
26
33
0 commit comments