UNPKG

1.56 kBJSONView Raw
1{
2 "name": "@storybook/addon-notes",
3 "version": "5.3.21",
4 "description": "Write notes for your Storybook stories.",
5 "keywords": [
6 "addon",
7 "notes",
8 "storybook"
9 ],
10 "homepage": "https://github.com/storybookjs/storybook/tree/master/addons/notes",
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/notes"
18 },
19 "license": "MIT",
20 "main": "dist/public_api.js",
21 "types": "dist/public_api.d.ts",
22 "files": [
23 "dist/**/*",
24 "README.md",
25 "*.js",
26 "*.d.ts",
27 "ts3.5/**/*"
28 ],
29 "scripts": {
30 "prepare": "node ../../scripts/prepare.js"
31 },
32 "dependencies": {
33 "@storybook/addons": "5.3.21",
34 "@storybook/api": "5.3.21",
35 "@storybook/client-logger": "5.3.21",
36 "@storybook/components": "5.3.21",
37 "@storybook/core-events": "5.3.21",
38 "@storybook/router": "5.3.21",
39 "@storybook/theming": "5.3.21",
40 "core-js": "^3.0.1",
41 "global": "^4.3.2",
42 "markdown-to-jsx": "^6.10.3",
43 "memoizerific": "^1.11.3",
44 "prop-types": "^15.7.2",
45 "util-deprecate": "^1.0.2"
46 },
47 "devDependencies": {
48 "@types/prop-types": "^15.5.9",
49 "@types/util-deprecate": "^1.0.0",
50 "@types/webpack-env": "^1.15.0"
51 },
52 "peerDependencies": {
53 "react": "*"
54 },
55 "publishConfig": {
56 "access": "public"
57 },
58 "gitHead": "a939e7204a448e9d24e5431f1c9dba8dd7ec05e9",
59 "typesVersions": {
60 "<=3.5": {
61 "*": [
62 "ts3.5/*"
63 ]
64 }
65 }
66}