mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
66 lines
2.1 KiB
JSON
66 lines
2.1 KiB
JSON
{
|
|
"name": "storybooks.js.org",
|
|
"private": true,
|
|
"description": "storybooks.js.org documentation",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"bootstrap": "^3.3.7",
|
|
"chroma-js": "^0.7.2",
|
|
"color-pairs-picker": "^1.3.5",
|
|
"gatsby": "^0.12.45",
|
|
"lodash": "^4.17.2",
|
|
"marked": "^0.3.6",
|
|
"react-document-title": "^2.0.3",
|
|
"react-helmet": "^5.0.3",
|
|
"react-motion": "^0.1.0",
|
|
"react-responsive-grid": "^0.3.3",
|
|
"react-typography": "^0.15.0",
|
|
"sitemap": "^1.12.0",
|
|
"typography": "^0.15.8",
|
|
"typography-plugin-code": "^0.15.9",
|
|
"underscore.string": "^3.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@kadira/storybook": "^2.35.3",
|
|
"@kadira/storybook-addon-actions": "^1.1.3",
|
|
"@kadira/storybook-addon-links": "^1.0.1",
|
|
"@kadira/storybook-addons": "^1.6.1",
|
|
"babel-cli": "^6.24.1",
|
|
"babel-core": "^6.24.1",
|
|
"babel-eslint": "^7.2.2",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"babel-polyfill": "^6.23.0",
|
|
"babel-preset-env": "^1.4.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"eslint": "^3.19.0",
|
|
"eslint-config-airbnb-base": "^11.1.3",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-jest": "^20.0.0",
|
|
"eslint-plugin-prettier": "^2.0.1",
|
|
"gh-pages": "^0.12.0",
|
|
"markdownlint-cli": "^0.3.1",
|
|
"prettier": "^1.3.0",
|
|
"remark-cli": "^3.0.1",
|
|
"remark-lint": "^6.0.0",
|
|
"remark-lint-code": "^2.0.0",
|
|
"remark-lint-code-eslint": "^2.0.0",
|
|
"remark-preset-lint-recommended": "^2.0.0"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"storybooks"
|
|
],
|
|
"license": "MIT",
|
|
"main": "n/a",
|
|
"scripts": {
|
|
"build-storybook": "build-storybook",
|
|
"build": "gatsby build && cp static/* .travis.yml ./public",
|
|
"deploy": "gh-pages -t -r git@github.com:storybooks/storybooks.github.io.git -d public -o origin -b master",
|
|
"deploy-travis": "gh-pages -t -r https://${GH_TOKEN}@github.com/storybooks/storybooks.github.io.git -d public -o origin -b master",
|
|
"develop": "gatsby develop",
|
|
"storybook": "start-storybook -p 9009",
|
|
"lint": "remark . # -- -o to update"
|
|
}
|
|
}
|