forked from storybookjs/storybook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
337 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
{ | ||
"name": "@storybook/addon-actions", | ||
"version": "1.1.3", | ||
"description": "Action Logger addon for storybook", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"deploy-storybook": "storybook-to-ghpages", | ||
"prepublish": "node ../../scripts/prepublish.js", | ||
"storybook": "start-storybook -p 9001" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/storybooks/storybook.git" | ||
}, | ||
"keywords": [ | ||
"storybook" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/storybooks/storybook/issues" | ||
}, | ||
"homepage": "https://github.com/storybooks/storybook/tree/master/packages/addon-actions", | ||
"devDependencies": { | ||
"@storybook/react": "*", | ||
"@storybook/addons": "*", | ||
"@storybook/ui": "*", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4", | ||
"react-test-renderer": "^15.5.4", | ||
"shelljs": "^0.7.7" | ||
}, | ||
"dependencies": { | ||
"deep-equal": "^1.0.1", | ||
"json-stringify-safe": "^5.0.1", | ||
"prop-types": "^15.5.8", | ||
"react-inspector": "^2.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@storybook/addons": "*", | ||
"react": "*", | ||
"react-dom": "*" | ||
} | ||
} | ||
{ | ||
"name": "@storybook/addon-actions", | ||
"version": "3.0.0-alpha.0", | ||
"description": "Action Logger addon for storybook", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"deploy-storybook": "storybook-to-ghpages", | ||
"prepublish": "node ../../scripts/prepublish.js", | ||
"storybook": "start-storybook -p 9001" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/storybooks/storybook.git" | ||
}, | ||
"keywords": [ | ||
"storybook" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/storybooks/storybook/issues" | ||
}, | ||
"homepage": "https://github.com/storybooks/storybook/tree/master/packages/addon-actions", | ||
"devDependencies": { | ||
"@storybook/addons": "^3.0.0-alpha.0", | ||
"@storybook/react": "^3.0.0-alpha.0", | ||
"@storybook/ui": "^3.0.0-alpha.0", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4", | ||
"react-test-renderer": "^15.5.4", | ||
"shelljs": "^0.7.7" | ||
}, | ||
"dependencies": { | ||
"deep-equal": "^1.0.1", | ||
"json-stringify-safe": "^5.0.1", | ||
"prop-types": "^15.5.8", | ||
"react-inspector": "^2.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@storybook/addons": "^3.0.0-alpha.0", | ||
"react": "*", | ||
"react-dom": "*" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
{ | ||
"name": "@storybook/addon-graphql", | ||
"version": "1.0.1", | ||
"description": "Storybook addon to display the GraphiQL IDE", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"deploy-storybook": "storybook-to-ghpages", | ||
"prepublish": "node ../../scripts/prepublish.js", | ||
"storybook": "start-storybook -p 9001" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/storybooks/storybook.git" | ||
}, | ||
"keywords": [ | ||
"storybook" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/storybooks/storybook/issues" | ||
}, | ||
"homepage": "https://github.com/storybooks/storybook/tree/master/packages/addon-graphql", | ||
"devDependencies": { | ||
"@storybook/react": "*", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4", | ||
"shelljs": "^0.7.7" | ||
}, | ||
"peerDependencies": { | ||
"@storybook/addons": "*", | ||
"react": "*" | ||
}, | ||
"dependencies": { | ||
"graphiql": "^0.7.8", | ||
"graphql": "^0.7.0" | ||
} | ||
} | ||
{ | ||
"name": "@storybook/addon-graphql", | ||
"version": "3.0.0-alpha.0", | ||
"description": "Storybook addon to display the GraphiQL IDE", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"deploy-storybook": "storybook-to-ghpages", | ||
"prepublish": "node ../../scripts/prepublish.js", | ||
"storybook": "start-storybook -p 9001" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/storybooks/storybook.git" | ||
}, | ||
"keywords": [ | ||
"storybook" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/storybooks/storybook/issues" | ||
}, | ||
"homepage": "https://github.com/storybooks/storybook/tree/master/packages/addon-graphql", | ||
"devDependencies": { | ||
"@storybook/react": "^3.0.0-alpha.0", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4", | ||
"shelljs": "^0.7.7" | ||
}, | ||
"peerDependencies": { | ||
"@storybook/addons": "*", | ||
"react": "*" | ||
}, | ||
"dependencies": { | ||
"graphiql": "^0.7.8", | ||
"graphql": "^0.7.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"name": "@storybook/addon-info", | ||
"version": "3.4.0", | ||
"description": "A Storybook addon to show additional information for your stories.", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/storybooks/storybook.git" | ||
}, | ||
"license": "MIT", | ||
"scripts": { | ||
"prepublish": "node ../../scripts/prepublish.js", | ||
"storybook": "start-storybook -p 9010", | ||
"publish-storybook": "bash .scripts/publish_storybook.sh" | ||
}, | ||
"devDependencies": { | ||
"@storybook/react": "*", | ||
"git-url-parse": "^6.2.2", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4", | ||
"react-storybook-addon-backgrounds": "0.0.7", | ||
"react-test-renderer": "^15.5.4" | ||
}, | ||
"peerDependencies": { | ||
"react": "*", | ||
"react-dom": "*" | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "^6.23.0", | ||
"markdown-to-react-components": "^0.2.1", | ||
"prop-types": "^15.5.8", | ||
"react-addons-create-fragment": "^15.5.3" | ||
}, | ||
"main": "dist/index.js" | ||
} | ||
{ | ||
"name": "@storybook/addon-info", | ||
"version": "3.0.0-alpha.0", | ||
"description": "A Storybook addon to show additional information for your stories.", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/storybooks/storybook.git" | ||
}, | ||
"license": "MIT", | ||
"scripts": { | ||
"prepublish": "node ../../scripts/prepublish.js", | ||
"storybook": "start-storybook -p 9010", | ||
"publish-storybook": "bash .scripts/publish_storybook.sh" | ||
}, | ||
"devDependencies": { | ||
"@storybook/react": "^3.0.0-alpha.0", | ||
"git-url-parse": "^6.2.2", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4", | ||
"react-storybook-addon-backgrounds": "0.0.7", | ||
"react-test-renderer": "^15.5.4" | ||
}, | ||
"peerDependencies": { | ||
"react": "*", | ||
"react-dom": "*" | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "^6.23.0", | ||
"markdown-to-react-components": "^0.2.1", | ||
"prop-types": "^15.5.8", | ||
"react-addons-create-fragment": "^15.5.3" | ||
}, | ||
"main": "dist/index.js" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,45 @@ | ||
{ | ||
"name": "@storybook/addon-knobs", | ||
"version": "1.7.1", | ||
"description": "Storybook Addon Prop Editor Component", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/storybooks/storybook.git" | ||
}, | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "./example/prepublish.sh", | ||
"prepublish": "node ../../scripts/prepublish.js", | ||
"storybook": "start-storybook -p 9010", | ||
"publish-storybook": "bash .scripts/publish_storybook.sh" | ||
}, | ||
"devDependencies": { | ||
"@storybook/react": "*", | ||
"@types/node": "^7.0.12", | ||
"@types/react": "^15.0.21", | ||
"git-url-parse": "^6.2.2", | ||
"raw-loader": "^0.5.1", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4", | ||
"style-loader": "^0.17.0", | ||
"typescript": "^2.2.2", | ||
"typescript-definition-tester": "^0.0.5" | ||
}, | ||
"peerDependencies": { | ||
"@storybook/addons": "*", | ||
"react": "*", | ||
"react-dom": "*" | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "^6.23.0", | ||
"deep-equal": "^1.0.1", | ||
"insert-css": "^1.0.0", | ||
"moment": "^2.18.1", | ||
"prop-types": "^15.5.8", | ||
"react-color": "^2.11.4", | ||
"react-datetime": "^2.8.10", | ||
"react-textarea-autosize": "^4.3.0" | ||
}, | ||
"main": "dist/index.js", | ||
"typings": "./storybook-addon-knobs.d.ts" | ||
} | ||
{ | ||
"name": "@storybook/addon-knobs", | ||
"version": "3.0.0-alpha.0", | ||
"description": "Storybook Addon Prop Editor Component", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/storybooks/storybook.git" | ||
}, | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "./example/prepublish.sh", | ||
"prepublish": "node ../../scripts/prepublish.js", | ||
"storybook": "start-storybook -p 9010", | ||
"publish-storybook": "bash .scripts/publish_storybook.sh" | ||
}, | ||
"devDependencies": { | ||
"@storybook/react": "^3.0.0-alpha.0", | ||
"@types/node": "^7.0.12", | ||
"@types/react": "^15.0.21", | ||
"git-url-parse": "^6.2.2", | ||
"raw-loader": "^0.5.1", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4", | ||
"style-loader": "^0.17.0", | ||
"typescript": "^2.2.2", | ||
"typescript-definition-tester": "^0.0.5" | ||
}, | ||
"peerDependencies": { | ||
"@storybook/addons": "*", | ||
"react": "*", | ||
"react-dom": "*" | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "^6.23.0", | ||
"deep-equal": "^1.0.1", | ||
"insert-css": "^1.0.0", | ||
"moment": "^2.18.1", | ||
"prop-types": "^15.5.8", | ||
"react-color": "^2.11.4", | ||
"react-datetime": "^2.8.10", | ||
"react-textarea-autosize": "^4.3.0" | ||
}, | ||
"main": "dist/index.js", | ||
"typings": "./storybook-addon-knobs.d.ts" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.