UNPKG

2.19 kBJSONView Raw
1{
2 "name": "@storybook/addon-storysource",
3 "version": "6.3.8",
4 "description": "View a story’s source code to see how it works and paste into your app",
5 "keywords": [
6 "addon",
7 "storybook",
8 "code"
9 ],
10 "homepage": "https://github.com/storybookjs/storybook/tree/main/addons/storysource",
11 "bugs": {
12 "url": "https://github.com/storybookjs/storybook/issues"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/storybookjs/storybook.git",
17 "directory": "addons/storysource"
18 },
19 "funding": {
20 "type": "opencollective",
21 "url": "https://opencollective.com/storybook"
22 },
23 "license": "MIT",
24 "main": "dist/cjs/index.js",
25 "module": "dist/esm/index.js",
26 "types": "dist/ts3.9/index.d.ts",
27 "typesVersions": {
28 "<3.8": {
29 "*": [
30 "dist/ts3.4/*"
31 ]
32 }
33 },
34 "files": [
35 "dist/**/*",
36 "README.md",
37 "*.js",
38 "*.d.ts"
39 ],
40 "scripts": {
41 "prepare": "node ../../scripts/prepare.js"
42 },
43 "dependencies": {
44 "@storybook/addons": "6.3.8",
45 "@storybook/api": "6.3.8",
46 "@storybook/client-logger": "6.3.8",
47 "@storybook/components": "6.3.8",
48 "@storybook/router": "6.3.8",
49 "@storybook/source-loader": "6.3.8",
50 "@storybook/theming": "6.3.8",
51 "core-js": "^3.8.2",
52 "estraverse": "^5.2.0",
53 "loader-utils": "^2.0.0",
54 "prettier": "~2.2.1",
55 "prop-types": "^15.7.2",
56 "react-syntax-highlighter": "^13.5.3",
57 "regenerator-runtime": "^0.13.7"
58 },
59 "devDependencies": {
60 "@types/react": "^16.14.2",
61 "@types/react-syntax-highlighter": "^11.0.5"
62 },
63 "peerDependencies": {
64 "react": "^16.8.0 || ^17.0.0",
65 "react-dom": "^16.8.0 || ^17.0.0"
66 },
67 "peerDependenciesMeta": {
68 "react": {
69 "optional": true
70 },
71 "react-dom": {
72 "optional": true
73 }
74 },
75 "publishConfig": {
76 "access": "public"
77 },
78 "gitHead": "7982432207f6c28bf597b053e49e36fbbcd19b88",
79 "sbmodern": "dist/modern/index.js",
80 "storybook": {
81 "displayName": "Storysource",
82 "icon": "https://user-images.githubusercontent.com/263385/101991675-48cdf300-3c7c-11eb-9400-58de5ac6daa7.png",
83 "unsupportedFrameworks": [
84 "react-native"
85 ]
86 }
87}