Skip to content

Commit

Permalink
CHANGE all package.jsons so they are uniformly sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 6, 2017
1 parent 7765c45 commit 28a4b32
Show file tree
Hide file tree
Showing 21 changed files with 218 additions and 218 deletions.
34 changes: 17 additions & 17 deletions addons/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,23 @@
"name": "@storybook/addon-actions",
"version": "3.0.1",
"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": "https://github.com/storybooks/storybook.git"
},
"keywords": [
"storybook"
],
"license": "MIT",
"homepage": "https://github.com/storybooks/storybook/tree/master/addons/actions",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"homepage": "https://github.com/storybooks/storybook/tree/master/addons/actions",
"devDependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4",
"shelljs": "^0.7.7"
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"scripts": {
"deploy-storybook": "storybook-to-ghpages",
"prepublish": "node ../../scripts/prepublish.js",
"storybook": "start-storybook -p 9001"
},
"dependencies": {
"@storybook/addons": "^3.0.0",
Expand All @@ -33,6 +27,12 @@
"prop-types": "^15.5.8",
"react-inspector": "^2.0.0"
},
"devDependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4",
"shelljs": "^0.7.7"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
Expand Down
4 changes: 2 additions & 2 deletions addons/centered/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@storybook/addon-centered",
"version": "3.0.0",
"description": "Storybook decorator to center components",
"license": "MIT",
"author": "Muhammed Thanish <[email protected]>",
"main": "dist/index.js",
"scripts": {
"prepublish": "node ../../scripts/prepublish.js"
},
"author": "Muhammed Thanish <[email protected]>",
"license": "MIT",
"peerDependencies": {
"react": "*"
}
Expand Down
32 changes: 16 additions & 16 deletions addons/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,35 @@
"name": "@storybook/addon-graphql",
"version": "3.0.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": "https://github.com/storybooks/storybook.git"
},
"keywords": [
"storybook"
],
"license": "MIT",
"homepage": "https://github.com/storybooks/storybook/tree/master/addons/graphql",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"homepage": "https://github.com/storybooks/storybook/tree/master/addons/graphql",
"devDependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4",
"shelljs": "^0.7.7"
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"scripts": {
"deploy-storybook": "storybook-to-ghpages",
"prepublish": "node ../../scripts/prepublish.js",
"storybook": "start-storybook -p 9001"
},
"dependencies": {
"global": "^4.3.2",
"graphiql": "^0.7.8",
"graphql": "^0.7.0",
"prop-types": "^15.5.10"
},
"devDependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4",
"shelljs": "^0.7.7"
},
"peerDependencies": {
"react": "*"
}
Expand Down
26 changes: 13 additions & 13 deletions addons/info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,24 @@
"name": "@storybook/addon-info",
"version": "3.0.1",
"description": "A Storybook addon to show additional information for your stories.",
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "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"
"publish-storybook": "bash .scripts/publish_storybook.sh",
"storybook": "start-storybook -p 9010"
},
"dependencies": {
"@storybook/addons": "^3.0.0",
"babel-runtime": "^6.23.0",
"global": "^4.3.2",
"marksy": "^1.0.1",
"prop-types": "^15.5.8",
"react-addons-create-fragment": "^15.5.3"
},
"devDependencies": {
"git-url-parse": "^6.2.2",
Expand All @@ -21,14 +30,5 @@
},
"peerDependencies": {
"react": "*"
},
"dependencies": {
"@storybook/addons": "^3.0.0",
"babel-runtime": "^6.23.0",
"global": "^4.3.2",
"marksy": "^1.0.1",
"prop-types": "^15.5.8",
"react-addons-create-fragment": "^15.5.3"
},
"main": "dist/index.js"
}
}
40 changes: 20 additions & 20 deletions addons/knobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,31 @@
"name": "@storybook/addon-knobs",
"version": "3.0.1",
"description": "Storybook Addon Prop Editor Component",
"license": "MIT",
"main": "dist/index.js",
"typings": "./storybook-addon-knobs.d.ts",
"repository": {
"type": "git",
"url": "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"
"publish-storybook": "bash .scripts/publish_storybook.sh",
"start": "./example/prepublish.sh",
"storybook": "start-storybook -p 9010"
},
"dependencies": {
"@storybook/addons": "*",
"babel-runtime": "^6.23.0",
"deep-equal": "^1.0.1",
"global": "^4.3.2",
"insert-css": "^1.0.0",
"lodash.debounce": "^4.0.8",
"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"
},
"devDependencies": {
"@types/node": "^7.0.12",
Expand All @@ -27,20 +42,5 @@
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"dependencies": {
"@storybook/addons": "*",
"babel-runtime": "^6.23.0",
"deep-equal": "^1.0.1",
"global": "^4.3.2",
"insert-css": "^1.0.0",
"lodash.debounce": "^4.0.8",
"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"
}
}
32 changes: 16 additions & 16 deletions addons/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,35 @@
"name": "@storybook/addon-links",
"version": "3.0.0",
"description": "Story Links addon for storybook",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybooks/storybook/tree/master/addons/links",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"license": "MIT",
"main": "dist/index.js",
"typings": "./storybook-addon-links.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"scripts": {
"deploy-storybook": "storybook-to-ghpages",
"prepublish": "node ../../scripts/prepublish.js",
"storybook": "start-storybook -p 9001"
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"keywords": [
"storybook"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
"dependencies": {
"@storybook/addons": "^3.0.0"
},
"homepage": "https://github.com/storybooks/storybook/tree/master/addons/links",
"devDependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4",
"shelljs": "^0.7.7"
},
"dependencies": {
"@storybook/addons": "^3.0.0"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"typings": "./storybook-addon-links.d.ts"
}
}
30 changes: 15 additions & 15 deletions addons/notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,26 @@
"name": "@storybook/addon-notes",
"version": "3.0.0",
"description": "Write notes for your Storybook stories.",
"keywords": [
"addon",
"react",
"storybook"
],
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "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"
"publish-storybook": "bash .scripts/publish_storybook.sh",
"storybook": "start-storybook -p 9010"
},
"dependencies": {
"@storybook/addons": "*",
"babel-runtime": "^6.23.0",
"prop-types": "^15.5.10"
},
"devDependencies": {
"git-url-parse": "^6.2.2",
Expand All @@ -21,18 +32,7 @@
"peerDependencies": {
"react": "*"
},
"dependencies": {
"@storybook/addons": "*",
"babel-runtime": "^6.23.0",
"prop-types": "^15.5.10"
},
"optionalDependencies": {
"@types/react": "^15.0.24"
},
"main": "dist/index.js",
"keywords": [
"react",
"storybook",
"addon"
]
}
}
32 changes: 16 additions & 16 deletions addons/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,35 @@
"name": "@storybook/addon-options",
"version": "3.0.1",
"description": "Options addon for storybook",
"main": "preview.js",
"scripts": {
"prepublish": "node ../../scripts/prepublish.js",
"storybook": "start-storybook -p 9001"
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"keywords": [
"storybook"
],
"license": "MIT",
"homepage": "https://github.com/storybooks/storybook/tree/master/addons/options",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"homepage": "https://github.com/storybooks/storybook/tree/master/addons/options",
"license": "MIT",
"main": "preview.js",
"typings": "./storybook-addon-options.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"scripts": {
"prepublish": "node ../../scripts/prepublish.js",
"storybook": "start-storybook -p 9001"
},
"dependencies": {
"@storybook/addons": "^3.0.0"
},
"devDependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4",
"shelljs": "^0.7.7"
},
"dependencies": {
"@storybook/addons": "^3.0.0"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"typings": "./storybook-addon-options.d.ts"
}
}
Loading

0 comments on commit 28a4b32

Please sign in to comment.