mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 17:21:08 +08:00
86 lines
2.5 KiB
JSON
86 lines
2.5 KiB
JSON
{
|
|
"name": "@kadira/storybook",
|
|
"version": "1.36.0",
|
|
"description": "React Storybook: Isolate React Component Development with Hot Reloading.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kadirahq/react-storybook.git"
|
|
},
|
|
"typings": "./config/storybook.d.ts",
|
|
"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",
|
|
"dev": "DEV_BUILD=1 nodemon --watch src --exec 'npm run prepublish'"
|
|
},
|
|
"dependencies": {
|
|
"@kadira/storybook-ui": "^2.4.0",
|
|
"airbnb-js-shims": "^1.0.0",
|
|
"babel-core": "^6.3.15",
|
|
"babel-loader": "^6.2.0",
|
|
"babel-polyfill": "^6.3.15",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"babel-preset-react": "^6.3.13",
|
|
"babel-preset-stage-0": "^6.3.13",
|
|
"babel-runtime": "^6.3.14",
|
|
"cjson": "^0.4.0",
|
|
"commander": "^2.9.0",
|
|
"es6-shim": "^0.35.1",
|
|
"express": "^4.13.3",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"page-bus": "^3.0.1",
|
|
"qs": "^6.1.0",
|
|
"redbox-react": "^1.2.2",
|
|
"shelljs": "^0.6.0",
|
|
"stack-source-map": "^1.0.5",
|
|
"uuid": "^2.0.1",
|
|
"webpack": "^1.12.11",
|
|
"webpack-dev-middleware": "^1.6.0",
|
|
"webpack-hot-middleware": "^2.10.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^0.14.7 || ^15.0.0",
|
|
"react-dom": "^0.14.7 || ^15.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@kadira/react-split-pane": "^1.4.0",
|
|
"react-modal": "^1.2.0",
|
|
"react": "^15.0.0",
|
|
"react-dom": "^15.0.0",
|
|
"lodash.pick": "^4.2.0",
|
|
"deep-equal": "^1.0.1",
|
|
"babel-cli": "^6.3.14",
|
|
"babel-eslint": "^6.0.2",
|
|
"babel-plugin-transform-runtime": "^6.3.14",
|
|
"eslint": "^2.7.0",
|
|
"eslint-config-airbnb": "^6.2.0",
|
|
"eslint-plugin-babel": "^3.1.0",
|
|
"eslint-plugin-react": "^4.2.3",
|
|
"mocha": "^2.4.5",
|
|
"chai": "^3.5.0",
|
|
"mock-fs": "^3.8.0",
|
|
"nodemon": "^1.9.1",
|
|
"sinon": "^1.17.3",
|
|
"enzyme": "^2.2.0",
|
|
"expect": "^1.6.0",
|
|
"jsdom": "^8.4.0",
|
|
"react-addons-test-utils": "^15.0.1"
|
|
},
|
|
"main": "dist/client/index.js",
|
|
"engines": {
|
|
"npm": "^3.0.0"
|
|
},
|
|
"bin": {
|
|
"start-storybook": "./dist/server/index.js",
|
|
"build-storybook": "./dist/server/build.js",
|
|
"storybook-server": "./dist/server/index.js"
|
|
}
|
|
}
|