UNPKG

1.45 kBJSONView Raw
1{
2 "name": "@beisen/storybook-react",
3 "version": "4.0.15",
4 "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
5 "keywords": [
6 "storybook"
7 ],
8 "homepage": "https://github.com/storybooks/storybook/tree/master/app/react",
9 "publishConfig": {
10 "access": "public"
11 },
12 "bugs": {
13 "url": "https://github.com/storybooks/storybook/issues"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/storybooks/storybook.git"
18 },
19 "license": "MIT",
20 "main": "dist/client/index.js",
21 "jsnext:main": "src/client/index.js",
22 "bin": {
23 "build-storybook": "./bin/build.js",
24 "start-storybook": "./bin/index.js",
25 "storybook-server": "./bin/index.js"
26 },
27 "scripts": {
28 "prepare": "node ../../../scripts/prepare.js"
29 },
30 "dependencies": {
31 "@babel/preset-flow": "^7.0.0",
32 "@babel/preset-react": "^7.0.0",
33 "@beisen/storybook-core": "^4.1.23",
34 "@beisen/storybook-addon-knobs": "^4.0.3",
35 "@emotion/styled": "^0.10.6",
36 "@storybook/addon-viewport": "^4.1.6",
37 "@beisen/storybook-addons-fullscreen": "4.x.x",
38 "@storybook/node-logger": "4.1.0-alpha.4",
39 "babel-plugin-react-docgen": "^2.0.0",
40 "common-tags": "^1.8.0",
41 "global": "^4.3.2",
42 "lodash": "^4.17.11",
43 "mini-css-extract-plugin": "^0.4.4",
44 "react-dev-utils": "^6.1.0",
45 "semver": "^5.6.0"
46 },
47 "peerDependencies": {
48 "babel-loader": "^7.0.0 || ^8.0.0"
49 }
50}