1 | {
|
2 | "name": "@kadira/storybook",
|
3 | "version": "2.35.3",
|
4 | "description": "React Storybook: Isolate React Component Development with Hot Reloading.",
|
5 | "repository": {
|
6 | "type": "git",
|
7 | "url": "https://github.com/kadirahq/react-storybook.git"
|
8 | },
|
9 | "typings": "./config/storybook.d.ts",
|
10 | "license": "MIT",
|
11 | "options": {
|
12 | "mocha": "--require scripts/mocha_runner src/**/__tests__/**/*.js"
|
13 | },
|
14 | "scripts": {
|
15 | "prepublish": "sh scripts/prepublish.sh",
|
16 | "lint": "eslint src",
|
17 | "lintfix": "eslint src --fix",
|
18 | "testonly": "mocha $npm_package_options_mocha",
|
19 | "test": "npm run lint && npm run testonly",
|
20 | "test-watch": "npm run testonly -- --watch --watch-extensions js",
|
21 | "dev": "DEV_BUILD=1 nodemon --watch src --exec 'npm run prepublish'",
|
22 | "postpublish": "greenkeeper-postpublish"
|
23 | },
|
24 | "dependencies": {
|
25 | "@kadira/react-split-pane": "^1.4.0",
|
26 | "@kadira/storybook-addon-actions": "^1.0.2",
|
27 | "@kadira/storybook-addon-links": "^1.0.0",
|
28 | "@kadira/storybook-addons": "^1.5.0",
|
29 | "@kadira/storybook-channel-postmsg": "^2.0.1",
|
30 | "@kadira/storybook-ui": "^3.10.1",
|
31 | "airbnb-js-shims": "^1.0.1",
|
32 | "autoprefixer": "^6.3.7",
|
33 | "babel-core": "^6.11.4",
|
34 | "babel-loader": "^6.2.4",
|
35 | "babel-plugin-react-docgen": "^1.4.2",
|
36 | "babel-preset-react-app": "^1.0.0",
|
37 | "babel-runtime": "^6.9.2",
|
38 | "case-sensitive-paths-webpack-plugin": "^1.1.2",
|
39 | "chalk": "^1.1.3",
|
40 | "commander": "^2.9.0",
|
41 | "common-tags": "^1.3.1",
|
42 | "configstore": "^2.0.0",
|
43 | "css-loader": "^0.26.1",
|
44 | "express": "^4.13.3",
|
45 | "file-loader": "^0.9.0",
|
46 | "find-cache-dir": "^0.1.1",
|
47 | "json-loader": "^0.5.4",
|
48 | "json-stringify-safe": "^5.0.1",
|
49 | "json5": "^0.5.0",
|
50 | "lodash.pick": "^4.2.0",
|
51 | "postcss-loader": "1.1.0",
|
52 | "qs": "^6.1.0",
|
53 | "react-modal": "^1.2.0",
|
54 | "redux": "^3.5.2",
|
55 | "request": "^2.74.0",
|
56 | "serve-favicon": "^2.3.0",
|
57 | "shelljs": "^0.7.4",
|
58 | "style-loader": "0.13.1",
|
59 | "url-loader": "^0.5.7",
|
60 | "uuid": "^2.0.3",
|
61 | "webpack": "^1.13.1",
|
62 | "webpack-dev-middleware": "^1.6.0",
|
63 | "webpack-hot-middleware": "^2.13.2"
|
64 | },
|
65 | "peerDependencies": {
|
66 | "react": "^0.14.7 || ^15.0.0",
|
67 | "react-dom": "^0.14.7 || ^15.0.0"
|
68 | },
|
69 | "devDependencies": {
|
70 | "babel-cli": "^6.11.4",
|
71 | "babel-eslint": "^6.1.2",
|
72 | "babel-preset-stage-0": "^6.5.0",
|
73 | "chai": "^3.5.0",
|
74 | "deep-equal": "^1.0.1",
|
75 | "enzyme": "^2.2.0",
|
76 | "eslint": "^3.5.0",
|
77 | "eslint-config-airbnb": "^11.1.0",
|
78 | "eslint-plugin-import": "^1.13.0",
|
79 | "eslint-plugin-jsx-a11y": "^2.1.0",
|
80 | "eslint-plugin-react": "^6.1.2",
|
81 | "expect": "^1.6.0",
|
82 | "greenkeeper-postpublish": "^1.0.1",
|
83 | "jsdom": "^9.5.0",
|
84 | "mocha": "^3.0.2",
|
85 | "mock-fs": "^3.8.0",
|
86 | "nodemon": "^1.9.1",
|
87 | "react": "^15.0.0",
|
88 | "react-addons-test-utils": "^15.0.1",
|
89 | "react-dom": "^15.0.0",
|
90 | "sinon": "^1.17.3"
|
91 | },
|
92 | "main": "dist/client/index.js",
|
93 | "bin": {
|
94 | "start-storybook": "./dist/server/index.js",
|
95 | "build-storybook": "./dist/server/build.js",
|
96 | "storybook-server": "./dist/server/index.js"
|
97 | }
|
98 | }
|