UNPKG

2.07 kBJSONView Raw
1{
2 "name": "@storybook/components",
3 "version": "6.3.7",
4 "description": "Core Storybook Components",
5 "keywords": [
6 "storybook"
7 ],
8 "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/components",
9 "bugs": {
10 "url": "https://github.com/storybookjs/storybook/issues"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/storybookjs/storybook.git",
15 "directory": "lib/components"
16 },
17 "funding": {
18 "type": "opencollective",
19 "url": "https://opencollective.com/storybook"
20 },
21 "license": "MIT",
22 "sideEffects": false,
23 "main": "dist/cjs/index.js",
24 "module": "dist/esm/index.js",
25 "types": "dist/ts3.9/index.d.ts",
26 "typesVersions": {
27 "<3.8": {
28 "*": [
29 "dist/ts3.4/*"
30 ]
31 }
32 },
33 "files": [
34 "dist/**/*",
35 "README.md",
36 "*.js",
37 "*.d.ts"
38 ],
39 "scripts": {
40 "prepare": "node ../../scripts/prepare.js"
41 },
42 "dependencies": {
43 "@popperjs/core": "^2.6.0",
44 "@storybook/client-logger": "6.3.7",
45 "@storybook/csf": "0.0.1",
46 "@storybook/theming": "6.3.7",
47 "@types/color-convert": "^2.0.0",
48 "@types/overlayscrollbars": "^1.12.0",
49 "@types/react-syntax-highlighter": "11.0.5",
50 "color-convert": "^2.0.1",
51 "core-js": "^3.8.2",
52 "fast-deep-equal": "^3.1.3",
53 "global": "^4.4.0",
54 "lodash": "^4.17.20",
55 "markdown-to-jsx": "^7.1.3",
56 "memoizerific": "^1.11.3",
57 "overlayscrollbars": "^1.13.1",
58 "polished": "^4.0.5",
59 "prop-types": "^15.7.2",
60 "react-colorful": "^5.1.2",
61 "react-popper-tooltip": "^3.1.1",
62 "react-syntax-highlighter": "^13.5.3",
63 "react-textarea-autosize": "^8.3.0",
64 "regenerator-runtime": "^0.13.7",
65 "ts-dedent": "^2.0.0",
66 "util-deprecate": "^1.0.2"
67 },
68 "devDependencies": {
69 "css": "^3.0.0",
70 "jest": "^26.6.3"
71 },
72 "peerDependencies": {
73 "react": "^16.8.0 || ^17.0.0",
74 "react-dom": "^16.8.0 || ^17.0.0"
75 },
76 "publishConfig": {
77 "access": "public"
78 },
79 "gitHead": "57695ddcfdc6f2b5c6534579d84066ec4e855679",
80 "sbmodern": "dist/modern/index.js"
81}