mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 01:01:05 +08:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "react-storybook",
|
|
"version": "0.8.1",
|
|
"description": "React Storybook: Isolate React Component Development with Hot Reloading.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kadirahq/react-storybook.git"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"prepublish": ". ./scripts/prepublish.sh"
|
|
},
|
|
"dependencies": {
|
|
"babel-core": "^6.3.15",
|
|
"babel-loader": "^6.2.0",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"babel-preset-react": "^6.3.13",
|
|
"babel-preset-stage-2": "^6.3.13",
|
|
"babel-runtime": "^6.3.14",
|
|
"expect": "^1.6.0",
|
|
"express": "^4.13.3",
|
|
"node-libs-browser": "^0.5.2",
|
|
"page-bus": "^3.0.1",
|
|
"query-string": "^3.0.3",
|
|
"redbox-react": "^1.2.2",
|
|
"stack-source-map": "^1.0.4",
|
|
"uuid": "^2.0.1",
|
|
"webpack": "^1.9.11",
|
|
"webpack-dev-middleware": "^1.2.0",
|
|
"webpack-hot-middleware": "^2.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^0.14.7",
|
|
"react-dom": "^0.14.7"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.3.14",
|
|
"babel-plugin-transform-runtime": "^6.3.14"
|
|
},
|
|
"main": "dist/client/index.js",
|
|
"bin": {
|
|
"storybook-server": "./dist/server/index.js"
|
|
}
|
|
}
|