UNPKG

1.31 kBJSONView Raw
1{
2 "name": "@storybook/addon-storysource",
3 "version": "5.3.10",
4 "description": "Stories addon for storybook",
5 "keywords": [
6 "addon",
7 "storybook"
8 ],
9 "homepage": "https://github.com/storybookjs/storybook/tree/master/addons/storysource",
10 "bugs": {
11 "url": "https://github.com/storybookjs/storybook/issues"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/storybookjs/storybook.git",
16 "directory": "addons/storysource"
17 },
18 "license": "MIT",
19 "files": [
20 "dist/**/*",
21 "README.md",
22 "*.js",
23 "*.d.ts"
24 ],
25 "main": "dist/index.js",
26 "scripts": {
27 "prepare": "node ../../scripts/prepare.js"
28 },
29 "dependencies": {
30 "@storybook/addons": "5.3.10",
31 "@storybook/components": "5.3.10",
32 "@storybook/router": "5.3.10",
33 "@storybook/source-loader": "5.3.10",
34 "@storybook/theming": "5.3.10",
35 "core-js": "^3.0.1",
36 "estraverse": "^4.2.0",
37 "loader-utils": "^1.2.3",
38 "prettier": "^1.16.4",
39 "prop-types": "^15.7.2",
40 "react-syntax-highlighter": "^11.0.2",
41 "regenerator-runtime": "^0.13.3",
42 "util-deprecate": "^1.0.2"
43 },
44 "peerDependencies": {
45 "@storybook/source-loader": "*",
46 "react": "*"
47 },
48 "publishConfig": {
49 "access": "public"
50 },
51 "gitHead": "589bec8cb46cf8a32c887ac1d81fddc27e4aaac7"
52}