mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
63 lines
1.8 KiB
JSON
63 lines
1.8 KiB
JSON
{
|
|
"name": "@kadira/storybook",
|
|
"version": "0.11.10",
|
|
"description": "React Storybook: Isolate React Component Development with Hot Reloading.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kadirahq/react-storybook.git"
|
|
},
|
|
"license": "MIT",
|
|
"options": {
|
|
"mocha": "--require scripts/mocha_runner src/**/__tests__/**/*.js"
|
|
},
|
|
"scripts": {
|
|
"prepublish": ". ./scripts/prepublish.sh",
|
|
"lint": "eslint src",
|
|
"lintfix": "eslint src --fix",
|
|
"testonly": "mocha $npm_package_options_mocha",
|
|
"test": "npm run lint && npm run testonly",
|
|
"test-watch": "npm run testonly -- --watch --watch-extensions js"
|
|
},
|
|
"dependencies": {
|
|
"babel-core": "^6.3.15",
|
|
"babel-polyfill": "^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",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"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-eslint": "^5.0.0",
|
|
"babel-plugin-transform-runtime": "^6.3.14",
|
|
"chai": "^3.5.0",
|
|
"eslint": "^2.4.0",
|
|
"eslint-config-airbnb": "^6.2.0",
|
|
"eslint-plugin-babel": "^3.1.0",
|
|
"eslint-plugin-react": "^4.2.3",
|
|
"mocha": "^2.4.5",
|
|
"sinon": "^1.17.3"
|
|
},
|
|
"main": "dist/client/index.js",
|
|
"bin": {
|
|
"storybook-server": "./dist/server/index.js"
|
|
}
|
|
}
|