File tree Expand file tree Collapse file tree 1 file changed +17
-8
lines changed
Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " storybook-addon-kit " ,
3- "version" : " 0.0.0 " ,
4- "description" : " everything you need to build a Storybook addon " ,
2+ "name" : " storybook-addon-variants " ,
3+ "version" : " 0.0.1 " ,
4+ "description" : " Show all variants of a component in a grid " ,
55 "keywords" : [
6- " storybook-addons"
6+ " storybook-addons" ,
7+ " props" ,
8+ " api" ,
9+ " combinations" ,
10+ " mixed" ,
11+ " combined grid"
712 ],
813 "repository" : {
914 "type" : " git" ,
10- "url" : " https://github.com/storybookjs /storybook-addon-kit "
15+ "url" : " https://github.com/itaditya /storybook-addon-variants "
1116 },
12- "author" : " package-author " ,
17+ "author" : " itaditya " ,
1318 "license" : " MIT" ,
1419 "main" : " dist/cjs/index.js" ,
1520 "module" : " dist/esm/index.js" ,
7984 "access" : " public"
8085 },
8186 "storybook" : {
82- "displayName" : " Addon Kit " ,
87+ "displayName" : " Variants Addon " ,
8388 "supportedFrameworks" : [
84- " supported-frameworks"
89+ " react" ,
90+ " vue" ,
91+ " svelte" ,
92+ " preact" ,
93+ " react-native"
8594 ],
8695 "icon" : " https://user-images.githubusercontent.com/321738/63501763-88dbf600-c4cc-11e9-96cd-94adadc2fd72.png"
8796 },
You can’t perform that action at this time.
0 commit comments